COLOR #375D2E

HEX: #375D2E RGB: (55,93,46)

Color info

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

RGB color model

#375D2E color RGB value is (55,93,46).

RGB: (55,93,46) (22%, 36%, 18%)

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 46 of 255 = 18%

55
93
46

R + G + B ~ 25%. #375D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 93 + 46 = 194 (100%)
R 55 of 194 ~ 28.35%
G 93 of 194 ~ 47.94%
B 46 of 194 ~ 23.71'%

%28.35
%47.94
%23.71

CMYK color model

#375D2E color CMYK value is (41,0,51,64).

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

CMYK: (41,0,51,64)
C41M0Y51K64 (41%, 0%, 51%, 64%)
(0.41 / 0.00 / 0.51 / 0.64)

CMYK percentages

%40.86
%0
%50.54
%63.53

Codes

Color #375D2E in popluar color models

37 5D 2E
RGB 55 93 46
HSL 109° 33.81% 27.25%
HSB/HSV 109° 50.54% 36.47%
CMYK 40.86% 0.00% 50.54%
63.53%

Color #375D2E in popluar number systems.

HEX 37 5D 2E
Decimal 55 93 46
Binary 110111 1011101 101110
Octal 67 135 56

Shades and tints

Shades of #375D2E

#375D2E
(55,93,46)
#32552A
(50,85,42)
#2D4D26
(45,77,38)
#284522
(40,69,34)
#233D1E
(35,61,30)
#1E351A
(30,53,26)
#192D16
(25,45,22)
#142512
(20,37,18)
#0F1D0E
(15,29,14)
#0A150A
(10,21,10)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #375D2E

#375D2E
(55,93,46)
#496B41
(73,107,65)
#5B7954
(91,121,84)
#6D8767
(109,135,103)
#7F957A
(127,149,122)
#91A38D
(145,163,141)
#A3B1A0
(163,177,160)
#B5BFB3
(181,191,179)
#C7CDC6
(199,205,198)
#D9DBD9
(217,219,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375D2E; }

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

This text font color is #375D2E.

Background Color

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

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

This div background color is #375D2E.

Border color

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

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

This div border color is #375D2E.

Opacity

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

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

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

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

This text has shadow with #375D2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375D2E.

Preview

Color preview on black background

This text has color #375D2E on black background.


Color preview on white background

This text has color #375D2E on white background.


Black color preview on #375D2E background

This text has black color on #375D2E background.


White color preview on #375D2E background

This text has white color on #375D2E background.


Related colors

Complementary color

Complementary color for #hex is #C8A2D1.


I love getcolorcode.com

Triadic colors

1 #2E375D and #5D2E37 with #375D2E are triadic colors.

2 #2E5D37 and #5D372E with #375D2E are triadic colors.