COLOR #375159

HEX: #375159
RGB: (55,81,89)

Color info

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

RGB color model

#375159 color RGB value is (55,81,89).

  • red value is 55;
  • green value is 81;
  • blue value is 89.
RGB:
(55,81,89)
(22%,32%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 81 of 255 = 32%
B 89 of 255 = 35%

55
81
89

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

Portions of RGB colors in percentages

R + G + B =
55 + 81 + 89 = 225 (100%)
R 55 of 225 ~ 24.44%
G 81 of 225 ~ 36%
B 89 of 225 ~ 39.56%

%24.44
%36
%39.56

CMYK color model

#375159 color CMYK value is (38,9,0,65).

  • cyan value is 38.20%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(38,9,0,65)
C38M9Y0K65 
(38%,9%,0%,65%)
(0.38/0.09/0.00/0.65)	

CMYK percentages

%38.2
%8.99
%0
%65.1

Codes

Color #375159 in popluar color models

375159
RGB558189
HSL194°23.61%28.24%
HSB/HSV194°38.20%34.90%
CMYK38.20%8.99%0.00%
65.10%

Color #375159 in popluar number systems.

HEX375159
Decimal558189
Binary11011110100011011001
Octal67121131

Shades and tints

Shades of #375159

#375159
(55,81,89)
#324A51
(50,74,81)
#2D4349
(45,67,73)
#283C41
(40,60,65)
#233539
(35,53,57)
#1E2E31
(30,46,49)
#192729
(25,39,41)
#142021
(20,32,33)
#0F1919
(15,25,25)
#0A1211
(10,18,17)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #375159

#375159
(55,81,89)
#496068
(73,96,104)
#5B6F77
(91,111,119)
#6D7E86
(109,126,134)
#7F8D95
(127,141,149)
#919CA4
(145,156,164)
#A3ABB3
(163,171,179)
#B5BAC2
(181,186,194)
#C7C9D1
(199,201,209)
#D9D8E0
(217,216,224)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375159 color. Also use rgb(55,81,89) instead hex code.

Text Font Color

.myTextColor { color: #375159; }

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

This text font color is #375159.


Background Color

.myBgColor { background-color: #375159; }

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

This div background color is #375159.


Border color

.myBorderColor { border: 1px solid #375159; }

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

This div border color is #375159.


Opacity

.myOpacity80 { color: #375159; opacity: 0.8; }

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

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

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

This text has shadow with #375159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375159 on black background.


Color preview on white background

This text has color #375159 on white background.



Black color preview on #375159 background

This text has black color on #375159 background.


White color preview on #375159 background

This text has white color on #375159 background.