COLOR #382A35

HEX: #382A35 RGB: (56,42,53)

Color info

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

RGB color model

#382A35 color RGB value is (56,42,53).

RGB: (56,42,53) (22%, 16%, 21%)

RGB channels and saturation

R 56 of 255 = 22%
G 42 of 255 = 16%
B 53 of 255 = 21%

56
42
53

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

Portions of RGB colors in percentages

R + G + B = 56 + 42 + 53 = 151 (100%)
R 56 of 151 ~ 37.09%
G 42 of 151 ~ 27.81%
B 53 of 151 ~ 35.1'%

%37.09
%27.81
%35.1

CMYK color model

#382A35 color CMYK value is (0,25,5,78).

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

CMYK: (0,25,5,78)
C0M25Y5K78 (0%, 25%, 5%, 78%)
(0.00 / 0.25 / 0.05 / 0.78)

CMYK percentages

%0
%25
%5.36
%78.04

Codes

Color #382A35 in popluar color models

38 2A 35
RGB 56 42 53
HSL 313° 14.29% 19.22%
HSB/HSV 313° 25.00% 21.96%
CMYK 0.00% 25.00% 5.36%
78.04%

Color #382A35 in popluar number systems.

HEX 38 2A 35
Decimal 56 42 53
Binary 111000 101010 110101
Octal 70 52 65

Shades and tints

Shades of #382A35

#382A35
(56,42,53)
#332731
(51,39,49)
#2E242D
(46,36,45)
#292129
(41,33,41)
#241E25
(36,30,37)
#1F1B21
(31,27,33)
#1A181D
(26,24,29)
#151519
(21,21,25)
#101215
(16,18,21)
#0B0F11
(11,15,17)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #382A35

#382A35
(56,42,53)
#4A3D47
(74,61,71)
#5C5059
(92,80,89)
#6E636B
(110,99,107)
#80767D
(128,118,125)
#92898F
(146,137,143)
#A49CA1
(164,156,161)
#B6AFB3
(182,175,179)
#C8C2C5
(200,194,197)
#DAD5D7
(218,213,215)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382A35; }

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

This text font color is #382A35.

Background Color

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

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

This div background color is #382A35.

Border color

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

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

This div border color is #382A35.

Opacity

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

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

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

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

This text has shadow with #382A35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382A35.

Preview

Color preview on black background

This text has color #382A35 on black background.


Color preview on white background

This text has color #382A35 on white background.


Black color preview on #382A35 background

This text has black color on #382A35 background.


White color preview on #382A35 background

This text has white color on #382A35 background.


Related colors

Complementary color

Complementary color for #hex is #C7D5CA.


I love getcolorcode.com

Triadic colors

1 #35382A and #2A3538 with #382A35 are triadic colors.

2 #352A38 and #2A3835 with #382A35 are triadic colors.