COLOR #386257

HEX: #386257
RGB: (56,98,87)

Color info

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

RGB color model

#386257 color RGB value is (56,98,87).

  • red value is 56;
  • green value is 98;
  • blue value is 87.
RGB:
(56,98,87)
(22%,38%,34%)

RGB channels and saturation

R 56 of 255 = 22%
G 98 of 255 = 38%
B 87 of 255 = 34%

56
98
87

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

Portions of RGB colors in percentages

R + G + B =
56 + 98 + 87 = 241 (100%)
R 56 of 241 ~ 23.24%
G 98 of 241 ~ 40.66%
B 87 of 241 ~ 36.1%

%23.24
%40.66
%36.1

CMYK color model

#386257 color CMYK value is (43,0,11,62).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 61.57%
CMYK:
(43,0,11,62)
C43M0Y11K62 
(43%,0%,11%,62%)
(0.43/0.00/0.11/0.62)	

CMYK percentages

%42.86
%0
%11.22
%61.57

Codes

Color #386257 in popluar color models

386257
RGB569887
HSL164°27.27%30.20%
HSB/HSV164°42.86%38.43%
CMYK42.86%0.00%11.22%
61.57%

Color #386257 in popluar number systems.

HEX386257
Decimal569887
Binary11100011000101010111
Octal70142127

Shades and tints

Shades of #386257

#386257
(56,98,87)
#335A50
(51,90,80)
#2E5249
(46,82,73)
#294A42
(41,74,66)
#24423B
(36,66,59)
#1F3A34
(31,58,52)
#1A322D
(26,50,45)
#152A26
(21,42,38)
#10221F
(16,34,31)
#0B1A18
(11,26,24)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #386257

#386257
(56,98,87)
#4A7066
(74,112,102)
#5C7E75
(92,126,117)
#6E8C84
(110,140,132)
#809A93
(128,154,147)
#92A8A2
(146,168,162)
#A4B6B1
(164,182,177)
#B6C4C0
(182,196,192)
#C8D2CF
(200,210,207)
#DAE0DE
(218,224,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386257 color. Also use rgb(56,98,87) instead hex code.

Text Font Color

.myTextColor { color: #386257; }

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

This text font color is #386257.


Background Color

.myBgColor { background-color: #386257; }

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

This div background color is #386257.


Border color

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

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

This div border color is #386257.


Opacity

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

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

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

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

This text has shadow with #386257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386257 on black background.


Color preview on white background

This text has color #386257 on white background.



Black color preview on #386257 background

This text has black color on #386257 background.


White color preview on #386257 background

This text has white color on #386257 background.