COLOR #384A21

HEX: #384A21
RGB: (56,74,33)

Color info

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

RGB color model

#384A21 color RGB value is (56,74,33).

  • red value is 56;
  • green value is 74;
  • blue value is 33.
RGB:
(56,74,33)
(22%,29%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 74 of 255 = 29%
B 33 of 255 = 13%

56
74
33

R + G + B ~ 21%. #384A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 74 + 33 = 163 (100%)
R 56 of 163 ~ 34.36%
G 74 of 163 ~ 45.4%
B 33 of 163 ~ 20.25%

%34.36
%45.4
%20.25

CMYK color model

#384A21 color CMYK value is (24,0,55,71).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 70.98%
CMYK:
(24,0,55,71)
C24M0Y55K71 
(24%,0%,55%,71%)
(0.24/0.00/0.55/0.71)	

CMYK percentages

%24.32
%0
%55.41
%70.98

Codes

Color #384A21 in popluar color models

384A21
RGB567433
HSL86°38.32%20.98%
HSB/HSV86°55.41%29.02%
CMYK24.32%0.00%55.41%
70.98%

Color #384A21 in popluar number systems.

HEX384A21
Decimal567433
Binary1110001001010100001
Octal7011241

Shades and tints

Shades of #384A21

#384A21
(56,74,33)
#33441E
(51,68,30)
#2E3E1B
(46,62,27)
#293818
(41,56,24)
#243215
(36,50,21)
#1F2C12
(31,44,18)
#1A260F
(26,38,15)
#15200C
(21,32,12)
#101A09
(16,26,9)
#0B1406
(11,20,6)
#060E03
(6,14,3)
#000000
(0,0,0)

Tints of #384A21

#384A21
(56,74,33)
#4A5A35
(74,90,53)
#5C6A49
(92,106,73)
#6E7A5D
(110,122,93)
#808A71
(128,138,113)
#929A85
(146,154,133)
#A4AA99
(164,170,153)
#B6BAAD
(182,186,173)
#C8CAC1
(200,202,193)
#DADAD5
(218,218,213)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384A21 color. Also use rgb(56,74,33) instead hex code.

Text Font Color

.myTextColor { color: #384A21; }

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

This text font color is #384A21.


Background Color

.myBgColor { background-color: #384A21; }

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

This div background color is #384A21.


Border color

.myBorderColor { border: 1px solid #384A21; }

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

This div border color is #384A21.


Opacity

.myOpacity80 { color: #384A21; opacity: 0.8; }

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

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

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

This text has shadow with #384A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384A21 on black background.


Color preview on white background

This text has color #384A21 on white background.



Black color preview on #384A21 background

This text has black color on #384A21 background.


White color preview on #384A21 background

This text has white color on #384A21 background.