COLOR #383C17

HEX: #383C17
RGB: (56,60,23)

Color info

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

RGB color model

#383C17 color RGB value is (56,60,23).

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

RGB channels and saturation

R 56 of 255 = 22%
G 60 of 255 = 24%
B 23 of 255 = 9%

56
60
23

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

Portions of RGB colors in percentages

R + G + B =
56 + 60 + 23 = 139 (100%)
R 56 of 139 ~ 40.29%
G 60 of 139 ~ 43.17%
B 23 of 139 ~ 16.55%

%40.29
%43.17
%16.55

CMYK color model

#383C17 color CMYK value is (7,0,62,76).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 76.47%
CMYK:
(7,0,62,76)
C7M0Y62K76 
(7%,0%,62%,76%)
(0.07/0.00/0.62/0.76)	

CMYK percentages

%6.67
%0
%61.67
%76.47

Codes

Color #383C17 in popluar color models

383C17
RGB566023
HSL66°44.58%16.27%
HSB/HSV66°61.67%23.53%
CMYK6.67%0.00%61.67%
76.47%

Color #383C17 in popluar number systems.

HEX383C17
Decimal566023
Binary11100011110010111
Octal707427

Shades and tints

Shades of #383C17

#383C17
(56,60,23)
#333715
(51,55,21)
#2E3213
(46,50,19)
#292D11
(41,45,17)
#24280F
(36,40,15)
#1F230D
(31,35,13)
#1A1E0B
(26,30,11)
#151909
(21,25,9)
#101407
(16,20,7)
#0B0F05
(11,15,5)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #383C17

#383C17
(56,60,23)
#4A4D2C
(74,77,44)
#5C5E41
(92,94,65)
#6E6F56
(110,111,86)
#80806B
(128,128,107)
#929180
(146,145,128)
#A4A295
(164,162,149)
#B6B3AA
(182,179,170)
#C8C4BF
(200,196,191)
#DAD5D4
(218,213,212)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383C17; }

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

This text font color is #383C17.


Background Color

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

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

This div background color is #383C17.


Border color

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

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

This div border color is #383C17.


Opacity

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

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

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

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

This text has shadow with #383C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383C17 on black background.


Color preview on white background

This text has color #383C17 on white background.



Black color preview on #383C17 background

This text has black color on #383C17 background.


White color preview on #383C17 background

This text has white color on #383C17 background.