Color Hex Logo

#4a350f Color Hex

#4A350F
(74,53,15)
0 Favorites   0 Comments

Color spaces of #4a350f

RGB 745315
HSL0.110.660.17
HSV39°80°29°
CMYK 0.000.280.80   0.71
XYZ4.18344.03651.0106
Yxy4.03650.45320.4373
Hunter Lab20.09102.008311.0814
CIE-Lab23.79175.020026.5755

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110101 00001111
Octal 112 65 17
Decimal 74 53 15
Hex 4A 35 F

RGB Percentages of Color #4a350f

%52.11
%37.32
%10.56

CMYK Percentages of Color #4a350f

%0
%28
%80
%71

Triadic Colors of #4a350f

#4a350f #0f4a35 #350f4a

Analogous Colors of #4a350f

#4a350f #424a0f #4a180f

Monochromatic Colors of #4a350f

#4a350f

Complementary Color

#4a350f #0f244a

#4a350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a350f Color CSS Codes

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

#4a350f Text Font Color

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

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


#4a350f Background Color

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

This div background color is #4a350f


#4a350f Border Color

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

This div border color is #4a350f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a350f


Comments

No comments written yet.

Please login to write comment.