Color Hex Logo

#38292a Color Hex

#38292A
(56,41,42)
0 Favorites   0 Comments

Color spaces of #38292a

RGB 564142
HSL0.990.150.19
HSV356°27°22°
CMYK 0.000.270.25   0.78
XYZ2.84172.59382.5414
Yxy2.59380.35620.3252
Hunter Lab16.10533.31121.9178
CIE-Lab18.33767.17812.0460

#38292a color RGB value is (56,41,42).

#38292a hex color red value is 56, green value is 41 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #38292a hue: 0.99 , saturation: 0.15 and the lightness value of 38292a is 0.19.

The process color (four color CMYK) of #38292a color hex is 0.00, 0.27, 0.25, 0.78. Web safe color of #38292a is #333333. Color #38292a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101001 00101010
Octal 70 51 52
Decimal 56 41 42
Hex 38 29 2A

RGB Percentages of Color #38292a

%40.29
%29.50
%30.22

CMYK Percentages of Color #38292a

%0
%27
%25
%78

Triadic Colors of #38292a

#38292a #2a3829 #292a38

Analogous Colors of #38292a

#38292a #383029 #382932

Monochromatic Colors of #38292a

#38292a

Complementary Color

#38292a #293837

#38292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38292a Color CSS Codes

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

#38292a Text Font Color

<p style="color:#38292a">Text here</p>

This sample text font color is #38292a
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.


#38292a Background Color

<div style="background-color:#38292a">
Div content here</div>

This div background color is #38292a


#38292a Border Color

<div style="border:3px solid #38292a">
Div here</div>

This div border color is #38292a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,41,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38292a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38292a;
  -webkit-box-shadow: 1px 1px 3px 2px #38292a;
  box-shadow:         1px 1px 3px 2px #38292a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #38292a;
  -webkit-box-shadow: 1px 1px 3px 2px #38292a;
  box-shadow:         1px 1px 3px 2px #38292a;">
Div content here</div>

This div box has shadow with color #38292a


Comments

No comments written yet.

Please login to write comment.