COLOR #384924

HEX: #384924
RGB: (56,73,36)

Color info

#384924 contains red, green and blue colors in about the same proportion. Web safe color of #384924 is #333333 (or #333).

RGB color model

#384924 color RGB value is (56,73,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 36 of 255 = 14%

56
73
36

R + G + B ~ 22%. #384924 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 36 = 165 (100%)
R 56 of 165 ~ 33.94%
G 73 of 165 ~ 44.24%
B 36 of 165 ~ 21.82%

%33.94
%44.24
%21.82

CMYK color model

#384924 color CMYK value is (23,0,51,71).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 71.37%
CMYK:
(23,0,51,71)
C23M0Y51K71 
(23%,0%,51%,71%)
(0.23/0.00/0.51/0.71)	

CMYK percentages

%23.29
%0
%50.68
%71.37

Codes

Color #384924 in popluar color models

384924
RGB567336
HSL88°33.94%21.37%
HSB/HSV88°50.68%28.63%
CMYK23.29%0.00%50.68%
71.37%

Color #384924 in popluar number systems.

HEX384924
Decimal567336
Binary1110001001001100100
Octal7011144

Shades and tints

Shades of #384924

#384924
(56,73,36)
#334321
(51,67,33)
#2E3D1E
(46,61,30)
#29371B
(41,55,27)
#243118
(36,49,24)
#1F2B15
(31,43,21)
#1A2512
(26,37,18)
#151F0F
(21,31,15)
#10190C
(16,25,12)
#0B1309
(11,19,9)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #384924

#384924
(56,73,36)
#4A5937
(74,89,55)
#5C694A
(92,105,74)
#6E795D
(110,121,93)
#808970
(128,137,112)
#929983
(146,153,131)
#A4A996
(164,169,150)
#B6B9A9
(182,185,169)
#C8C9BC
(200,201,188)
#DAD9CF
(218,217,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384924; }

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

This text font color is #384924.


Background Color

.myBgColor { background-color: #384924; }

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

This div background color is #384924.


Border color

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

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

This div border color is #384924.


Opacity

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

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

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

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

This text has shadow with #384924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384924 on black background.


Color preview on white background

This text has color #384924 on white background.



Black color preview on #384924 background

This text has black color on #384924 background.


White color preview on #384924 background

This text has white color on #384924 background.