COLOR #375255

HEX: #375255
RGB: (55,82,85)

Color info

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

RGB color model

#375255 color RGB value is (55,82,85).

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

RGB channels and saturation

R 55 of 255 = 22%
G 82 of 255 = 32%
B 85 of 255 = 33%

55
82
85

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

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 85 = 222 (100%)
R 55 of 222 ~ 24.77%
G 82 of 222 ~ 36.94%
B 85 of 222 ~ 38.29%

%24.77
%36.94
%38.29

CMYK color model

#375255 color CMYK value is (35,4,0,67).

  • cyan value is 35.29%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(35,4,0,67)
C35M4Y0K67 
(35%,4%,0%,67%)
(0.35/0.04/0.00/0.67)	

CMYK percentages

%35.29
%3.53
%0
%66.67

Codes

Color #375255 in popluar color models

375255
RGB558285
HSL186°21.43%27.45%
HSB/HSV186°35.29%33.33%
CMYK35.29%3.53%0.00%
66.67%

Color #375255 in popluar number systems.

HEX375255
Decimal558285
Binary11011110100101010101
Octal67122125

Shades and tints

Shades of #375255

#375255
(55,82,85)
#324B4E
(50,75,78)
#2D4447
(45,68,71)
#283D40
(40,61,64)
#233639
(35,54,57)
#1E2F32
(30,47,50)
#19282B
(25,40,43)
#142124
(20,33,36)
#0F1A1D
(15,26,29)
#0A1316
(10,19,22)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #375255

#375255
(55,82,85)
#496164
(73,97,100)
#5B7073
(91,112,115)
#6D7F82
(109,127,130)
#7F8E91
(127,142,145)
#919DA0
(145,157,160)
#A3ACAF
(163,172,175)
#B5BBBE
(181,187,190)
#C7CACD
(199,202,205)
#D9D9DC
(217,217,220)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375255; }

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

This text font color is #375255.


Background Color

.myBgColor { background-color: #375255; }

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

This div background color is #375255.


Border color

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

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

This div border color is #375255.


Opacity

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

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

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

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

This text has shadow with #375255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375255 on black background.


Color preview on white background

This text has color #375255 on white background.



Black color preview on #375255 background

This text has black color on #375255 background.


White color preview on #375255 background

This text has white color on #375255 background.