COLOR #384336

HEX: #384336
RGB: (56,67,54)

Color info

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

RGB color model

#384336 color RGB value is (56,67,54).

  • red value is 56;
  • green value is 67;
  • blue value is 54.
RGB:
(56,67,54)
(22%,26%,21%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 54 of 255 = 21%

56
67
54

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

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 54 = 177 (100%)
R 56 of 177 ~ 31.64%
G 67 of 177 ~ 37.85%
B 54 of 177 ~ 30.51%

%31.64
%37.85
%30.51

CMYK color model

#384336 color CMYK value is (16,0,19,74).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 73.73%
CMYK:
(16,0,19,74)
C16M0Y19K74 
(16%,0%,19%,74%)
(0.16/0.00/0.19/0.74)	

CMYK percentages

%16.42
%0
%19.4
%73.73

Codes

Color #384336 in popluar color models

384336
RGB566754
HSL111°10.74%23.73%
HSB/HSV111°19.40%26.27%
CMYK16.42%0.00%19.40%
73.73%

Color #384336 in popluar number systems.

HEX384336
Decimal566754
Binary1110001000011110110
Octal7010366

Shades and tints

Shades of #384336

#384336
(56,67,54)
#333D32
(51,61,50)
#2E372E
(46,55,46)
#29312A
(41,49,42)
#242B26
(36,43,38)
#1F2522
(31,37,34)
#1A1F1E
(26,31,30)
#15191A
(21,25,26)
#101316
(16,19,22)
#0B0D12
(11,13,18)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #384336

#384336
(56,67,54)
#4A5448
(74,84,72)
#5C655A
(92,101,90)
#6E766C
(110,118,108)
#80877E
(128,135,126)
#929890
(146,152,144)
#A4A9A2
(164,169,162)
#B6BAB4
(182,186,180)
#C8CBC6
(200,203,198)
#DADCD8
(218,220,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384336 color. Also use rgb(56,67,54) instead hex code.

Text Font Color

.myTextColor { color: #384336; }

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

This text font color is #384336.


Background Color

.myBgColor { background-color: #384336; }

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

This div background color is #384336.


Border color

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

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

This div border color is #384336.


Opacity

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

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

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

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

This text has shadow with #384336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384336 on black background.


Color preview on white background

This text has color #384336 on white background.



Black color preview on #384336 background

This text has black color on #384336 background.


White color preview on #384336 background

This text has white color on #384336 background.