COLOR #383A1F

HEX: #383A1F
RGB: (56,58,31)

Color info

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

RGB color model

#383A1F color RGB value is (56,58,31).

  • red value is 56;
  • green value is 58;
  • blue value is 31.
RGB:
(56,58,31)
(22%,23%,12%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 31 of 255 = 12%

56
58
31

R + G + B ~ 19%. #383A1F is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 58 + 31 = 145 (100%)
R 56 of 145 ~ 38.62%
G 58 of 145 ~ 40%
B 31 of 145 ~ 21.38%

%38.62
%40
%21.38

CMYK color model

#383A1F color CMYK value is (3,0,47,77).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 46.55%
  • key color value is 77.25%
CMYK:
(3,0,47,77)
C3M0Y47K77 
(3%,0%,47%,77%)
(0.03/0.00/0.47/0.77)	

CMYK percentages

%3.45
%0
%46.55
%77.25

Codes

Color #383A1F in popluar color models

383A1F
RGB565831
HSL64°30.34%17.45%
HSB/HSV64°46.55%22.75%
CMYK3.45%0.00%46.55%
77.25%

Color #383A1F in popluar number systems.

HEX383A1F
Decimal565831
Binary11100011101011111
Octal707237

Shades and tints

Shades of #383A1F

#383A1F
(56,58,31)
#33351D
(51,53,29)
#2E301B
(46,48,27)
#292B19
(41,43,25)
#242617
(36,38,23)
#1F2115
(31,33,21)
#1A1C13
(26,28,19)
#151711
(21,23,17)
#10120F
(16,18,15)
#0B0D0D
(11,13,13)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #383A1F

#383A1F
(56,58,31)
#4A4B33
(74,75,51)
#5C5C47
(92,92,71)
#6E6D5B
(110,109,91)
#807E6F
(128,126,111)
#928F83
(146,143,131)
#A4A097
(164,160,151)
#B6B1AB
(182,177,171)
#C8C2BF
(200,194,191)
#DAD3D3
(218,211,211)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383A1F color. Also use rgb(56,58,31) instead hex code.

Text Font Color

.myTextColor { color: #383A1F; }

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

This text font color is #383A1F.


Background Color

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

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

This div background color is #383A1F.


Border color

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

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

This div border color is #383A1F.


Opacity

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

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

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

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

This text has shadow with #383A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383A1F on black background.


Color preview on white background

This text has color #383A1F on white background.



Black color preview on #383A1F background

This text has black color on #383A1F background.


White color preview on #383A1F background

This text has white color on #383A1F background.