COLOR #383806

HEX: #383806
RGB: (56,56,6)

Color info

#383806 contains red, green and blue colors in about the same proportion. Web safe color of #383806 is #333300 (or #330).

RGB color model

#383806 color RGB value is (56,56,6).

  • red value is 56;
  • green value is 56;
  • blue value is 6.
RGB:
(56,56,6)
(22%,22%,2%)

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 6 of 255 = 2%

56
56
6

R + G + B ~ 15%. #383806 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 6 = 118 (100%)
R 56 of 118 ~ 47.46%
G 56 of 118 ~ 47.46%
B 6 of 118 ~ 5.08%

%47.46
%47.46

CMYK color model

#383806 color CMYK value is (0,0,89,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 89.29%
  • key color value is 78.04%
CMYK:
(0,0,89,78)
C0M0Y89K78 
(0%,0%,89%,78%)
(0.00/0.00/0.89/0.78)	

CMYK percentages

%0
%0
%89.29
%78.04

Codes

Color #383806 in popluar color models

383806
RGB56566
HSL60°80.65%12.16%
HSB/HSV60°89.29%21.96%
CMYK0.00%0.00%89.29%
78.04%

Color #383806 in popluar number systems.

HEX383806
Decimal56566
Binary111000111000110
Octal70706

Shades and tints

Shades of #383806

#383806
(56,56,6)
#333306
(51,51,6)
#2E2E06
(46,46,6)
#292906
(41,41,6)
#242406
(36,36,6)
#1F1F06
(31,31,6)
#1A1A06
(26,26,6)
#151506
(21,21,6)
#101006
(16,16,6)
#0B0B06
(11,11,6)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #383806

#383806
(56,56,6)
#4A4A1C
(74,74,28)
#5C5C32
(92,92,50)
#6E6E48
(110,110,72)
#80805E
(128,128,94)
#929274
(146,146,116)
#A4A48A
(164,164,138)
#B6B6A0
(182,182,160)
#C8C8B6
(200,200,182)
#DADACC
(218,218,204)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383806; }

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

This text font color is #383806.


Background Color

.myBgColor { background-color: #383806; }

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

This div background color is #383806.


Border color

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

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

This div border color is #383806.


Opacity

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

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

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

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

This text has shadow with #383806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383806 on black background.


Color preview on white background

This text has color #383806 on white background.



Black color preview on #383806 background

This text has black color on #383806 background.


White color preview on #383806 background

This text has white color on #383806 background.