Color Hex Logo

#4a4539 Color Hex

#4A4539
(74,69,57)
0 Favorites   0 Comments

Color spaces of #4a4539

RGB 746957
HSL0.120.130.26
HSV42°23°29°
CMYK 0.000.070.23   0.71
XYZ5.69076.00754.7305
Yxy6.00750.34640.3657
Hunter Lab24.5102-1.44935.7141
CIE-Lab29.4314-0.22038.0207

#4a4539 color RGB value is (74,69,57).

#4a4539 hex color red value is 74, green value is 69 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #4a4539 hue: 0.12 , saturation: 0.13 and the lightness value of 4a4539 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000101 00111001
Octal 112 105 71
Decimal 74 69 57
Hex 4A 45 39

RGB Percentages of Color #4a4539

%37.00
%34.50
%28.50

CMYK Percentages of Color #4a4539

%0
%7
%23
%71

Triadic Colors of #4a4539

#4a4539 #394a45 #45394a

Analogous Colors of #4a4539

#4a4539 #474a39 #4a3d39

Monochromatic Colors of #4a4539

#4a4539

Complementary Color

#4a4539 #393e4a

#4a4539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4539 Color CSS Codes

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

#4a4539 Text Font Color

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

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


#4a4539 Background Color

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

This div background color is #4a4539


#4a4539 Border Color

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

This div border color is #4a4539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4539


Comments

No comments written yet.

Please login to write comment.