COLOR #383F1E

HEX: #383F1E
RGB: (56,63,30)

Color info

#383F1E contains red, green and blue colors in about the same proportion. Web safe color of #383F1E is #333333 (or #333).

RGB color model

#383F1E color RGB value is (56,63,30).

  • red value is 56;
  • green value is 63;
  • blue value is 30.
RGB:
(56,63,30)
(22%,25%,12%)

RGB channels and saturation

R 56 of 255 = 22%
G 63 of 255 = 25%
B 30 of 255 = 12%

56
63
30

R + G + B ~ 20%. #383F1E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 63 + 30 = 149 (100%)
R 56 of 149 ~ 37.58%
G 63 of 149 ~ 42.28%
B 30 of 149 ~ 20.13%

%37.58
%42.28
%20.13

CMYK color model

#383F1E color CMYK value is (11,0,52,75).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 75.29%
CMYK:
(11,0,52,75)
C11M0Y52K75 
(11%,0%,52%,75%)
(0.11/0.00/0.52/0.75)	

CMYK percentages

%11.11
%0
%52.38
%75.29

Codes

Color #383F1E in popluar color models

383F1E
RGB566330
HSL73°35.48%18.24%
HSB/HSV73°52.38%24.71%
CMYK11.11%0.00%52.38%
75.29%

Color #383F1E in popluar number systems.

HEX383F1E
Decimal566330
Binary11100011111111110
Octal707736

Shades and tints

Shades of #383F1E

#383F1E
(56,63,30)
#333A1C
(51,58,28)
#2E351A
(46,53,26)
#293018
(41,48,24)
#242B16
(36,43,22)
#1F2614
(31,38,20)
#1A2112
(26,33,18)
#151C10
(21,28,16)
#10170E
(16,23,14)
#0B120C
(11,18,12)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #383F1E

#383F1E
(56,63,30)
#4A5032
(74,80,50)
#5C6146
(92,97,70)
#6E725A
(110,114,90)
#80836E
(128,131,110)
#929482
(146,148,130)
#A4A596
(164,165,150)
#B6B6AA
(182,182,170)
#C8C7BE
(200,199,190)
#DAD8D2
(218,216,210)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383F1E color. Also use rgb(56,63,30) instead hex code.

Text Font Color

.myTextColor { color: #383F1E; }

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

This text font color is #383F1E.


Background Color

.myBgColor { background-color: #383F1E; }

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

This div background color is #383F1E.


Border color

.myBorderColor { border: 1px solid #383F1E; }

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

This div border color is #383F1E.


Opacity

.myOpacity80 { color: #383F1E; opacity: 0.8; }

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

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

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

This text has shadow with #383F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383F1E on black background.


Color preview on white background

This text has color #383F1E on white background.



Black color preview on #383F1E background

This text has black color on #383F1E background.


White color preview on #383F1E background

This text has white color on #383F1E background.