COLOR #375B3A

HEX: #375B3A
RGB: (55,91,58)

Color info

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

RGB color model

#375B3A color RGB value is (55,91,58).

  • red value is 55;
  • green value is 91;
  • blue value is 58.
RGB:
(55,91,58)
(22%,36%,23%)

RGB channels and saturation

R 55 of 255 = 22%
G 91 of 255 = 36%
B 58 of 255 = 23%

55
91
58

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

Portions of RGB colors in percentages

R + G + B =
55 + 91 + 58 = 204 (100%)
R 55 of 204 ~ 26.96%
G 91 of 204 ~ 44.61%
B 58 of 204 ~ 28.43%

%26.96
%44.61
%28.43

CMYK color model

#375B3A color CMYK value is (40,0,36,64).

  • cyan value is 39.56%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 64.31%
CMYK:
(40,0,36,64)
C40M0Y36K64 
(40%,0%,36%,64%)
(0.40/0.00/0.36/0.64)	

CMYK percentages

%39.56
%0
%36.26
%64.31

Codes

Color #375B3A in popluar color models

375B3A
RGB559158
HSL125°24.66%28.63%
HSB/HSV125°39.56%35.69%
CMYK39.56%0.00%36.26%
64.31%

Color #375B3A in popluar number systems.

HEX375B3A
Decimal559158
Binary1101111011011111010
Octal6713372

Shades and tints

Shades of #375B3A

#375B3A
(55,91,58)
#325335
(50,83,53)
#2D4B30
(45,75,48)
#28432B
(40,67,43)
#233B26
(35,59,38)
#1E3321
(30,51,33)
#192B1C
(25,43,28)
#142317
(20,35,23)
#0F1B12
(15,27,18)
#0A130D
(10,19,13)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #375B3A

#375B3A
(55,91,58)
#49694B
(73,105,75)
#5B775C
(91,119,92)
#6D856D
(109,133,109)
#7F937E
(127,147,126)
#91A18F
(145,161,143)
#A3AFA0
(163,175,160)
#B5BDB1
(181,189,177)
#C7CBC2
(199,203,194)
#D9D9D3
(217,217,211)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375B3A; }

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

This text font color is #375B3A.


Background Color

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

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

This div background color is #375B3A.


Border color

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

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

This div border color is #375B3A.


Opacity

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

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

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

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

This text has shadow with #375B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375B3A on black background.


Color preview on white background

This text has color #375B3A on white background.



Black color preview on #375B3A background

This text has black color on #375B3A background.


White color preview on #375B3A background

This text has white color on #375B3A background.