COLOR #386841

HEX: #386841
RGB: (56,104,65)

Color info

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

RGB color model

#386841 color RGB value is (56,104,65).

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

RGB channels and saturation

R 56 of 255 = 22%
G 104 of 255 = 41%
B 65 of 255 = 25%

56
104
65

R + G + B ~ 29%. #386841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 104 + 65 = 225 (100%)
R 56 of 225 ~ 24.89%
G 104 of 225 ~ 46.22%
B 65 of 225 ~ 28.89%

%24.89
%46.22
%28.89

CMYK color model

#386841 color CMYK value is (46,0,38,59).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(46,0,38,59)
C46M0Y38K59 
(46%,0%,38%,59%)
(0.46/0.00/0.38/0.59)	

CMYK percentages

%46.15
%0
%37.5
%59.22

Codes

Color #386841 in popluar color models

386841
RGB5610465
HSL131°30.00%31.37%
HSB/HSV131°46.15%40.78%
CMYK46.15%0.00%37.50%
59.22%

Color #386841 in popluar number systems.

HEX386841
Decimal5610465
Binary11100011010001000001
Octal70150101

Shades and tints

Shades of #386841

#386841
(56,104,65)
#335F3C
(51,95,60)
#2E5637
(46,86,55)
#294D32
(41,77,50)
#24442D
(36,68,45)
#1F3B28
(31,59,40)
#1A3223
(26,50,35)
#15291E
(21,41,30)
#102019
(16,32,25)
#0B1714
(11,23,20)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #386841

#386841
(56,104,65)
#4A7552
(74,117,82)
#5C8263
(92,130,99)
#6E8F74
(110,143,116)
#809C85
(128,156,133)
#92A996
(146,169,150)
#A4B6A7
(164,182,167)
#B6C3B8
(182,195,184)
#C8D0C9
(200,208,201)
#DADDDA
(218,221,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386841; }

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

This text font color is #386841.


Background Color

.myBgColor { background-color: #386841; }

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

This div background color is #386841.


Border color

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

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

This div border color is #386841.


Opacity

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

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

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

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

This text has shadow with #386841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386841 on black background.


Color preview on white background

This text has color #386841 on white background.



Black color preview on #386841 background

This text has black color on #386841 background.


White color preview on #386841 background

This text has white color on #386841 background.