COLOR #30473C

HEX: #30473C
RGB: (48,71,60)

Color info

#30473C contains red, green and blue colors in about the same proportion. Web safe color of #30473C is #333333 (or #333).

RGB color model

#30473C color RGB value is (48,71,60).

  • red value is 48;
  • green value is 71;
  • blue value is 60.
RGB:
(48,71,60)
(19%,28%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 71 of 255 = 28%
B 60 of 255 = 24%

48
71
60

R + G + B ~ 24%. #30473C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 71 + 60 = 179 (100%)
R 48 of 179 ~ 26.82%
G 71 of 179 ~ 39.66%
B 60 of 179 ~ 33.52%

%26.82
%39.66
%33.52

CMYK color model

#30473C color CMYK value is (32,0,15,72).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(32,0,15,72)
C32M0Y15K72 
(32%,0%,15%,72%)
(0.32/0.00/0.15/0.72)	

CMYK percentages

%32.39
%0
%15.49
%72.16

Codes

Color #30473C in popluar color models

30473C
RGB487160
HSL151°19.33%23.33%
HSB/HSV151°32.39%27.84%
CMYK32.39%0.00%15.49%
72.16%

Color #30473C in popluar number systems.

HEX30473C
Decimal487160
Binary1100001000111111100
Octal6010774

Shades and tints

Shades of #30473C

#30473C
(48,71,60)
#2C4137
(44,65,55)
#283B32
(40,59,50)
#24352D
(36,53,45)
#202F28
(32,47,40)
#1C2923
(28,41,35)
#18231E
(24,35,30)
#141D19
(20,29,25)
#101714
(16,23,20)
#0C110F
(12,17,15)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #30473C

#30473C
(48,71,60)
#42574D
(66,87,77)
#54675E
(84,103,94)
#66776F
(102,119,111)
#788780
(120,135,128)
#8A9791
(138,151,145)
#9CA7A2
(156,167,162)
#AEB7B3
(174,183,179)
#C0C7C4
(192,199,196)
#D2D7D5
(210,215,213)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30473C color. Also use rgb(48,71,60) instead hex code.

Text Font Color

.myTextColor { color: #30473C; }

<p style="color:#30473C">This sample text font color is #30473C.</p>

This text font color is #30473C.


Background Color

.myBgColor { background-color: #30473C; }

<div style="background-color:#30473C">Inner text</div>

This div background color is #30473C.


Border color

.myBorderColor { border: 1px solid #30473C; }

<div style="border:3px solid #30473C">Div</div>

This div border color is #30473C.


Opacity

.myOpacity80 { color: #30473C; opacity: 0.8; }

<p style="color:#30473C;opacity:0.8;">80%</p>

Text with #30473C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #30473C;}

<p style="text-shadow: 3px 3px 1px #30473C">Text here.</p>

This text has shadow with #30473C color.

.textShadow {text-shadow: 3px 3px 1px #30473C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #30473C, 5px 5px 20px red">Text here.</p>

This text has shadow with #30473C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#30473C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#30473C, Direction=45, Strength=4)">Text</p>

This text has shadow with #30473C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #30473C;
  -webkit-box-shadow:	1px 1px 3px 2px #30473C;
  box-shadow:		1px 1px 3px 2px #30473C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30473C;
-webkit-box-shadow: 1px 1px 3px 2px #30473C;
box-shadow:1px 1px 3px 2px #30473C;">
Div content here</div>
This div box has shadow with color #30473C.

Preview

Color preview on black background

This text has color #30473C on black background.


Color preview on white background

This text has color #30473C on white background.



Black color preview on #30473C background

This text has black color on #30473C background.


White color preview on #30473C background

This text has white color on #30473C background.