COLOR #375647

HEX: #375647
RGB: (55,86,71)

Color info

#375647 contains red, green and blue colors in about the same proportion. Web safe color of #375647 is #336633 (or #363).

RGB color model

#375647 color RGB value is (55,86,71).

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

RGB channels and saturation

R 55 of 255 = 22%
G 86 of 255 = 34%
B 71 of 255 = 28%

55
86
71

R + G + B ~ 28%. #375647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 86 + 71 = 212 (100%)
R 55 of 212 ~ 25.94%
G 86 of 212 ~ 40.57%
B 71 of 212 ~ 33.49%

%25.94
%40.57
%33.49

CMYK color model

#375647 color CMYK value is (36,0,17,66).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 17.44%
  • key color value is 66.27%
CMYK:
(36,0,17,66)
C36M0Y17K66 
(36%,0%,17%,66%)
(0.36/0.00/0.17/0.66)	

CMYK percentages

%36.05
%0
%17.44
%66.27

Codes

Color #375647 in popluar color models

375647
RGB558671
HSL151°21.99%27.65%
HSB/HSV151°36.05%33.73%
CMYK36.05%0.00%17.44%
66.27%

Color #375647 in popluar number systems.

HEX375647
Decimal558671
Binary11011110101101000111
Octal67126107

Shades and tints

Shades of #375647

#375647
(55,86,71)
#324F41
(50,79,65)
#2D483B
(45,72,59)
#284135
(40,65,53)
#233A2F
(35,58,47)
#1E3329
(30,51,41)
#192C23
(25,44,35)
#14251D
(20,37,29)
#0F1E17
(15,30,23)
#0A1711
(10,23,17)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #375647

#375647
(55,86,71)
#496557
(73,101,87)
#5B7467
(91,116,103)
#6D8377
(109,131,119)
#7F9287
(127,146,135)
#91A197
(145,161,151)
#A3B0A7
(163,176,167)
#B5BFB7
(181,191,183)
#C7CEC7
(199,206,199)
#D9DDD7
(217,221,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375647; }

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

This text font color is #375647.


Background Color

.myBgColor { background-color: #375647; }

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

This div background color is #375647.


Border color

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

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

This div border color is #375647.


Opacity

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

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

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

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

This text has shadow with #375647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375647 on black background.


Color preview on white background

This text has color #375647 on white background.



Black color preview on #375647 background

This text has black color on #375647 background.


White color preview on #375647 background

This text has white color on #375647 background.