COLOR #386551

HEX: #386551
RGB: (56,101,81)

Color info

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

RGB color model

#386551 color RGB value is (56,101,81).

  • red value is 56;
  • green value is 101;
  • blue value is 81.
RGB:
(56,101,81)
(22%,40%,32%)

RGB channels and saturation

R 56 of 255 = 22%
G 101 of 255 = 40%
B 81 of 255 = 32%

56
101
81

R + G + B ~ 31%. #386551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 101 + 81 = 238 (100%)
R 56 of 238 ~ 23.53%
G 101 of 238 ~ 42.44%
B 81 of 238 ~ 34.03%

%23.53
%42.44
%34.03

CMYK color model

#386551 color CMYK value is (45,0,20,60).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 60.39%
CMYK:
(45,0,20,60)
C45M0Y20K60 
(45%,0%,20%,60%)
(0.45/0.00/0.20/0.60)	

CMYK percentages

%44.55
%0
%19.8
%60.39

Codes

Color #386551 in popluar color models

386551
RGB5610181
HSL153°28.66%30.78%
HSB/HSV153°44.55%39.61%
CMYK44.55%0.00%19.80%
60.39%

Color #386551 in popluar number systems.

HEX386551
Decimal5610181
Binary11100011001011010001
Octal70145121

Shades and tints

Shades of #386551

#386551
(56,101,81)
#335C4A
(51,92,74)
#2E5343
(46,83,67)
#294A3C
(41,74,60)
#244135
(36,65,53)
#1F382E
(31,56,46)
#1A2F27
(26,47,39)
#152620
(21,38,32)
#101D19
(16,29,25)
#0B1412
(11,20,18)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #386551

#386551
(56,101,81)
#4A7360
(74,115,96)
#5C816F
(92,129,111)
#6E8F7E
(110,143,126)
#809D8D
(128,157,141)
#92AB9C
(146,171,156)
#A4B9AB
(164,185,171)
#B6C7BA
(182,199,186)
#C8D5C9
(200,213,201)
#DAE3D8
(218,227,216)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386551 color. Also use rgb(56,101,81) instead hex code.

Text Font Color

.myTextColor { color: #386551; }

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

This text font color is #386551.


Background Color

.myBgColor { background-color: #386551; }

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

This div background color is #386551.


Border color

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

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

This div border color is #386551.


Opacity

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

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

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

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

This text has shadow with #386551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386551 on black background.


Color preview on white background

This text has color #386551 on white background.



Black color preview on #386551 background

This text has black color on #386551 background.


White color preview on #386551 background

This text has white color on #386551 background.