COLOR #375E4B

HEX: #375E4B
RGB: (55,94,75)

Color info

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

RGB color model

#375E4B color RGB value is (55,94,75).

  • red value is 55;
  • green value is 94;
  • blue value is 75.
RGB:
(55,94,75)
(22%,37%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 94 of 255 = 37%
B 75 of 255 = 29%

55
94
75

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

Portions of RGB colors in percentages

R + G + B =
55 + 94 + 75 = 224 (100%)
R 55 of 224 ~ 24.55%
G 94 of 224 ~ 41.96%
B 75 of 224 ~ 33.48%

%24.55
%41.96
%33.48

CMYK color model

#375E4B color CMYK value is (41,0,20,63).

  • cyan value is 41.49%
  • magenta value is 0.00%
  • yellow value is 20.21%
  • key color value is 63.14%
CMYK:
(41,0,20,63)
C41M0Y20K63 
(41%,0%,20%,63%)
(0.41/0.00/0.20/0.63)	

CMYK percentages

%41.49
%0
%20.21
%63.14

Codes

Color #375E4B in popluar color models

375E4B
RGB559475
HSL151°26.17%29.22%
HSB/HSV151°41.49%36.86%
CMYK41.49%0.00%20.21%
63.14%

Color #375E4B in popluar number systems.

HEX375E4B
Decimal559475
Binary11011110111101001011
Octal67136113

Shades and tints

Shades of #375E4B

#375E4B
(55,94,75)
#325645
(50,86,69)
#2D4E3F
(45,78,63)
#284639
(40,70,57)
#233E33
(35,62,51)
#1E362D
(30,54,45)
#192E27
(25,46,39)
#142621
(20,38,33)
#0F1E1B
(15,30,27)
#0A1615
(10,22,21)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #375E4B

#375E4B
(55,94,75)
#496C5B
(73,108,91)
#5B7A6B
(91,122,107)
#6D887B
(109,136,123)
#7F968B
(127,150,139)
#91A49B
(145,164,155)
#A3B2AB
(163,178,171)
#B5C0BB
(181,192,187)
#C7CECB
(199,206,203)
#D9DCDB
(217,220,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375E4B color. Also use rgb(55,94,75) instead hex code.

Text Font Color

.myTextColor { color: #375E4B; }

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

This text font color is #375E4B.


Background Color

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

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

This div background color is #375E4B.


Border color

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

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

This div border color is #375E4B.


Opacity

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

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

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

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

This text has shadow with #375E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375E4B on black background.


Color preview on white background

This text has color #375E4B on white background.



Black color preview on #375E4B background

This text has black color on #375E4B background.


White color preview on #375E4B background

This text has white color on #375E4B background.