Color Hex Logo

#38212b Color Hex

#38212B
(56,33,43)
0 Favorites   0 Comments

Color spaces of #38212b

RGB 563343
HSL0.930.260.17
HSV334°41°22°
CMYK 0.000.410.23   0.78
XYZ2.61082.10292.5538
Yxy2.10290.35920.2894
Hunter Lab14.50146.7594-0.2904
CIE-Lab16.018212.8530-2.0457

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

#38212b hex color red value is 56, green value is 33 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #38212b hue: 0.93 , saturation: 0.26 and the lightness value of 38212b is 0.17.

The process color (four color CMYK) of #38212b color hex is 0.00, 0.41, 0.23, 0.78. Web safe color of #38212b is #333333. Color #38212b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100001 00101011
Octal 70 41 53
Decimal 56 33 43
Hex 38 21 2B

RGB Percentages of Color #38212b

%42.42
%25.00
%32.58

CMYK Percentages of Color #38212b

%0
%41
%23
%78

Triadic Colors of #38212b

#38212b #2b3821 #212b38

Analogous Colors of #38212b

#38212b #382321 #382137

Monochromatic Colors of #38212b

#38212b

Complementary Color

#38212b #21382e

#38212b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38212b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38212b Color CSS Codes

.mybgcolor {background-color:#38212b; } 
.myforecolor {color:#38212b; }
.mybordercolor {border:3px solid #38212b; }

#38212b Text Font Color

<p style="color:#38212b">Text here</p>

This sample text font color is #38212b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#38212b Background Color

<div style="background-color:#38212b">
Div content here</div>

This div background color is #38212b


#38212b Border Color

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

This div border color is #38212b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,33,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38212b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38212b;
  -webkit-box-shadow: 1px 1px 3px 2px #38212b;
  box-shadow:         1px 1px 3px 2px #38212b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,33,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #38212b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.