COLOR #386847

HEX: #386847
RGB: (56,104,71)

Color info

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

RGB color model

#386847 color RGB value is (56,104,71).

  • red value is 56;
  • green value is 104;
  • blue value is 71.
RGB:
(56,104,71)
(22%,41%,28%)

RGB channels and saturation

R 56 of 255 = 22%
G 104 of 255 = 41%
B 71 of 255 = 28%

56
104
71

R + G + B ~ 30%. #386847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 104 + 71 = 231 (100%)
R 56 of 231 ~ 24.24%
G 104 of 231 ~ 45.02%
B 71 of 231 ~ 30.74%

%24.24
%45.02
%30.74

CMYK color model

#386847 color CMYK value is (46,0,32,59).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(46,0,32,59)
C46M0Y32K59 
(46%,0%,32%,59%)
(0.46/0.00/0.32/0.59)	

CMYK percentages

%46.15
%0
%31.73
%59.22

Codes

Color #386847 in popluar color models

386847
RGB5610471
HSL139°30.00%31.37%
HSB/HSV139°46.15%40.78%
CMYK46.15%0.00%31.73%
59.22%

Color #386847 in popluar number systems.

HEX386847
Decimal5610471
Binary11100011010001000111
Octal70150107

Shades and tints

Shades of #386847

#386847
(56,104,71)
#335F41
(51,95,65)
#2E563B
(46,86,59)
#294D35
(41,77,53)
#24442F
(36,68,47)
#1F3B29
(31,59,41)
#1A3223
(26,50,35)
#15291D
(21,41,29)
#102017
(16,32,23)
#0B1711
(11,23,17)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #386847

#386847
(56,104,71)
#4A7557
(74,117,87)
#5C8267
(92,130,103)
#6E8F77
(110,143,119)
#809C87
(128,156,135)
#92A997
(146,169,151)
#A4B6A7
(164,182,167)
#B6C3B7
(182,195,183)
#C8D0C7
(200,208,199)
#DADDD7
(218,221,215)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386847 color. Also use rgb(56,104,71) instead hex code.

Text Font Color

.myTextColor { color: #386847; }

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

This text font color is #386847.


Background Color

.myBgColor { background-color: #386847; }

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

This div background color is #386847.


Border color

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

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

This div border color is #386847.


Opacity

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

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

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

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

This text has shadow with #386847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386847 on black background.


Color preview on white background

This text has color #386847 on white background.



Black color preview on #386847 background

This text has black color on #386847 background.


White color preview on #386847 background

This text has white color on #386847 background.