COLOR #384528

HEX: #384528
RGB: (56,69,40)

Color info

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

RGB color model

#384528 color RGB value is (56,69,40).

  • red value is 56;
  • green value is 69;
  • blue value is 40.
RGB:
(56,69,40)
(22%,27%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 69 of 255 = 27%
B 40 of 255 = 16%

56
69
40

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

Portions of RGB colors in percentages

R + G + B =
56 + 69 + 40 = 165 (100%)
R 56 of 165 ~ 33.94%
G 69 of 165 ~ 41.82%
B 40 of 165 ~ 24.24%

%33.94
%41.82
%24.24

CMYK color model

#384528 color CMYK value is (19,0,42,73).

  • cyan value is 18.84%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 72.94%
CMYK:
(19,0,42,73)
C19M0Y42K73 
(19%,0%,42%,73%)
(0.19/0.00/0.42/0.73)	

CMYK percentages

%18.84
%0
%42.03
%72.94

Codes

Color #384528 in popluar color models

384528
RGB566940
HSL87°26.61%21.37%
HSB/HSV87°42.03%27.06%
CMYK18.84%0.00%42.03%
72.94%

Color #384528 in popluar number systems.

HEX384528
Decimal566940
Binary1110001000101101000
Octal7010550

Shades and tints

Shades of #384528

#384528
(56,69,40)
#333F25
(51,63,37)
#2E3922
(46,57,34)
#29331F
(41,51,31)
#242D1C
(36,45,28)
#1F2719
(31,39,25)
#1A2116
(26,33,22)
#151B13
(21,27,19)
#101510
(16,21,16)
#0B0F0D
(11,15,13)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #384528

#384528
(56,69,40)
#4A553B
(74,85,59)
#5C654E
(92,101,78)
#6E7561
(110,117,97)
#808574
(128,133,116)
#929587
(146,149,135)
#A4A59A
(164,165,154)
#B6B5AD
(182,181,173)
#C8C5C0
(200,197,192)
#DAD5D3
(218,213,211)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384528 color. Also use rgb(56,69,40) instead hex code.

Text Font Color

.myTextColor { color: #384528; }

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

This text font color is #384528.


Background Color

.myBgColor { background-color: #384528; }

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

This div background color is #384528.


Border color

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

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

This div border color is #384528.


Opacity

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

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

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

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

This text has shadow with #384528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384528 on black background.


Color preview on white background

This text has color #384528 on white background.



Black color preview on #384528 background

This text has black color on #384528 background.


White color preview on #384528 background

This text has white color on #384528 background.