COLOR #384534

HEX: #384534
RGB: (56,69,52)

Color info

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

RGB color model

#384534 color RGB value is (56,69,52).

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

RGB channels and saturation

R 56 of 255 = 22%
G 69 of 255 = 27%
B 52 of 255 = 20%

56
69
52

R + G + B ~ 23%. #384534 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 69 + 52 = 177 (100%)
R 56 of 177 ~ 31.64%
G 69 of 177 ~ 38.98%
B 52 of 177 ~ 29.38%

%31.64
%38.98
%29.38

CMYK color model

#384534 color CMYK value is (19,0,25,73).

  • cyan value is 18.84%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 72.94%
CMYK:
(19,0,25,73)
C19M0Y25K73 
(19%,0%,25%,73%)
(0.19/0.00/0.25/0.73)	

CMYK percentages

%18.84
%0
%24.64
%72.94

Codes

Color #384534 in popluar color models

384534
RGB566952
HSL106°14.05%23.73%
HSB/HSV106°24.64%27.06%
CMYK18.84%0.00%24.64%
72.94%

Color #384534 in popluar number systems.

HEX384534
Decimal566952
Binary1110001000101110100
Octal7010564

Shades and tints

Shades of #384534

#384534
(56,69,52)
#333F30
(51,63,48)
#2E392C
(46,57,44)
#293328
(41,51,40)
#242D24
(36,45,36)
#1F2720
(31,39,32)
#1A211C
(26,33,28)
#151B18
(21,27,24)
#101514
(16,21,20)
#0B0F10
(11,15,16)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #384534

#384534
(56,69,52)
#4A5546
(74,85,70)
#5C6558
(92,101,88)
#6E756A
(110,117,106)
#80857C
(128,133,124)
#92958E
(146,149,142)
#A4A5A0
(164,165,160)
#B6B5B2
(182,181,178)
#C8C5C4
(200,197,196)
#DAD5D6
(218,213,214)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384534; }

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

This text font color is #384534.


Background Color

.myBgColor { background-color: #384534; }

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

This div background color is #384534.


Border color

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

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

This div border color is #384534.


Opacity

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

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

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

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

This text has shadow with #384534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384534 on black background.


Color preview on white background

This text has color #384534 on white background.



Black color preview on #384534 background

This text has black color on #384534 background.


White color preview on #384534 background

This text has white color on #384534 background.