Color Hex Logo

#4a354a Color Hex

#4A354A
(74,53,74)
0 Favorites   0 Comments

Color spaces of #4a354a

RGB 745374
HSL0.830.170.25
HSV300°28°29°
CMYK 0.000.280.00   0.71
XYZ5.33324.49657.0654
Yxy4.49650.31570.2661
Hunter Lab21.20507.7854-4.9117
CIE-Lab25.249313.6211-9.2496

#4a354a color RGB value is (74,53,74).

#4a354a hex color red value is 74, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #4a354a hue: 0.83 , saturation: 0.17 and the lightness value of 4a354a is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110101 01001010
Octal 112 65 112
Decimal 74 53 74
Hex 4A 35 4A

RGB Percentages of Color #4a354a

%36.82
%26.37
%36.82

CMYK Percentages of Color #4a354a

%0
%28
%0
%71

Triadic Colors of #4a354a

#4a354a #4a4a35 #354a4a

Analogous Colors of #4a354a

#4a354a #4a3540 #40354a

Monochromatic Colors of #4a354a

#4a354a

Complementary Color

#4a354a #354a35

#4a354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a354a Color CSS Codes

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

#4a354a Text Font Color

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

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


#4a354a Background Color

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

This div background color is #4a354a


#4a354a Border Color

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

This div border color is #4a354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a354a


Comments

No comments written yet.

Please login to write comment.