COLOR #383B17

HEX: #383B17
RGB: (56,59,23)

Color info

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

RGB color model

#383B17 color RGB value is (56,59,23).

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

RGB channels and saturation

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

56
59
23

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

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 23 = 138 (100%)
R 56 of 138 ~ 40.58%
G 59 of 138 ~ 42.75%
B 23 of 138 ~ 16.67%

%40.58
%42.75
%16.67

CMYK color model

#383B17 color CMYK value is (5,0,61,77).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 76.86%
CMYK:
(5,0,61,77)
C5M0Y61K77 
(5%,0%,61%,77%)
(0.05/0.00/0.61/0.77)	

CMYK percentages

%5.08
%0
%61.02
%76.86

Codes

Color #383B17 in popluar color models

383B17
RGB565923
HSL65°43.90%16.08%
HSB/HSV65°61.02%23.14%
CMYK5.08%0.00%61.02%
76.86%

Color #383B17 in popluar number systems.

HEX383B17
Decimal565923
Binary11100011101110111
Octal707327

Shades and tints

Shades of #383B17

#383B17
(56,59,23)
#333615
(51,54,21)
#2E3113
(46,49,19)
#292C11
(41,44,17)
#24270F
(36,39,15)
#1F220D
(31,34,13)
#1A1D0B
(26,29,11)
#151809
(21,24,9)
#101307
(16,19,7)
#0B0E05
(11,14,5)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #383B17

#383B17
(56,59,23)
#4A4C2C
(74,76,44)
#5C5D41
(92,93,65)
#6E6E56
(110,110,86)
#807F6B
(128,127,107)
#929080
(146,144,128)
#A4A195
(164,161,149)
#B6B2AA
(182,178,170)
#C8C3BF
(200,195,191)
#DAD4D4
(218,212,212)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383B17; }

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

This text font color is #383B17.


Background Color

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

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

This div background color is #383B17.


Border color

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

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

This div border color is #383B17.


Opacity

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

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

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

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

This text has shadow with #383B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383B17 on black background.


Color preview on white background

This text has color #383B17 on white background.



Black color preview on #383B17 background

This text has black color on #383B17 background.


White color preview on #383B17 background

This text has white color on #383B17 background.