COLOR #375F76

HEX: #375F76 RGB: (55,95,118)

Color info

#375F76 contains mainly green and blue colors. Web safe color of #375F76 is #336666 (or #366).

RGB color model

#375F76 color RGB value is (55,95,118).

RGB: (55,95,118) (22%, 37%, 46%)

RGB channels and saturation

R 55 of 255 = 22%
G 95 of 255 = 37%
B 118 of 255 = 46%

55
95
118

R + G + B ~ 35%. #375F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 95 + 118 = 268 (100%)
R 55 of 268 ~ 20.52%
G 95 of 268 ~ 35.45%
B 118 of 268 ~ 44.03'%

%20.52
%35.45
%44.03

CMYK color model

#375F76 color CMYK value is (53,19,0,54).

  • cyan value is 53.39%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (53,19,0,54)
C53M19Y0K54 (53%, 19%, 0%, 54%)
(0.53 / 0.19 / 0.00 / 0.54)

CMYK percentages

%53.39
%19.49
%0
%53.73

Codes

Color #375F76 in popluar color models

37 5F 76
RGB 55 95 118
HSL 202° 36.42% 33.92%
HSB/HSV 202° 53.39% 46.27%
CMYK 53.39% 19.49% 0.00%
53.73%

Color #375F76 in popluar number systems.

HEX 37 5F 76
Decimal 55 95 118
Binary 110111 1011111 1110110
Octal 67 137 166

Shades and tints

Shades of #375F76

#375F76
(55,95,118)
#32576C
(50,87,108)
#2D4F62
(45,79,98)
#284758
(40,71,88)
#233F4E
(35,63,78)
#1E3744
(30,55,68)
#192F3A
(25,47,58)
#142730
(20,39,48)
#0F1F26
(15,31,38)
#0A171C
(10,23,28)
#050F12
(5,15,18)
#000000
(0,0,0)

Tints of #375F76

#375F76
(55,95,118)
#496D82
(73,109,130)
#5B7B8E
(91,123,142)
#6D899A
(109,137,154)
#7F97A6
(127,151,166)
#91A5B2
(145,165,178)
#A3B3BE
(163,179,190)
#B5C1CA
(181,193,202)
#C7CFD6
(199,207,214)
#D9DDE2
(217,221,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375F76; }

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

This text font color is #375F76.

Background Color

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

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

This div background color is #375F76.

Border color

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

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

This div border color is #375F76.

Opacity

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

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

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

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

This text has shadow with #375F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375F76.

Preview

Color preview on black background

This text has color #375F76 on black background.


Color preview on white background

This text has color #375F76 on white background.


Black color preview on #375F76 background

This text has black color on #375F76 background.


White color preview on #375F76 background

This text has white color on #375F76 background.


Related colors

Complementary color

Complementary color for #hex is #C8A089.


I love getcolorcode.com

Triadic colors

1 #76375F and #5F7637 with #375F76 are triadic colors.

2 #765F37 and #5F3776 with #375F76 are triadic colors.