COLOR #387566

HEX: #387566
RGB: (56,117,102)

Color info

#387566 contains mainly green and blue colors. Web safe color of #387566 is #336666 (or #366).

RGB color model

#387566 color RGB value is (56,117,102).

  • red value is 56;
  • green value is 117;
  • blue value is 102.
RGB:
(56,117,102)
(22%,46%,40%)

RGB channels and saturation

R 56 of 255 = 22%
G 117 of 255 = 46%
B 102 of 255 = 40%

56
117
102

R + G + B ~ 36%. #387566 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 117 + 102 = 275 (100%)
R 56 of 275 ~ 20.36%
G 117 of 275 ~ 42.55%
B 102 of 275 ~ 37.09%

%20.36
%42.55
%37.09

CMYK color model

#387566 color CMYK value is (52,0,13,54).

  • cyan value is 52.14%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(52,0,13,54)
C52M0Y13K54 
(52%,0%,13%,54%)
(0.52/0.00/0.13/0.54)	

CMYK percentages

%52.14
%0
%12.82
%54.12

Codes

Color #387566 in popluar color models

387566
RGB56117102
HSL165°35.26%33.92%
HSB/HSV165°52.14%45.88%
CMYK52.14%0.00%12.82%
54.12%

Color #387566 in popluar number systems.

HEX387566
Decimal56117102
Binary11100011101011100110
Octal70165146

Shades and tints

Shades of #387566

#387566
(56,117,102)
#336B5D
(51,107,93)
#2E6154
(46,97,84)
#29574B
(41,87,75)
#244D42
(36,77,66)
#1F4339
(31,67,57)
#1A3930
(26,57,48)
#152F27
(21,47,39)
#10251E
(16,37,30)
#0B1B15
(11,27,21)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #387566

#387566
(56,117,102)
#4A8173
(74,129,115)
#5C8D80
(92,141,128)
#6E998D
(110,153,141)
#80A59A
(128,165,154)
#92B1A7
(146,177,167)
#A4BDB4
(164,189,180)
#B6C9C1
(182,201,193)
#C8D5CE
(200,213,206)
#DAE1DB
(218,225,219)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387566 color. Also use rgb(56,117,102) instead hex code.

Text Font Color

.myTextColor { color: #387566; }

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

This text font color is #387566.


Background Color

.myBgColor { background-color: #387566; }

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

This div background color is #387566.


Border color

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

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

This div border color is #387566.


Opacity

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

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

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

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

This text has shadow with #387566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387566 on black background.


Color preview on white background

This text has color #387566 on white background.



Black color preview on #387566 background

This text has black color on #387566 background.


White color preview on #387566 background

This text has white color on #387566 background.