Color Hex Logo

#4a283a Color Hex

#4A283A
(74,40,58)
0 Favorites   0 Comments

Color spaces of #4a283a

RGB 744058
HSL0.910.300.22
HSV328°46°29°
CMYK 0.000.460.22   0.71
XYZ4.34663.27894.4068
Yxy3.27890.36120.2725
Hunter Lab18.107711.1588-1.7537
CIE-Lab21.127918.7684-4.6538

#4a283a color RGB value is (74,40,58).

#4a283a hex color red value is 74, green value is 40 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #4a283a hue: 0.91 , saturation: 0.30 and the lightness value of 4a283a is 0.22.

The process color (four color CMYK) of #4a283a color hex is 0.00, 0.46, 0.22, 0.71. Web safe color of #4a283a is #333333. Color #4a283a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00101000 00111010
Octal 112 50 72
Decimal 74 40 58
Hex 4A 28 3A

RGB Percentages of Color #4a283a

%43.02
%23.26
%33.72

CMYK Percentages of Color #4a283a

%0
%46
%22
%71

Triadic Colors of #4a283a

#4a283a #3a4a28 #283a4a

Analogous Colors of #4a283a

#4a283a #4a2829 #49284a

Monochromatic Colors of #4a283a

#4a283a

Complementary Color

#4a283a #284a38

#4a283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a283a Color CSS Codes

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

#4a283a Text Font Color

<p style="color:#4a283a">Text here</p>

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


#4a283a Background Color

<div style="background-color:#4a283a">
Div content here</div>

This div background color is #4a283a


#4a283a Border Color

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

This div border color is #4a283a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,40,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a283a


Comments

No comments written yet.

Please login to write comment.