COLOR #384212

HEX: #384212
RGB: (56,66,18)

Color info

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

RGB color model

#384212 color RGB value is (56,66,18).

  • red value is 56;
  • green value is 66;
  • blue value is 18.
RGB:
(56,66,18)
(22%,26%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 18 of 255 = 7%

56
66
18

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 18 = 140 (100%)
R 56 of 140 ~ 40%
G 66 of 140 ~ 47.14%
B 18 of 140 ~ 12.86%

%40
%47.14
%12.86

CMYK color model

#384212 color CMYK value is (15,0,73,74).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 74.12%
CMYK:
(15,0,73,74)
C15M0Y73K74 
(15%,0%,73%,74%)
(0.15/0.00/0.73/0.74)	

CMYK percentages

%15.15
%0
%72.73
%74.12

Codes

Color #384212 in popluar color models

384212
RGB566618
HSL73°57.14%16.47%
HSB/HSV73°72.73%25.88%
CMYK15.15%0.00%72.73%
74.12%

Color #384212 in popluar number systems.

HEX384212
Decimal566618
Binary111000100001010010
Octal7010222

Shades and tints

Shades of #384212

#384212
(56,66,18)
#333C11
(51,60,17)
#2E3610
(46,54,16)
#29300F
(41,48,15)
#242A0E
(36,42,14)
#1F240D
(31,36,13)
#1A1E0C
(26,30,12)
#15180B
(21,24,11)
#10120A
(16,18,10)
#0B0C09
(11,12,9)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #384212

#384212
(56,66,18)
#4A5327
(74,83,39)
#5C643C
(92,100,60)
#6E7551
(110,117,81)
#808666
(128,134,102)
#92977B
(146,151,123)
#A4A890
(164,168,144)
#B6B9A5
(182,185,165)
#C8CABA
(200,202,186)
#DADBCF
(218,219,207)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384212 color. Also use rgb(56,66,18) instead hex code.

Text Font Color

.myTextColor { color: #384212; }

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

This text font color is #384212.


Background Color

.myBgColor { background-color: #384212; }

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

This div background color is #384212.


Border color

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

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

This div border color is #384212.


Opacity

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

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

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

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

This text has shadow with #384212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384212 on black background.


Color preview on white background

This text has color #384212 on white background.



Black color preview on #384212 background

This text has black color on #384212 background.


White color preview on #384212 background

This text has white color on #384212 background.