COLOR #374F30

HEX: #374F30
RGB: (55,79,48)

Color info

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

RGB color model

#374F30 color RGB value is (55,79,48).

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

RGB channels and saturation

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

55
79
48

R + G + B ~ 24%. #374F30 is dark color.

Portions of RGB colors in percentages

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

%30.22
%43.41
%26.37

CMYK color model

#374F30 color CMYK value is (30,0,39,69).

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

CMYK percentages

%30.38
%0
%39.24
%69.02

Codes

Color #374F30 in popluar color models

374F30
RGB557948
HSL106°24.41%24.90%
HSB/HSV106°39.24%30.98%
CMYK30.38%0.00%39.24%
69.02%

Color #374F30 in popluar number systems.

HEX374F30
Decimal557948
Binary1101111001111110000
Octal6711760

Shades and tints

Shades of #374F30

#374F30
(55,79,48)
#32482C
(50,72,44)
#2D4128
(45,65,40)
#283A24
(40,58,36)
#233320
(35,51,32)
#1E2C1C
(30,44,28)
#192518
(25,37,24)
#141E14
(20,30,20)
#0F1710
(15,23,16)
#0A100C
(10,16,12)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #374F30

#374F30
(55,79,48)
#495F42
(73,95,66)
#5B6F54
(91,111,84)
#6D7F66
(109,127,102)
#7F8F78
(127,143,120)
#919F8A
(145,159,138)
#A3AF9C
(163,175,156)
#B5BFAE
(181,191,174)
#C7CFC0
(199,207,192)
#D9DFD2
(217,223,210)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F30; }

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

This text font color is #374F30.


Background Color

.myBgColor { background-color: #374F30; }

<div style="background-color:#374F30">Inner text</div>

This div background color is #374F30.


Border color

.myBorderColor { border: 1px solid #374F30; }

<div style="border:3px solid #374F30">Div</div>

This div border color is #374F30.


Opacity

.myOpacity80 { color: #374F30; opacity: 0.8; }

<p style="color:#374F30;opacity:0.8;">80%</p>

Text with #374F30 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 #374F30;}

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

This text has shadow with #374F30 color.

.textShadow {text-shadow: 3px 3px 1px #374F30, 3px 3px 1px red;}

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

This text has shadow with #374F30 primary color and red secondary color.


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

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

This text has shadow with #374F30 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F30 on black background.


Color preview on white background

This text has color #374F30 on white background.



Black color preview on #374F30 background

This text has black color on #374F30 background.


White color preview on #374F30 background

This text has white color on #374F30 background.