COLOR #375E1F

HEX: #375E1F RGB: (55,94,31)

Color info

#375E1F contains mainly red and green colors. Web safe color of #375E1F is #336633 (or #363).

RGB color model

#375E1F color RGB value is (55,94,31).

RGB: (55,94,31) (22%, 37%, 12%)

RGB channels and saturation

R 55 of 255 = 22%
G 94 of 255 = 37%
B 31 of 255 = 12%

55
94
31

R + G + B ~ 24%. #375E1F is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 94 + 31 = 180 (100%)
R 55 of 180 ~ 30.56%
G 94 of 180 ~ 52.22%
B 31 of 180 ~ 17.22'%

%30.56
%52.22
%17.22

CMYK color model

#375E1F color CMYK value is (41,0,67,63).

  • cyan value is 41.49%
  • magenta value is 0.00%
  • yellow value is 67.02%
  • key color value is 63.14%

CMYK: (41,0,67,63)
C41M0Y67K63 (41%, 0%, 67%, 63%)
(0.41 / 0.00 / 0.67 / 0.63)

CMYK percentages

%41.49
%0
%67.02
%63.14

Codes

Color #375E1F in popluar color models

37 5E 1F
RGB 55 94 31
HSL 97° 50.40% 24.51%
HSB/HSV 97° 67.02% 36.86%
CMYK 41.49% 0.00% 67.02%
63.14%

Color #375E1F in popluar number systems.

HEX 37 5E 1F
Decimal 55 94 31
Binary 110111 1011110 11111
Octal 67 136 37

Shades and tints

Shades of #375E1F

#375E1F
(55,94,31)
#32561D
(50,86,29)
#2D4E1B
(45,78,27)
#284619
(40,70,25)
#233E17
(35,62,23)
#1E3615
(30,54,21)
#192E13
(25,46,19)
#142611
(20,38,17)
#0F1E0F
(15,30,15)
#0A160D
(10,22,13)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #375E1F

#375E1F
(55,94,31)
#496C33
(73,108,51)
#5B7A47
(91,122,71)
#6D885B
(109,136,91)
#7F966F
(127,150,111)
#91A483
(145,164,131)
#A3B297
(163,178,151)
#B5C0AB
(181,192,171)
#C7CEBF
(199,206,191)
#D9DCD3
(217,220,211)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375E1F color. Also use rgb(55,94,31) instead hex code.

Text Font Color

.myTextColor { color: #375E1F; }

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

This text font color is #375E1F.

Background Color

.myBgColor { background-color: #375E1F; }

<div style="background-color:#375E1F">Inner text</div>

This div background color is #375E1F.

Border color

.myBorderColor { border: 1px solid #375E1F; }

<div style="border:3px solid #375E1F">Div</div>

This div border color is #375E1F.

Opacity

.myOpacity80 { color: #375E1F; opacity: 0.8; }

<p style="color:#375E1F;opacity:0.8;">80%</p>

Text with #375E1F 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 #375E1F;}

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

This text has shadow with #375E1F color.


.textShadow {text-shadow: 3px 3px 1px #375E1F', 3px 3px 1px red;}

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

This text has shadow with #375E1F primary color and red secondary color.


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

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

This text has shadow with #375E1F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #375E1F; -webkit-box-shadow: 1px 1px 3px 2px #375E1F; box-shadow:1px 1px 3px 2px #375E1F;">
Div content here
</div>

This div box has shadow with color #375E1F.

Preview

Color preview on black background

This text has color #375E1F on black background.


Color preview on white background

This text has color #375E1F on white background.


Black color preview on #375E1F background

This text has black color on #375E1F background.


White color preview on #375E1F background

This text has white color on #375E1F background.


Related colors

Complementary color

Complementary color for #hex is #C8A1E0.


I love getcolorcode.com

Triadic colors

1 #1F375E and #5E1F37 with #375E1F are triadic colors.

2 #1F5E37 and #5E371F with #375E1F are triadic colors.