COLOR #384417

HEX: #384417
RGB: (56,68,23)

Color info

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

RGB color model

#384417 color RGB value is (56,68,23).

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

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 23 of 255 = 9%

56
68
23

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

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 23 = 147 (100%)
R 56 of 147 ~ 38.1%
G 68 of 147 ~ 46.26%
B 23 of 147 ~ 15.65%

%38.1
%46.26
%15.65

CMYK color model

#384417 color CMYK value is (18,0,66,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 66.18%
  • key color value is 73.33%
CMYK:
(18,0,66,73)
C18M0Y66K73 
(18%,0%,66%,73%)
(0.18/0.00/0.66/0.73)	

CMYK percentages

%17.65
%0
%66.18
%73.33

Codes

Color #384417 in popluar color models

384417
RGB566823
HSL76°49.45%17.84%
HSB/HSV76°66.18%26.67%
CMYK17.65%0.00%66.18%
73.33%

Color #384417 in popluar number systems.

HEX384417
Decimal566823
Binary111000100010010111
Octal7010427

Shades and tints

Shades of #384417

#384417
(56,68,23)
#333E15
(51,62,21)
#2E3813
(46,56,19)
#293211
(41,50,17)
#242C0F
(36,44,15)
#1F260D
(31,38,13)
#1A200B
(26,32,11)
#151A09
(21,26,9)
#101407
(16,20,7)
#0B0E05
(11,14,5)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #384417

#384417
(56,68,23)
#4A552C
(74,85,44)
#5C6641
(92,102,65)
#6E7756
(110,119,86)
#80886B
(128,136,107)
#929980
(146,153,128)
#A4AA95
(164,170,149)
#B6BBAA
(182,187,170)
#C8CCBF
(200,204,191)
#DADDD4
(218,221,212)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384417; }

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

This text font color is #384417.


Background Color

.myBgColor { background-color: #384417; }

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

This div background color is #384417.


Border color

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

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

This div border color is #384417.


Opacity

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

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

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

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

This text has shadow with #384417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384417 on black background.


Color preview on white background

This text has color #384417 on white background.



Black color preview on #384417 background

This text has black color on #384417 background.


White color preview on #384417 background

This text has white color on #384417 background.