COLOR #375D44

HEX: #375D44
RGB: (55,93,68)

Color info

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

RGB color model

#375D44 color RGB value is (55,93,68).

  • red value is 55;
  • green value is 93;
  • blue value is 68.
RGB:
(55,93,68)
(22%,36%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 68 of 255 = 27%

55
93
68

R + G + B ~ 28%. #375D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 93 + 68 = 216 (100%)
R 55 of 216 ~ 25.46%
G 93 of 216 ~ 43.06%
B 68 of 216 ~ 31.48%

%25.46
%43.06
%31.48

CMYK color model

#375D44 color CMYK value is (41,0,27,64).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 63.53%
CMYK:
(41,0,27,64)
C41M0Y27K64 
(41%,0%,27%,64%)
(0.41/0.00/0.27/0.64)	

CMYK percentages

%40.86
%0
%26.88
%63.53

Codes

Color #375D44 in popluar color models

375D44
RGB559368
HSL141°25.68%29.02%
HSB/HSV141°40.86%36.47%
CMYK40.86%0.00%26.88%
63.53%

Color #375D44 in popluar number systems.

HEX375D44
Decimal559368
Binary11011110111011000100
Octal67135104

Shades and tints

Shades of #375D44

#375D44
(55,93,68)
#32553E
(50,85,62)
#2D4D38
(45,77,56)
#284532
(40,69,50)
#233D2C
(35,61,44)
#1E3526
(30,53,38)
#192D20
(25,45,32)
#14251A
(20,37,26)
#0F1D14
(15,29,20)
#0A150E
(10,21,14)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #375D44

#375D44
(55,93,68)
#496B55
(73,107,85)
#5B7966
(91,121,102)
#6D8777
(109,135,119)
#7F9588
(127,149,136)
#91A399
(145,163,153)
#A3B1AA
(163,177,170)
#B5BFBB
(181,191,187)
#C7CDCC
(199,205,204)
#D9DBDD
(217,219,221)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375D44; }

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

This text font color is #375D44.


Background Color

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

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

This div background color is #375D44.


Border color

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

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

This div border color is #375D44.


Opacity

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

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

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

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

This text has shadow with #375D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D44 on black background.


Color preview on white background

This text has color #375D44 on white background.



Black color preview on #375D44 background

This text has black color on #375D44 background.


White color preview on #375D44 background

This text has white color on #375D44 background.