Color Hex Logo

#3a252a Color Hex

#3A252A
(58,37,42)
0 Favorites   0 Comments

Color spaces of #3a252a

RGB 583742
HSL0.960.220.19
HSV346°36°23°
CMYK 0.000.360.28   0.77
XYZ2.82442.38982.5029
Yxy2.38980.36600.3097
Hunter Lab15.45905.55931.2219
CIE-Lab17.412710.84920.7415

#3a252a color RGB value is (58,37,42).

#3a252a hex color red value is 58, green value is 37 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #3a252a hue: 0.96 , saturation: 0.22 and the lightness value of 3a252a is 0.19.

The process color (four color CMYK) of #3a252a color hex is 0.00, 0.36, 0.28, 0.77. Web safe color of #3a252a is #333333. Color #3a252a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00100101 00101010
Octal 72 45 52
Decimal 58 37 42
Hex 3A 25 2A

RGB Percentages of Color #3a252a

%42.34
%27.01
%30.66

CMYK Percentages of Color #3a252a

%0
%36
%28
%77

Triadic Colors of #3a252a

#3a252a #2a3a25 #252a3a

Analogous Colors of #3a252a

#3a252a #3a2b25 #3a2535

Monochromatic Colors of #3a252a

#3a252a

Complementary Color

#3a252a #253a35

#3a252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a252a Color CSS Codes

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

#3a252a Text Font Color

<p style="color:#3a252a">Text here</p>

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


#3a252a Background Color

<div style="background-color:#3a252a">
Div content here</div>

This div background color is #3a252a


#3a252a Border Color

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

This div border color is #3a252a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,37,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a252a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a252a;
  -webkit-box-shadow: 1px 1px 3px 2px #3a252a;
  box-shadow:         1px 1px 3px 2px #3a252a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,37,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 #3a252a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a252a


Comments

No comments written yet.

Please login to write comment.