COLOR #384314

HEX: #384314
RGB: (56,67,20)

Color info

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

RGB color model

#384314 color RGB value is (56,67,20).

  • red value is 56;
  • green value is 67;
  • blue value is 20.
RGB:
(56,67,20)
(22%,26%,8%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 20 of 255 = 8%

56
67
20

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

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 20 = 143 (100%)
R 56 of 143 ~ 39.16%
G 67 of 143 ~ 46.85%
B 20 of 143 ~ 13.99%

%39.16
%46.85
%13.99

CMYK color model

#384314 color CMYK value is (16,0,70,74).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 70.15%
  • key color value is 73.73%
CMYK:
(16,0,70,74)
C16M0Y70K74 
(16%,0%,70%,74%)
(0.16/0.00/0.70/0.74)	

CMYK percentages

%16.42
%0
%70.15
%73.73

Codes

Color #384314 in popluar color models

384314
RGB566720
HSL74°54.02%17.06%
HSB/HSV74°70.15%26.27%
CMYK16.42%0.00%70.15%
73.73%

Color #384314 in popluar number systems.

HEX384314
Decimal566720
Binary111000100001110100
Octal7010324

Shades and tints

Shades of #384314

#384314
(56,67,20)
#333D13
(51,61,19)
#2E3712
(46,55,18)
#293111
(41,49,17)
#242B10
(36,43,16)
#1F250F
(31,37,15)
#1A1F0E
(26,31,14)
#15190D
(21,25,13)
#10130C
(16,19,12)
#0B0D0B
(11,13,11)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #384314

#384314
(56,67,20)
#4A5429
(74,84,41)
#5C653E
(92,101,62)
#6E7653
(110,118,83)
#808768
(128,135,104)
#92987D
(146,152,125)
#A4A992
(164,169,146)
#B6BAA7
(182,186,167)
#C8CBBC
(200,203,188)
#DADCD1
(218,220,209)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384314 color. Also use rgb(56,67,20) instead hex code.

Text Font Color

.myTextColor { color: #384314; }

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

This text font color is #384314.


Background Color

.myBgColor { background-color: #384314; }

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

This div background color is #384314.


Border color

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

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

This div border color is #384314.


Opacity

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

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

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

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

This text has shadow with #384314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384314 on black background.


Color preview on white background

This text has color #384314 on white background.



Black color preview on #384314 background

This text has black color on #384314 background.


White color preview on #384314 background

This text has white color on #384314 background.