COLOR #383424

HEX: #383424
RGB: (56,52,36)

Color info

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

RGB color model

#383424 color RGB value is (56,52,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 52 of 255 = 20%
B 36 of 255 = 14%

56
52
36

R + G + B ~ 19%. #383424 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 52 + 36 = 144 (100%)
R 56 of 144 ~ 38.89%
G 52 of 144 ~ 36.11%
B 36 of 144 ~ 25%

%38.89
%36.11
%25

CMYK color model

#383424 color CMYK value is (0,7,36,78).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(0,7,36,78)
C0M7Y36K78 
(0%,7%,36%,78%)
(0.00/0.07/0.36/0.78)	

CMYK percentages

%0
%7.14
%35.71
%78.04

Codes

Color #383424 in popluar color models

383424
RGB565236
HSL48°21.74%18.04%
HSB/HSV48°35.71%21.96%
CMYK0.00%7.14%35.71%
78.04%

Color #383424 in popluar number systems.

HEX383424
Decimal565236
Binary111000110100100100
Octal706444

Shades and tints

Shades of #383424

#383424
(56,52,36)
#333021
(51,48,33)
#2E2C1E
(46,44,30)
#29281B
(41,40,27)
#242418
(36,36,24)
#1F2015
(31,32,21)
#1A1C12
(26,28,18)
#15180F
(21,24,15)
#10140C
(16,20,12)
#0B1009
(11,16,9)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #383424

#383424
(56,52,36)
#4A4637
(74,70,55)
#5C584A
(92,88,74)
#6E6A5D
(110,106,93)
#807C70
(128,124,112)
#928E83
(146,142,131)
#A4A096
(164,160,150)
#B6B2A9
(182,178,169)
#C8C4BC
(200,196,188)
#DAD6CF
(218,214,207)
#ECE8E2
(236,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383424; }

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

This text font color is #383424.


Background Color

.myBgColor { background-color: #383424; }

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

This div background color is #383424.


Border color

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

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

This div border color is #383424.


Opacity

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

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

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

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

This text has shadow with #383424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383424 on black background.


Color preview on white background

This text has color #383424 on white background.



Black color preview on #383424 background

This text has black color on #383424 background.


White color preview on #383424 background

This text has white color on #383424 background.