COLOR #375F37

HEX: #375F37
RGB: (55,95,55)

Color info

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

RGB color model

#375F37 color RGB value is (55,95,55).

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

RGB channels and saturation

R 55 of 255 = 22%
G 95 of 255 = 37%
B 55 of 255 = 22%

55
95
55

R + G + B ~ 27%. #375F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 95 + 55 = 205 (100%)
R 55 of 205 ~ 26.83%
G 95 of 205 ~ 46.34%
B 55 of 205 ~ 26.83%

%26.83
%46.34
%26.83

CMYK color model

#375F37 color CMYK value is (42,0,42,63).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 62.75%
CMYK:
(42,0,42,63)
C42M0Y42K63 
(42%,0%,42%,63%)
(0.42/0.00/0.42/0.63)	

CMYK percentages

%42.11
%0
%42.11
%62.75

Codes

Color #375F37 in popluar color models

375F37
RGB559555
HSL120°26.67%29.41%
HSB/HSV120°42.11%37.25%
CMYK42.11%0.00%42.11%
62.75%

Color #375F37 in popluar number systems.

HEX375F37
Decimal559555
Binary1101111011111110111
Octal6713767

Shades and tints

Shades of #375F37

#375F37
(55,95,55)
#325732
(50,87,50)
#2D4F2D
(45,79,45)
#284728
(40,71,40)
#233F23
(35,63,35)
#1E371E
(30,55,30)
#192F19
(25,47,25)
#142714
(20,39,20)
#0F1F0F
(15,31,15)
#0A170A
(10,23,10)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #375F37

#375F37
(55,95,55)
#496D49
(73,109,73)
#5B7B5B
(91,123,91)
#6D896D
(109,137,109)
#7F977F
(127,151,127)
#91A591
(145,165,145)
#A3B3A3
(163,179,163)
#B5C1B5
(181,193,181)
#C7CFC7
(199,207,199)
#D9DDD9
(217,221,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375F37; }

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

This text font color is #375F37.


Background Color

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

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

This div background color is #375F37.


Border color

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

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

This div border color is #375F37.


Opacity

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

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

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

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

This text has shadow with #375F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375F37 on black background.


Color preview on white background

This text has color #375F37 on white background.



Black color preview on #375F37 background

This text has black color on #375F37 background.


White color preview on #375F37 background

This text has white color on #375F37 background.