COLOR #383322

HEX: #383322 RGB: (56,51,34)

Color info

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

RGB color model

#383322 color RGB value is (56,51,34).

RGB: (56,51,34) (22%, 20%, 13%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 34 of 255 = 13%

56
51
34

R + G + B ~ 18%. #383322 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 51 + 34 = 141 (100%)
R 56 of 141 ~ 39.72%
G 51 of 141 ~ 36.17%
B 34 of 141 ~ 24.11'%

%39.72
%36.17
%24.11

CMYK color model

#383322 color CMYK value is (0,9,39,78).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 39.29%
  • key color value is 78.04%

CMYK: (0,9,39,78)
C0M9Y39K78 (0%, 9%, 39%, 78%)
(0.00 / 0.09 / 0.39 / 0.78)

CMYK percentages

%0
%8.93
%39.29
%78.04

Codes

Color #383322 in popluar color models

38 33 22
RGB 56 51 34
HSL 46° 24.44% 17.65%
HSB/HSV 46° 39.29% 21.96%
CMYK 0.00% 8.93% 39.29%
78.04%

Color #383322 in popluar number systems.

HEX 38 33 22
Decimal 56 51 34
Binary 111000 110011 100010
Octal 70 63 42

Shades and tints

Shades of #383322

#383322
(56,51,34)
#332F1F
(51,47,31)
#2E2B1C
(46,43,28)
#292719
(41,39,25)
#242316
(36,35,22)
#1F1F13
(31,31,19)
#1A1B10
(26,27,16)
#15170D
(21,23,13)
#10130A
(16,19,10)
#0B0F07
(11,15,7)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #383322

#383322
(56,51,34)
#4A4536
(74,69,54)
#5C574A
(92,87,74)
#6E695E
(110,105,94)
#807B72
(128,123,114)
#928D86
(146,141,134)
#A49F9A
(164,159,154)
#B6B1AE
(182,177,174)
#C8C3C2
(200,195,194)
#DAD5D6
(218,213,214)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383322 color. Also use rgb(56,51,34) instead hex code.

Text Font Color

.myTextColor { color: #383322; }

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

This text font color is #383322.

Background Color

.myBgColor { background-color: #383322; }

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

This div background color is #383322.

Border color

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

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

This div border color is #383322.

Opacity

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

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

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

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

This text has shadow with #383322 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383322.

Preview

Color preview on black background

This text has color #383322 on black background.


Color preview on white background

This text has color #383322 on white background.


Black color preview on #383322 background

This text has black color on #383322 background.


White color preview on #383322 background

This text has white color on #383322 background.


Related colors

Complementary color

Complementary color for #hex is #C7CCDD.


I love getcolorcode.com

Triadic colors

1 #223833 and #332238 with #383322 are triadic colors.

2 #223338 and #333822 with #383322 are triadic colors.