COLOR #374F1C

HEX: #374F1C
RGB: (55,79,28)

Color info

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

RGB color model

#374F1C color RGB value is (55,79,28).

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

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 28 of 255 = 11%

55
79
28

R + G + B ~ 21%. #374F1C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 28 = 162 (100%)
R 55 of 162 ~ 33.95%
G 79 of 162 ~ 48.77%
B 28 of 162 ~ 17.28%

%33.95
%48.77
%17.28

CMYK color model

#374F1C color CMYK value is (30,0,65,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 64.56%
  • key color value is 69.02%
CMYK:
(30,0,65,69)
C30M0Y65K69 
(30%,0%,65%,69%)
(0.30/0.00/0.65/0.69)	

CMYK percentages

%30.38
%0
%64.56
%69.02

Codes

Color #374F1C in popluar color models

374F1C
RGB557928
HSL88°47.66%20.98%
HSB/HSV88°64.56%30.98%
CMYK30.38%0.00%64.56%
69.02%

Color #374F1C in popluar number systems.

HEX374F1C
Decimal557928
Binary110111100111111100
Octal6711734

Shades and tints

Shades of #374F1C

#374F1C
(55,79,28)
#32481A
(50,72,26)
#2D4118
(45,65,24)
#283A16
(40,58,22)
#233314
(35,51,20)
#1E2C12
(30,44,18)
#192510
(25,37,16)
#141E0E
(20,30,14)
#0F170C
(15,23,12)
#0A100A
(10,16,10)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #374F1C

#374F1C
(55,79,28)
#495F30
(73,95,48)
#5B6F44
(91,111,68)
#6D7F58
(109,127,88)
#7F8F6C
(127,143,108)
#919F80
(145,159,128)
#A3AF94
(163,175,148)
#B5BFA8
(181,191,168)
#C7CFBC
(199,207,188)
#D9DFD0
(217,223,208)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F1C; }

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

This text font color is #374F1C.


Background Color

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

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

This div background color is #374F1C.


Border color

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

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

This div border color is #374F1C.


Opacity

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

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

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

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

This text has shadow with #374F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F1C on black background.


Color preview on white background

This text has color #374F1C on white background.



Black color preview on #374F1C background

This text has black color on #374F1C background.


White color preview on #374F1C background

This text has white color on #374F1C background.