COLOR #375F4F

HEX: #375F4F
RGB: (55,95,79)

Color info

#375F4F contains red, green and blue colors in about the same proportion. Web safe color of #375F4F is #336666 (or #366).

RGB color model

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

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

RGB channels and saturation

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

55
95
79

R + G + B ~ 30%. #375F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 95 + 79 = 229 (100%)
R 55 of 229 ~ 24.02%
G 95 of 229 ~ 41.48%
B 79 of 229 ~ 34.5%

%24.02
%41.48
%34.5

CMYK color model

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

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

CMYK percentages

%42.11
%0
%16.84
%62.75

Codes

Color #375F4F in popluar color models

375F4F
RGB559579
HSL156°26.67%29.41%
HSB/HSV156°42.11%37.25%
CMYK42.11%0.00%16.84%
62.75%

Color #375F4F in popluar number systems.

HEX375F4F
Decimal559579
Binary11011110111111001111
Octal67137117

Shades and tints

Shades of #375F4F

#375F4F
(55,95,79)
#325748
(50,87,72)
#2D4F41
(45,79,65)
#28473A
(40,71,58)
#233F33
(35,63,51)
#1E372C
(30,55,44)
#192F25
(25,47,37)
#14271E
(20,39,30)
#0F1F17
(15,31,23)
#0A1710
(10,23,16)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #375F4F

#375F4F
(55,95,79)
#496D5F
(73,109,95)
#5B7B6F
(91,123,111)
#6D897F
(109,137,127)
#7F978F
(127,151,143)
#91A59F
(145,165,159)
#A3B3AF
(163,179,175)
#B5C1BF
(181,193,191)
#C7CFCF
(199,207,207)
#D9DDDF
(217,221,223)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375F4F; }

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

This text font color is #375F4F.


Background Color

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

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

This div background color is #375F4F.


Border color

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

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

This div border color is #375F4F.


Opacity

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

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

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

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

This text has shadow with #375F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375F4F on black background.


Color preview on white background

This text has color #375F4F on white background.



Black color preview on #375F4F background

This text has black color on #375F4F background.


White color preview on #375F4F background

This text has white color on #375F4F background.