COLOR #386251

HEX: #386251
RGB: (56,98,81)

Color info

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

RGB color model

#386251 color RGB value is (56,98,81).

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

RGB channels and saturation

R 56 of 255 = 22%
G 98 of 255 = 38%
B 81 of 255 = 32%

56
98
81

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

Portions of RGB colors in percentages

R + G + B =
56 + 98 + 81 = 235 (100%)
R 56 of 235 ~ 23.83%
G 98 of 235 ~ 41.7%
B 81 of 235 ~ 34.47%

%23.83
%41.7
%34.47

CMYK color model

#386251 color CMYK value is (43,0,17,62).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 61.57%
CMYK:
(43,0,17,62)
C43M0Y17K62 
(43%,0%,17%,62%)
(0.43/0.00/0.17/0.62)	

CMYK percentages

%42.86
%0
%17.35
%61.57

Codes

Color #386251 in popluar color models

386251
RGB569881
HSL156°27.27%30.20%
HSB/HSV156°42.86%38.43%
CMYK42.86%0.00%17.35%
61.57%

Color #386251 in popluar number systems.

HEX386251
Decimal569881
Binary11100011000101010001
Octal70142121

Shades and tints

Shades of #386251

#386251
(56,98,81)
#335A4A
(51,90,74)
#2E5243
(46,82,67)
#294A3C
(41,74,60)
#244235
(36,66,53)
#1F3A2E
(31,58,46)
#1A3227
(26,50,39)
#152A20
(21,42,32)
#102219
(16,34,25)
#0B1A12
(11,26,18)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #386251

#386251
(56,98,81)
#4A7060
(74,112,96)
#5C7E6F
(92,126,111)
#6E8C7E
(110,140,126)
#809A8D
(128,154,141)
#92A89C
(146,168,156)
#A4B6AB
(164,182,171)
#B6C4BA
(182,196,186)
#C8D2C9
(200,210,201)
#DAE0D8
(218,224,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386251; }

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

This text font color is #386251.


Background Color

.myBgColor { background-color: #386251; }

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

This div background color is #386251.


Border color

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

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

This div border color is #386251.


Opacity

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

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

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

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

This text has shadow with #386251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386251 on black background.


Color preview on white background

This text has color #386251 on white background.



Black color preview on #386251 background

This text has black color on #386251 background.


White color preview on #386251 background

This text has white color on #386251 background.