COLOR #385626

HEX: #385626
RGB: (56,86,38)

Color info

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

RGB color model

#385626 color RGB value is (56,86,38).

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

RGB channels and saturation

R 56 of 255 = 22%
G 86 of 255 = 34%
B 38 of 255 = 15%

56
86
38

R + G + B ~ 24%. #385626 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 86 + 38 = 180 (100%)
R 56 of 180 ~ 31.11%
G 86 of 180 ~ 47.78%
B 38 of 180 ~ 21.11%

%31.11
%47.78
%21.11

CMYK color model

#385626 color CMYK value is (35,0,56,66).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 66.27%
CMYK:
(35,0,56,66)
C35M0Y56K66 
(35%,0%,56%,66%)
(0.35/0.00/0.56/0.66)	

CMYK percentages

%34.88
%0
%55.81
%66.27

Codes

Color #385626 in popluar color models

385626
RGB568638
HSL98°38.71%24.31%
HSB/HSV98°55.81%33.73%
CMYK34.88%0.00%55.81%
66.27%

Color #385626 in popluar number systems.

HEX385626
Decimal568638
Binary1110001010110100110
Octal7012646

Shades and tints

Shades of #385626

#385626
(56,86,38)
#334F23
(51,79,35)
#2E4820
(46,72,32)
#29411D
(41,65,29)
#243A1A
(36,58,26)
#1F3317
(31,51,23)
#1A2C14
(26,44,20)
#152511
(21,37,17)
#101E0E
(16,30,14)
#0B170B
(11,23,11)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #385626

#385626
(56,86,38)
#4A6539
(74,101,57)
#5C744C
(92,116,76)
#6E835F
(110,131,95)
#809272
(128,146,114)
#92A185
(146,161,133)
#A4B098
(164,176,152)
#B6BFAB
(182,191,171)
#C8CEBE
(200,206,190)
#DADDD1
(218,221,209)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385626 color. Also use rgb(56,86,38) instead hex code.

Text Font Color

.myTextColor { color: #385626; }

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

This text font color is #385626.


Background Color

.myBgColor { background-color: #385626; }

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

This div background color is #385626.


Border color

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

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

This div border color is #385626.


Opacity

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

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

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

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

This text has shadow with #385626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385626 on black background.


Color preview on white background

This text has color #385626 on white background.



Black color preview on #385626 background

This text has black color on #385626 background.


White color preview on #385626 background

This text has white color on #385626 background.