COLOR #384537

HEX: #384537
RGB: (56,69,55)

Color info

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

RGB color model

#384537 color RGB value is (56,69,55).

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

RGB channels and saturation

R 56 of 255 = 22%
G 69 of 255 = 27%
B 55 of 255 = 22%

56
69
55

R + G + B ~ 24%. #384537 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 69 + 55 = 180 (100%)
R 56 of 180 ~ 31.11%
G 69 of 180 ~ 38.33%
B 55 of 180 ~ 30.56%

%31.11
%38.33
%30.56

CMYK color model

#384537 color CMYK value is (19,0,20,73).

  • cyan value is 18.84%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 72.94%
CMYK:
(19,0,20,73)
C19M0Y20K73 
(19%,0%,20%,73%)
(0.19/0.00/0.20/0.73)	

CMYK percentages

%18.84
%0
%20.29
%72.94

Codes

Color #384537 in popluar color models

384537
RGB566955
HSL116°11.29%24.31%
HSB/HSV116°20.29%27.06%
CMYK18.84%0.00%20.29%
72.94%

Color #384537 in popluar number systems.

HEX384537
Decimal566955
Binary1110001000101110111
Octal7010567

Shades and tints

Shades of #384537

#384537
(56,69,55)
#333F32
(51,63,50)
#2E392D
(46,57,45)
#293328
(41,51,40)
#242D23
(36,45,35)
#1F271E
(31,39,30)
#1A2119
(26,33,25)
#151B14
(21,27,20)
#10150F
(16,21,15)
#0B0F0A
(11,15,10)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #384537

#384537
(56,69,55)
#4A5549
(74,85,73)
#5C655B
(92,101,91)
#6E756D
(110,117,109)
#80857F
(128,133,127)
#929591
(146,149,145)
#A4A5A3
(164,165,163)
#B6B5B5
(182,181,181)
#C8C5C7
(200,197,199)
#DAD5D9
(218,213,217)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384537; }

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

This text font color is #384537.


Background Color

.myBgColor { background-color: #384537; }

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

This div background color is #384537.


Border color

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

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

This div border color is #384537.


Opacity

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

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

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

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

This text has shadow with #384537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384537 on black background.


Color preview on white background

This text has color #384537 on white background.



Black color preview on #384537 background

This text has black color on #384537 background.


White color preview on #384537 background

This text has white color on #384537 background.