COLOR #375259

HEX: #375259
RGB: (55,82,89)

Color info

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

RGB color model

#375259 color RGB value is (55,82,89).

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

RGB channels and saturation

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

55
82
89

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

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 89 = 226 (100%)
R 55 of 226 ~ 24.34%
G 82 of 226 ~ 36.28%
B 89 of 226 ~ 39.38%

%24.34
%36.28
%39.38

CMYK color model

#375259 color CMYK value is (38,8,0,65).

  • cyan value is 38.20%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(38,8,0,65)
C38M8Y0K65 
(38%,8%,0%,65%)
(0.38/0.08/0.00/0.65)	

CMYK percentages

%38.2
%7.87
%0
%65.1

Codes

Color #375259 in popluar color models

375259
RGB558289
HSL192°23.61%28.24%
HSB/HSV192°38.20%34.90%
CMYK38.20%7.87%0.00%
65.10%

Color #375259 in popluar number systems.

HEX375259
Decimal558289
Binary11011110100101011001
Octal67122131

Shades and tints

Shades of #375259

#375259
(55,82,89)
#324B51
(50,75,81)
#2D4449
(45,68,73)
#283D41
(40,61,65)
#233639
(35,54,57)
#1E2F31
(30,47,49)
#192829
(25,40,41)
#142121
(20,33,33)
#0F1A19
(15,26,25)
#0A1311
(10,19,17)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #375259

#375259
(55,82,89)
#496168
(73,97,104)
#5B7077
(91,112,119)
#6D7F86
(109,127,134)
#7F8E95
(127,142,149)
#919DA4
(145,157,164)
#A3ACB3
(163,172,179)
#B5BBC2
(181,187,194)
#C7CAD1
(199,202,209)
#D9D9E0
(217,217,224)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375259; }

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

This text font color is #375259.


Background Color

.myBgColor { background-color: #375259; }

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

This div background color is #375259.


Border color

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

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

This div border color is #375259.


Opacity

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

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

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

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

This text has shadow with #375259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375259 on black background.


Color preview on white background

This text has color #375259 on white background.



Black color preview on #375259 background

This text has black color on #375259 background.


White color preview on #375259 background

This text has white color on #375259 background.