COLOR #375E27

HEX: #375E27
RGB: (55,94,39)

Color info

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

RGB color model

#375E27 color RGB value is (55,94,39).

  • red value is 55;
  • green value is 94;
  • blue value is 39.
RGB:
(55,94,39)
(22%,37%,15%)

RGB channels and saturation

R 55 of 255 = 22%
G 94 of 255 = 37%
B 39 of 255 = 15%

55
94
39

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

Portions of RGB colors in percentages

R + G + B =
55 + 94 + 39 = 188 (100%)
R 55 of 188 ~ 29.26%
G 94 of 188 ~ 50%
B 39 of 188 ~ 20.74%

%29.26
%50
%20.74

CMYK color model

#375E27 color CMYK value is (41,0,59,63).

  • cyan value is 41.49%
  • magenta value is 0.00%
  • yellow value is 58.51%
  • key color value is 63.14%
CMYK:
(41,0,59,63)
C41M0Y59K63 
(41%,0%,59%,63%)
(0.41/0.00/0.59/0.63)	

CMYK percentages

%41.49
%0
%58.51
%63.14

Codes

Color #375E27 in popluar color models

375E27
RGB559439
HSL103°41.35%26.08%
HSB/HSV103°58.51%36.86%
CMYK41.49%0.00%58.51%
63.14%

Color #375E27 in popluar number systems.

HEX375E27
Decimal559439
Binary1101111011110100111
Octal6713647

Shades and tints

Shades of #375E27

#375E27
(55,94,39)
#325624
(50,86,36)
#2D4E21
(45,78,33)
#28461E
(40,70,30)
#233E1B
(35,62,27)
#1E3618
(30,54,24)
#192E15
(25,46,21)
#142612
(20,38,18)
#0F1E0F
(15,30,15)
#0A160C
(10,22,12)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #375E27

#375E27
(55,94,39)
#496C3A
(73,108,58)
#5B7A4D
(91,122,77)
#6D8860
(109,136,96)
#7F9673
(127,150,115)
#91A486
(145,164,134)
#A3B299
(163,178,153)
#B5C0AC
(181,192,172)
#C7CEBF
(199,206,191)
#D9DCD2
(217,220,210)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375E27; }

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

This text font color is #375E27.


Background Color

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

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

This div background color is #375E27.


Border color

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

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

This div border color is #375E27.


Opacity

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

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

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

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

This text has shadow with #375E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375E27 on black background.


Color preview on white background

This text has color #375E27 on white background.



Black color preview on #375E27 background

This text has black color on #375E27 background.


White color preview on #375E27 background

This text has white color on #375E27 background.