COLOR #384535

HEX: #384535 RGB: (56,69,53)

Color info

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

RGB color model

#384535 color RGB value is (56,69,53).

RGB: (56,69,53) (22%, 27%, 21%)

RGB channels and saturation

R 56 of 255 = 22%
G 69 of 255 = 27%
B 53 of 255 = 21%

56
69
53

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

Portions of RGB colors in percentages

R + G + B = 56 + 69 + 53 = 178 (100%)
R 56 of 178 ~ 31.46%
G 69 of 178 ~ 38.76%
B 53 of 178 ~ 29.78'%

%31.46
%38.76
%29.78

CMYK color model

#384535 color CMYK value is (19,0,23,73).

  • cyan value is 18.84%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 72.94%

CMYK: (19,0,23,73)
C19M0Y23K73 (19%, 0%, 23%, 73%)
(0.19 / 0.00 / 0.23 / 0.73)

CMYK percentages

%18.84
%0
%23.19
%72.94

Codes

Color #384535 in popluar color models

38 45 35
RGB 56 69 53
HSL 109° 13.11% 23.92%
HSB/HSV 109° 23.19% 27.06%
CMYK 18.84% 0.00% 23.19%
72.94%

Color #384535 in popluar number systems.

HEX 38 45 35
Decimal 56 69 53
Binary 111000 1000101 110101
Octal 70 105 65

Shades and tints

Shades of #384535

#384535
(56,69,53)
#333F31
(51,63,49)
#2E392D
(46,57,45)
#293329
(41,51,41)
#242D25
(36,45,37)
#1F2721
(31,39,33)
#1A211D
(26,33,29)
#151B19
(21,27,25)
#101515
(16,21,21)
#0B0F11
(11,15,17)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #384535

#384535
(56,69,53)
#4A5547
(74,85,71)
#5C6559
(92,101,89)
#6E756B
(110,117,107)
#80857D
(128,133,125)
#92958F
(146,149,143)
#A4A5A1
(164,165,161)
#B6B5B3
(182,181,179)
#C8C5C5
(200,197,197)
#DAD5D7
(218,213,215)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384535; }

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

This text font color is #384535.

Background Color

.myBgColor { background-color: #384535; }

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

This div background color is #384535.

Border color

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

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

This div border color is #384535.

Opacity

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

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

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

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

This text has shadow with #384535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384535.

Preview

Color preview on black background

This text has color #384535 on black background.


Color preview on white background

This text has color #384535 on white background.


Black color preview on #384535 background

This text has black color on #384535 background.


White color preview on #384535 background

This text has white color on #384535 background.


Related colors

Complementary color

Complementary color for #hex is #C7BACA.


I love getcolorcode.com

Triadic colors

1 #353845 and #453538 with #384535 are triadic colors.

2 #354538 and #453835 with #384535 are triadic colors.