COLOR #375D4D

HEX: #375D4D
RGB: (55,93,77)

Color info

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

RGB color model

#375D4D color RGB value is (55,93,77).

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

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 77 of 255 = 30%

55
93
77

R + G + B ~ 29%. #375D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 93 + 77 = 225 (100%)
R 55 of 225 ~ 24.44%
G 93 of 225 ~ 41.33%
B 77 of 225 ~ 34.22%

%24.44
%41.33
%34.22

CMYK color model

#375D4D color CMYK value is (41,0,17,64).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 63.53%
CMYK:
(41,0,17,64)
C41M0Y17K64 
(41%,0%,17%,64%)
(0.41/0.00/0.17/0.64)	

CMYK percentages

%40.86
%0
%17.2
%63.53

Codes

Color #375D4D in popluar color models

375D4D
RGB559377
HSL155°25.68%29.02%
HSB/HSV155°40.86%36.47%
CMYK40.86%0.00%17.20%
63.53%

Color #375D4D in popluar number systems.

HEX375D4D
Decimal559377
Binary11011110111011001101
Octal67135115

Shades and tints

Shades of #375D4D

#375D4D
(55,93,77)
#325546
(50,85,70)
#2D4D3F
(45,77,63)
#284538
(40,69,56)
#233D31
(35,61,49)
#1E352A
(30,53,42)
#192D23
(25,45,35)
#14251C
(20,37,28)
#0F1D15
(15,29,21)
#0A150E
(10,21,14)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #375D4D

#375D4D
(55,93,77)
#496B5D
(73,107,93)
#5B796D
(91,121,109)
#6D877D
(109,135,125)
#7F958D
(127,149,141)
#91A39D
(145,163,157)
#A3B1AD
(163,177,173)
#B5BFBD
(181,191,189)
#C7CDCD
(199,205,205)
#D9DBDD
(217,219,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375D4D; }

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

This text font color is #375D4D.


Background Color

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

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

This div background color is #375D4D.


Border color

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

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

This div border color is #375D4D.


Opacity

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

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

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

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

This text has shadow with #375D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D4D on black background.


Color preview on white background

This text has color #375D4D on white background.



Black color preview on #375D4D background

This text has black color on #375D4D background.


White color preview on #375D4D background

This text has white color on #375D4D background.