COLOR #375D1C

HEX: #375D1C RGB: (55,93,28)

Color info

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

RGB color model

#375D1C color RGB value is (55,93,28).

RGB: (55,93,28) (22%, 36%, 11%)

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 28 of 255 = 11%

55
93
28

R + G + B ~ 23%. #375D1C is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 93 + 28 = 176 (100%)
R 55 of 176 ~ 31.25%
G 93 of 176 ~ 52.84%
B 28 of 176 ~ 15.91'%

%31.25
%52.84
%15.91

CMYK color model

#375D1C color CMYK value is (41,0,70,64).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 69.89%
  • key color value is 63.53%

CMYK: (41,0,70,64)
C41M0Y70K64 (41%, 0%, 70%, 64%)
(0.41 / 0.00 / 0.70 / 0.64)

CMYK percentages

%40.86
%0
%69.89
%63.53

Codes

Color #375D1C in popluar color models

37 5D 1C
RGB 55 93 28
HSL 95° 53.72% 23.73%
HSB/HSV 95° 69.89% 36.47%
CMYK 40.86% 0.00% 69.89%
63.53%

Color #375D1C in popluar number systems.

HEX 37 5D 1C
Decimal 55 93 28
Binary 110111 1011101 11100
Octal 67 135 34

Shades and tints

Shades of #375D1C

#375D1C
(55,93,28)
#32551A
(50,85,26)
#2D4D18
(45,77,24)
#284516
(40,69,22)
#233D14
(35,61,20)
#1E3512
(30,53,18)
#192D10
(25,45,16)
#14250E
(20,37,14)
#0F1D0C
(15,29,12)
#0A150A
(10,21,10)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #375D1C

#375D1C
(55,93,28)
#496B30
(73,107,48)
#5B7944
(91,121,68)
#6D8758
(109,135,88)
#7F956C
(127,149,108)
#91A380
(145,163,128)
#A3B194
(163,177,148)
#B5BFA8
(181,191,168)
#C7CDBC
(199,205,188)
#D9DBD0
(217,219,208)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375D1C color. Also use rgb(55,93,28) instead hex code.

Text Font Color

.myTextColor { color: #375D1C; }

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

This text font color is #375D1C.

Background Color

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

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

This div background color is #375D1C.

Border color

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

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

This div border color is #375D1C.

Opacity

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

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

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

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

This text has shadow with #375D1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375D1C.

Preview

Color preview on black background

This text has color #375D1C on black background.


Color preview on white background

This text has color #375D1C on white background.


Black color preview on #375D1C background

This text has black color on #375D1C background.


White color preview on #375D1C background

This text has white color on #375D1C background.


Related colors

Complementary color

Complementary color for #375D1C is #C8A2E3.


I love getcolorcode.com

Triadic colors

1 #1C375D and #5D1C37 with #375D1C are triadic colors.

2 #1C5D37 and #5D371C with #375D1C are triadic colors.