COLOR #376D58

HEX: #376D58
RGB: (55,109,88)

Color info

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

RGB color model

#376D58 color RGB value is (55,109,88).

  • red value is 55;
  • green value is 109;
  • blue value is 88.
RGB:
(55,109,88)
(22%,43%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 109 of 255 = 43%
B 88 of 255 = 35%

55
109
88

R + G + B ~ 33%. #376D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 109 + 88 = 252 (100%)
R 55 of 252 ~ 21.83%
G 109 of 252 ~ 43.25%
B 88 of 252 ~ 34.92%

%21.83
%43.25
%34.92

CMYK color model

#376D58 color CMYK value is (50,0,19,57).

  • cyan value is 49.54%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(50,0,19,57)
C50M0Y19K57 
(50%,0%,19%,57%)
(0.50/0.00/0.19/0.57)	

CMYK percentages

%49.54
%0
%19.27
%57.25

Codes

Color #376D58 in popluar color models

376D58
RGB5510988
HSL157°32.93%32.16%
HSB/HSV157°49.54%42.75%
CMYK49.54%0.00%19.27%
57.25%

Color #376D58 in popluar number systems.

HEX376D58
Decimal5510988
Binary11011111011011011000
Octal67155130

Shades and tints

Shades of #376D58

#376D58
(55,109,88)
#326450
(50,100,80)
#2D5B48
(45,91,72)
#285240
(40,82,64)
#234938
(35,73,56)
#1E4030
(30,64,48)
#193728
(25,55,40)
#142E20
(20,46,32)
#0F2518
(15,37,24)
#0A1C10
(10,28,16)
#051308
(5,19,8)
#000000
(0,0,0)

Tints of #376D58

#376D58
(55,109,88)
#497A67
(73,122,103)
#5B8776
(91,135,118)
#6D9485
(109,148,133)
#7FA194
(127,161,148)
#91AEA3
(145,174,163)
#A3BBB2
(163,187,178)
#B5C8C1
(181,200,193)
#C7D5D0
(199,213,208)
#D9E2DF
(217,226,223)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376D58 color. Also use rgb(55,109,88) instead hex code.

Text Font Color

.myTextColor { color: #376D58; }

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

This text font color is #376D58.


Background Color

.myBgColor { background-color: #376D58; }

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

This div background color is #376D58.


Border color

.myBorderColor { border: 1px solid #376D58; }

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

This div border color is #376D58.


Opacity

.myOpacity80 { color: #376D58; opacity: 0.8; }

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

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

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

This text has shadow with #376D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D58 on black background.


Color preview on white background

This text has color #376D58 on white background.



Black color preview on #376D58 background

This text has black color on #376D58 background.


White color preview on #376D58 background

This text has white color on #376D58 background.