COLOR #375552

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

55
85
82

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

Portions of RGB colors in percentages

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

%24.77
%38.29
%36.94

CMYK color model

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

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

CMYK percentages

%35.29
%0
%3.53
%66.67

Codes

Color #375552 in popluar color models

375552
RGB558582
HSL174°21.43%27.45%
HSB/HSV174°35.29%33.33%
CMYK35.29%0.00%3.53%
66.67%

Color #375552 in popluar number systems.

HEX375552
Decimal558582
Binary11011110101011010010
Octal67125122

Shades and tints

Shades of #375552

#375552
(55,85,82)
#324E4B
(50,78,75)
#2D4744
(45,71,68)
#28403D
(40,64,61)
#233936
(35,57,54)
#1E322F
(30,50,47)
#192B28
(25,43,40)
#142421
(20,36,33)
#0F1D1A
(15,29,26)
#0A1613
(10,22,19)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #375552

#375552
(55,85,82)
#496461
(73,100,97)
#5B7370
(91,115,112)
#6D827F
(109,130,127)
#7F918E
(127,145,142)
#91A09D
(145,160,157)
#A3AFAC
(163,175,172)
#B5BEBB
(181,190,187)
#C7CDCA
(199,205,202)
#D9DCD9
(217,220,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375552; }

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

This text font color is #375552.


Background Color

.myBgColor { background-color: #375552; }

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

This div background color is #375552.


Border color

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

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

This div border color is #375552.


Opacity

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

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

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

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

This text has shadow with #375552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375552 on black background.


Color preview on white background

This text has color #375552 on white background.



Black color preview on #375552 background

This text has black color on #375552 background.


White color preview on #375552 background

This text has white color on #375552 background.