COLOR #382526

HEX: #382526
RGB: (56,37,38)

Color info

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

RGB color model

#382526 color RGB value is (56,37,38).

  • red value is 56;
  • green value is 37;
  • blue value is 38.
RGB:
(56,37,38)
(22%,15%,15%)

RGB channels and saturation

R 56 of 255 = 22%
G 37 of 255 = 15%
B 38 of 255 = 15%

56
37
38

R + G + B ~ 17%. #382526 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 37 + 38 = 131 (100%)
R 56 of 131 ~ 42.75%
G 37 of 131 ~ 28.24%
B 38 of 131 ~ 29.01%

%42.75
%28.24
%29.01

CMYK color model

#382526 color CMYK value is (0,34,32,78).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 32.14%
  • key color value is 78.04%
CMYK:
(0,34,32,78)
C0M34Y32K78 
(0%,34%,32%,78%)
(0.00/0.34/0.32/0.78)	

CMYK percentages

%0
%33.93
%32.14
%78.04

Codes

Color #382526 in popluar color models

382526
RGB563738
HSL357°20.43%18.24%
HSB/HSV357°33.93%21.96%
CMYK0.00%33.93%32.14%
78.04%

Color #382526 in popluar number systems.

HEX382526
Decimal563738
Binary111000100101100110
Octal704546

Shades and tints

Shades of #382526

#382526
(56,37,38)
#332223
(51,34,35)
#2E1F20
(46,31,32)
#291C1D
(41,28,29)
#24191A
(36,25,26)
#1F1617
(31,22,23)
#1A1314
(26,19,20)
#151011
(21,16,17)
#100D0E
(16,13,14)
#0B0A0B
(11,10,11)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #382526

#382526
(56,37,38)
#4A3839
(74,56,57)
#5C4B4C
(92,75,76)
#6E5E5F
(110,94,95)
#807172
(128,113,114)
#928485
(146,132,133)
#A49798
(164,151,152)
#B6AAAB
(182,170,171)
#C8BDBE
(200,189,190)
#DAD0D1
(218,208,209)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382526 color. Also use rgb(56,37,38) instead hex code.

Text Font Color

.myTextColor { color: #382526; }

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

This text font color is #382526.


Background Color

.myBgColor { background-color: #382526; }

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

This div background color is #382526.


Border color

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

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

This div border color is #382526.


Opacity

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

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

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

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

This text has shadow with #382526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382526 on black background.


Color preview on white background

This text has color #382526 on white background.



Black color preview on #382526 background

This text has black color on #382526 background.


White color preview on #382526 background

This text has white color on #382526 background.