COLOR #382B30

HEX: #382B30
RGB: (56,43,48)

Color info

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

RGB color model

#382B30 color RGB value is (56,43,48).

  • red value is 56;
  • green value is 43;
  • blue value is 48.
RGB:
(56,43,48)
(22%,17%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 48 of 255 = 19%

56
43
48

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

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 48 = 147 (100%)
R 56 of 147 ~ 38.1%
G 43 of 147 ~ 29.25%
B 48 of 147 ~ 32.65%

%38.1
%29.25
%32.65

CMYK color model

#382B30 color CMYK value is (0,23,14,78).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(0,23,14,78)
C0M23Y14K78 
(0%,23%,14%,78%)
(0.00/0.23/0.14/0.78)	

CMYK percentages

%0
%23.21
%14.29
%78.04

Codes

Color #382B30 in popluar color models

382B30
RGB564348
HSL337°13.13%19.41%
HSB/HSV337°23.21%21.96%
CMYK0.00%23.21%14.29%
78.04%

Color #382B30 in popluar number systems.

HEX382B30
Decimal564348
Binary111000101011110000
Octal705360

Shades and tints

Shades of #382B30

#382B30
(56,43,48)
#33282C
(51,40,44)
#2E2528
(46,37,40)
#292224
(41,34,36)
#241F20
(36,31,32)
#1F1C1C
(31,28,28)
#1A1918
(26,25,24)
#151614
(21,22,20)
#101310
(16,19,16)
#0B100C
(11,16,12)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #382B30

#382B30
(56,43,48)
#4A3E42
(74,62,66)
#5C5154
(92,81,84)
#6E6466
(110,100,102)
#807778
(128,119,120)
#928A8A
(146,138,138)
#A49D9C
(164,157,156)
#B6B0AE
(182,176,174)
#C8C3C0
(200,195,192)
#DAD6D2
(218,214,210)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382B30 color. Also use rgb(56,43,48) instead hex code.

Text Font Color

.myTextColor { color: #382B30; }

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

This text font color is #382B30.


Background Color

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

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

This div background color is #382B30.


Border color

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

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

This div border color is #382B30.


Opacity

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

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

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

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

This text has shadow with #382B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B30 on black background.


Color preview on white background

This text has color #382B30 on white background.



Black color preview on #382B30 background

This text has black color on #382B30 background.


White color preview on #382B30 background

This text has white color on #382B30 background.