COLOR #38212B

HEX: #38212B
RGB: (56,33,43)

Color info

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

RGB color model

#38212B color RGB value is (56,33,43).

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

RGB channels and saturation

R 56 of 255 = 22%
G 33 of 255 = 13%
B 43 of 255 = 17%

56
33
43

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

Portions of RGB colors in percentages

R + G + B =
56 + 33 + 43 = 132 (100%)
R 56 of 132 ~ 42.42%
G 33 of 132 ~ 25%
B 43 of 132 ~ 32.58%

%42.42
%25
%32.58

CMYK color model

#38212B color CMYK value is (0,41,23,78).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 23.21%
  • key color value is 78.04%
CMYK:
(0,41,23,78)
C0M41Y23K78 
(0%,41%,23%,78%)
(0.00/0.41/0.23/0.78)	

CMYK percentages

%0
%41.07
%23.21
%78.04

Codes

Color #38212B in popluar color models

38212B
RGB563343
HSL334°25.84%17.45%
HSB/HSV334°41.07%21.96%
CMYK0.00%41.07%23.21%
78.04%

Color #38212B in popluar number systems.

HEX38212B
Decimal563343
Binary111000100001101011
Octal704153

Shades and tints

Shades of #38212B

#38212B
(56,33,43)
#331E28
(51,30,40)
#2E1B25
(46,27,37)
#291822
(41,24,34)
#24151F
(36,21,31)
#1F121C
(31,18,28)
#1A0F19
(26,15,25)
#150C16
(21,12,22)
#100913
(16,9,19)
#0B0610
(11,6,16)
#06030D
(6,3,13)
#000000
(0,0,0)

Tints of #38212B

#38212B
(56,33,43)
#4A353E
(74,53,62)
#5C4951
(92,73,81)
#6E5D64
(110,93,100)
#807177
(128,113,119)
#92858A
(146,133,138)
#A4999D
(164,153,157)
#B6ADB0
(182,173,176)
#C8C1C3
(200,193,195)
#DAD5D6
(218,213,214)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38212B color. Also use rgb(56,33,43) instead hex code.

Text Font Color

.myTextColor { color: #38212B; }

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

This text font color is #38212B.


Background Color

.myBgColor { background-color: #38212B; }

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

This div background color is #38212B.


Border color

.myBorderColor { border: 1px solid #38212B; }

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

This div border color is #38212B.


Opacity

.myOpacity80 { color: #38212B; opacity: 0.8; }

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

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

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

This text has shadow with #38212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38212B on black background.


Color preview on white background

This text has color #38212B on white background.



Black color preview on #38212B background

This text has black color on #38212B background.


White color preview on #38212B background

This text has white color on #38212B background.