Color Hex Logo

#4a5452 Color Hex

#4A5452
(74,84,82)
0 Favorites   0 Comments

Color spaces of #4a5452

RGB 748482
HSL0.470.060.31
HSV168°12°33°
CMYK 0.120.000.02   0.67
XYZ7.51748.40579.2089
Yxy8.40570.29910.3345
Hunter Lab28.9926-4.45431.4626
CIE-Lab34.8139-4.4008-0.1800

#4a5452 color RGB value is (74,84,82).

#4a5452 hex color red value is 74, green value is 84 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4a5452 hue: 0.47 , saturation: 0.06 and the lightness value of 4a5452 is 0.31.

The process color (four color CMYK) of #4a5452 color hex is 0.12, 0.00, 0.02, 0.67. Web safe color of #4a5452 is #336666. Color #4a5452 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010100 01010010
Octal 112 124 122
Decimal 74 84 82
Hex 4A 54 52

RGB Percentages of Color #4a5452

%30.83
%35.00
%34.17

CMYK Percentages of Color #4a5452

%12
%0
%2
%67

Triadic Colors of #4a5452

#4a5452 #524a54 #54524a

Analogous Colors of #4a5452

#4a5452 #4a5154 #4a544d

Monochromatic Colors of #4a5452

#4a5452

Complementary Color

#4a5452 #544a4c

#4a5452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5452 Color CSS Codes

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

#4a5452 Text Font Color

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

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


#4a5452 Background Color

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

This div background color is #4a5452


#4a5452 Border Color

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

This div border color is #4a5452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5452

#4a5452 Color Palettes


Comments

No comments written yet.

Please login to write comment.