COLOR #383917

HEX: #383917
RGB: (56,57,23)

Color info

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

RGB color model

#383917 color RGB value is (56,57,23).

  • red value is 56;
  • green value is 57;
  • blue value is 23.
RGB:
(56,57,23)
(22%,22%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 23 of 255 = 9%

56
57
23

R + G + B ~ 18%. #383917 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 23 = 136 (100%)
R 56 of 136 ~ 41.18%
G 57 of 136 ~ 41.91%
B 23 of 136 ~ 16.91%

%41.18
%41.91
%16.91

CMYK color model

#383917 color CMYK value is (2,0,60,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 59.65%
  • key color value is 77.65%
CMYK:
(2,0,60,78)
C2M0Y60K78 
(2%,0%,60%,78%)
(0.02/0.00/0.60/0.78)	

CMYK percentages

%1.75
%0
%59.65
%77.65

Codes

Color #383917 in popluar color models

383917
RGB565723
HSL62°42.50%15.69%
HSB/HSV62°59.65%22.35%
CMYK1.75%0.00%59.65%
77.65%

Color #383917 in popluar number systems.

HEX383917
Decimal565723
Binary11100011100110111
Octal707127

Shades and tints

Shades of #383917

#383917
(56,57,23)
#333415
(51,52,21)
#2E2F13
(46,47,19)
#292A11
(41,42,17)
#24250F
(36,37,15)
#1F200D
(31,32,13)
#1A1B0B
(26,27,11)
#151609
(21,22,9)
#101107
(16,17,7)
#0B0C05
(11,12,5)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #383917

#383917
(56,57,23)
#4A4B2C
(74,75,44)
#5C5D41
(92,93,65)
#6E6F56
(110,111,86)
#80816B
(128,129,107)
#929380
(146,147,128)
#A4A595
(164,165,149)
#B6B7AA
(182,183,170)
#C8C9BF
(200,201,191)
#DADBD4
(218,219,212)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383917; }

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

This text font color is #383917.


Background Color

.myBgColor { background-color: #383917; }

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

This div background color is #383917.


Border color

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

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

This div border color is #383917.


Opacity

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

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

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

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

This text has shadow with #383917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383917 on black background.


Color preview on white background

This text has color #383917 on white background.



Black color preview on #383917 background

This text has black color on #383917 background.


White color preview on #383917 background

This text has white color on #383917 background.