Color Hex Logo

#4a452e Color Hex

#4A452E
(74,69,46)
0 Favorites   0 Comments

Color spaces of #4a452e

RGB 746946
HSL0.140.230.24
HSV49°38°29°
CMYK 0.000.070.38   0.71
XYZ5.44535.90933.4384
Yxy5.90930.36810.3995
Hunter Lab24.3091-2.55638.6300
CIE-Lab29.1825-2.000514.6846

#4a452e color RGB value is (74,69,46).

#4a452e hex color red value is 74, green value is 69 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #4a452e hue: 0.14 , saturation: 0.23 and the lightness value of 4a452e is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000101 00101110
Octal 112 105 56
Decimal 74 69 46
Hex 4A 45 2E

RGB Percentages of Color #4a452e

%39.15
%36.51
%24.34

CMYK Percentages of Color #4a452e

%0
%7
%38
%71

Triadic Colors of #4a452e

#4a452e #2e4a45 #452e4a

Analogous Colors of #4a452e

#4a452e #414a2e #4a372e

Monochromatic Colors of #4a452e

#4a452e

Complementary Color

#4a452e #2e334a

#4a452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a452e Color CSS Codes

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

#4a452e Text Font Color

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

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


#4a452e Background Color

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

This div background color is #4a452e


#4a452e Border Color

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

This div border color is #4a452e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a452e


Comments

No comments written yet.

Please login to write comment.