COLOR #384912

HEX: #384912
RGB: (56,73,18)

Color info

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

RGB color model

#384912 color RGB value is (56,73,18).

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

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 18 of 255 = 7%

56
73
18

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

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 18 = 147 (100%)
R 56 of 147 ~ 38.1%
G 73 of 147 ~ 49.66%
B 18 of 147 ~ 12.24%

%38.1
%49.66
%12.24

CMYK color model

#384912 color CMYK value is (23,0,75,71).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(23,0,75,71)
C23M0Y75K71 
(23%,0%,75%,71%)
(0.23/0.00/0.75/0.71)	

CMYK percentages

%23.29
%0
%75.34
%71.37

Codes

Color #384912 in popluar color models

384912
RGB567318
HSL79°60.44%17.84%
HSB/HSV79°75.34%28.63%
CMYK23.29%0.00%75.34%
71.37%

Color #384912 in popluar number systems.

HEX384912
Decimal567318
Binary111000100100110010
Octal7011122

Shades and tints

Shades of #384912

#384912
(56,73,18)
#334311
(51,67,17)
#2E3D10
(46,61,16)
#29370F
(41,55,15)
#24310E
(36,49,14)
#1F2B0D
(31,43,13)
#1A250C
(26,37,12)
#151F0B
(21,31,11)
#10190A
(16,25,10)
#0B1309
(11,19,9)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #384912

#384912
(56,73,18)
#4A5927
(74,89,39)
#5C693C
(92,105,60)
#6E7951
(110,121,81)
#808966
(128,137,102)
#92997B
(146,153,123)
#A4A990
(164,169,144)
#B6B9A5
(182,185,165)
#C8C9BA
(200,201,186)
#DAD9CF
(218,217,207)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384912; }

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

This text font color is #384912.


Background Color

.myBgColor { background-color: #384912; }

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

This div background color is #384912.


Border color

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

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

This div border color is #384912.


Opacity

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

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

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

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

This text has shadow with #384912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384912 on black background.


Color preview on white background

This text has color #384912 on white background.



Black color preview on #384912 background

This text has black color on #384912 background.


White color preview on #384912 background

This text has white color on #384912 background.