COLOR #375652

HEX: #375652
RGB: (55,86,82)

Color info

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

RGB color model

#375652 color RGB value is (55,86,82).

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

RGB channels and saturation

R 55 of 255 = 22%
G 86 of 255 = 34%
B 82 of 255 = 32%

55
86
82

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

Portions of RGB colors in percentages

R + G + B =
55 + 86 + 82 = 223 (100%)
R 55 of 223 ~ 24.66%
G 86 of 223 ~ 38.57%
B 82 of 223 ~ 36.77%

%24.66
%38.57
%36.77

CMYK color model

#375652 color CMYK value is (36,0,5,66).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 66.27%
CMYK:
(36,0,5,66)
C36M0Y5K66 
(36%,0%,5%,66%)
(0.36/0.00/0.05/0.66)	

CMYK percentages

%36.05
%0
%4.65
%66.27

Codes

Color #375652 in popluar color models

375652
RGB558682
HSL172°21.99%27.65%
HSB/HSV172°36.05%33.73%
CMYK36.05%0.00%4.65%
66.27%

Color #375652 in popluar number systems.

HEX375652
Decimal558682
Binary11011110101101010010
Octal67126122

Shades and tints

Shades of #375652

#375652
(55,86,82)
#324F4B
(50,79,75)
#2D4844
(45,72,68)
#28413D
(40,65,61)
#233A36
(35,58,54)
#1E332F
(30,51,47)
#192C28
(25,44,40)
#142521
(20,37,33)
#0F1E1A
(15,30,26)
#0A1713
(10,23,19)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #375652

#375652
(55,86,82)
#496561
(73,101,97)
#5B7470
(91,116,112)
#6D837F
(109,131,127)
#7F928E
(127,146,142)
#91A19D
(145,161,157)
#A3B0AC
(163,176,172)
#B5BFBB
(181,191,187)
#C7CECA
(199,206,202)
#D9DDD9
(217,221,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375652; }

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

This text font color is #375652.


Background Color

.myBgColor { background-color: #375652; }

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

This div background color is #375652.


Border color

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

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

This div border color is #375652.


Opacity

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

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

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

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

This text has shadow with #375652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375652 on black background.


Color preview on white background

This text has color #375652 on white background.



Black color preview on #375652 background

This text has black color on #375652 background.


White color preview on #375652 background

This text has white color on #375652 background.