COLOR #304F37

HEX: #304F37
RGB: (48,79,55)

Color info

#304F37 contains red, green and blue colors in about the same proportion. Web safe color of #304F37 is #336633 (or #363).

RGB color model

#304F37 color RGB value is (48,79,55).

  • red value is 48;
  • green value is 79;
  • blue value is 55.
RGB:
(48,79,55)
(19%,31%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 79 of 255 = 31%
B 55 of 255 = 22%

48
79
55

R + G + B ~ 24%. #304F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 79 + 55 = 182 (100%)
R 48 of 182 ~ 26.37%
G 79 of 182 ~ 43.41%
B 55 of 182 ~ 30.22%

%26.37
%43.41
%30.22

CMYK color model

#304F37 color CMYK value is (39,0,30,69).

  • cyan value is 39.24%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 69.02%
CMYK:
(39,0,30,69)
C39M0Y30K69 
(39%,0%,30%,69%)
(0.39/0.00/0.30/0.69)	

CMYK percentages

%39.24
%0
%30.38
%69.02

Codes

Color #304F37 in popluar color models

304F37
RGB487955
HSL134°24.41%24.90%
HSB/HSV134°39.24%30.98%
CMYK39.24%0.00%30.38%
69.02%

Color #304F37 in popluar number systems.

HEX304F37
Decimal487955
Binary1100001001111110111
Octal6011767

Shades and tints

Shades of #304F37

#304F37
(48,79,55)
#2C4832
(44,72,50)
#28412D
(40,65,45)
#243A28
(36,58,40)
#203323
(32,51,35)
#1C2C1E
(28,44,30)
#182519
(24,37,25)
#141E14
(20,30,20)
#10170F
(16,23,15)
#0C100A
(12,16,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #304F37

#304F37
(48,79,55)
#425F49
(66,95,73)
#546F5B
(84,111,91)
#667F6D
(102,127,109)
#788F7F
(120,143,127)
#8A9F91
(138,159,145)
#9CAFA3
(156,175,163)
#AEBFB5
(174,191,181)
#C0CFC7
(192,207,199)
#D2DFD9
(210,223,217)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304F37 color. Also use rgb(48,79,55) instead hex code.

Text Font Color

.myTextColor { color: #304F37; }

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

This text font color is #304F37.


Background Color

.myBgColor { background-color: #304F37; }

<div style="background-color:#304F37">Inner text</div>

This div background color is #304F37.


Border color

.myBorderColor { border: 1px solid #304F37; }

<div style="border:3px solid #304F37">Div</div>

This div border color is #304F37.


Opacity

.myOpacity80 { color: #304F37; opacity: 0.8; }

<p style="color:#304F37;opacity:0.8;">80%</p>

Text with #304F37 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 #304F37;}

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

This text has shadow with #304F37 color.

.textShadow {text-shadow: 3px 3px 1px #304F37, 3px 3px 1px red;}

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

This text has shadow with #304F37 primary color and red secondary color.


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

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

This text has shadow with #304F37 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304F37 on black background.


Color preview on white background

This text has color #304F37 on white background.



Black color preview on #304F37 background

This text has black color on #304F37 background.


White color preview on #304F37 background

This text has white color on #304F37 background.