COLOR #382D35

HEX: #382D35 RGB: (56,45,53)

Color info

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

RGB color model

#382D35 color RGB value is (56,45,53).

RGB: (56,45,53) (22%, 18%, 21%)

RGB channels and saturation

R 56 of 255 = 22%
G 45 of 255 = 18%
B 53 of 255 = 21%

56
45
53

R + G + B ~ 20%. #382D35 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 45 + 53 = 154 (100%)
R 56 of 154 ~ 36.36%
G 45 of 154 ~ 29.22%
B 53 of 154 ~ 34.42'%

%36.36
%29.22
%34.42

CMYK color model

#382D35 color CMYK value is (0,20,5,78).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 5.36%
  • key color value is 78.04%

CMYK: (0,20,5,78)
C0M20Y5K78 (0%, 20%, 5%, 78%)
(0.00 / 0.20 / 0.05 / 0.78)

CMYK percentages

%0
%19.64
%5.36
%78.04

Codes

Color #382D35 in popluar color models

38 2D 35
RGB 56 45 53
HSL 316° 10.89% 19.80%
HSB/HSV 316° 19.64% 21.96%
CMYK 0.00% 19.64% 5.36%
78.04%

Color #382D35 in popluar number systems.

HEX 38 2D 35
Decimal 56 45 53
Binary 111000 101101 110101
Octal 70 55 65

Shades and tints

Shades of #382D35

#382D35
(56,45,53)
#332931
(51,41,49)
#2E252D
(46,37,45)
#292129
(41,33,41)
#241D25
(36,29,37)
#1F1921
(31,25,33)
#1A151D
(26,21,29)
#151119
(21,17,25)
#100D15
(16,13,21)
#0B0911
(11,9,17)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #382D35

#382D35
(56,45,53)
#4A4047
(74,64,71)
#5C5359
(92,83,89)
#6E666B
(110,102,107)
#80797D
(128,121,125)
#928C8F
(146,140,143)
#A49FA1
(164,159,161)
#B6B2B3
(182,178,179)
#C8C5C5
(200,197,197)
#DAD8D7
(218,216,215)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382D35; }

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

This text font color is #382D35.

Background Color

.myBgColor { background-color: #382D35; }

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

This div background color is #382D35.

Border color

.myBorderColor { border: 1px solid #382D35; }

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

This div border color is #382D35.

Opacity

.myOpacity80 { color: #382D35; opacity: 0.8; }

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

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

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

This text has shadow with #382D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382D35.

Preview

Color preview on black background

This text has color #382D35 on black background.


Color preview on white background

This text has color #382D35 on white background.


Black color preview on #382D35 background

This text has black color on #382D35 background.


White color preview on #382D35 background

This text has white color on #382D35 background.


Related colors

Complementary color

Complementary color for #hex is #C7D2CA.


I love getcolorcode.com

Triadic colors

1 #35382D and #2D3538 with #382D35 are triadic colors.

2 #352D38 and #2D3835 with #382D35 are triadic colors.