COLOR #375540

HEX: #375540
RGB: (55,85,64)

Color info

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

RGB color model

#375540 color RGB value is (55,85,64).

  • red value is 55;
  • green value is 85;
  • blue value is 64.
RGB:
(55,85,64)
(22%,33%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 85 of 255 = 33%
B 64 of 255 = 25%

55
85
64

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

Portions of RGB colors in percentages

R + G + B =
55 + 85 + 64 = 204 (100%)
R 55 of 204 ~ 26.96%
G 85 of 204 ~ 41.67%
B 64 of 204 ~ 31.37%

%26.96
%41.67
%31.37

CMYK color model

#375540 color CMYK value is (35,0,25,67).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(35,0,25,67)
C35M0Y25K67 
(35%,0%,25%,67%)
(0.35/0.00/0.25/0.67)	

CMYK percentages

%35.29
%0
%24.71
%66.67

Codes

Color #375540 in popluar color models

375540
RGB558564
HSL138°21.43%27.45%
HSB/HSV138°35.29%33.33%
CMYK35.29%0.00%24.71%
66.67%

Color #375540 in popluar number systems.

HEX375540
Decimal558564
Binary11011110101011000000
Octal67125100

Shades and tints

Shades of #375540

#375540
(55,85,64)
#324E3B
(50,78,59)
#2D4736
(45,71,54)
#284031
(40,64,49)
#23392C
(35,57,44)
#1E3227
(30,50,39)
#192B22
(25,43,34)
#14241D
(20,36,29)
#0F1D18
(15,29,24)
#0A1613
(10,22,19)
#050F0E
(5,15,14)
#000000
(0,0,0)

Tints of #375540

#375540
(55,85,64)
#496451
(73,100,81)
#5B7362
(91,115,98)
#6D8273
(109,130,115)
#7F9184
(127,145,132)
#91A095
(145,160,149)
#A3AFA6
(163,175,166)
#B5BEB7
(181,190,183)
#C7CDC8
(199,205,200)
#D9DCD9
(217,220,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375540 color. Also use rgb(55,85,64) instead hex code.

Text Font Color

.myTextColor { color: #375540; }

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

This text font color is #375540.


Background Color

.myBgColor { background-color: #375540; }

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

This div background color is #375540.


Border color

.myBorderColor { border: 1px solid #375540; }

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

This div border color is #375540.


Opacity

.myOpacity80 { color: #375540; opacity: 0.8; }

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

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

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

This text has shadow with #375540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375540 on black background.


Color preview on white background

This text has color #375540 on white background.



Black color preview on #375540 background

This text has black color on #375540 background.


White color preview on #375540 background

This text has white color on #375540 background.