Color Hex Logo

#4b470a Color Hex

#4B470A
(75,71,10)
0 Favorites   0 Comments

Color spaces of #4b470a

RGB 757110
HSL0.160.760.17
HSV56°87°29°
CMYK 0.000.050.87   0.71
XYZ5.20976.02421.1754
Yxy6.02420.41980.4855
Hunter Lab24.5442-5.064514.3416
CIE-Lab29.4734-6.075734.2008

#4b470a color RGB value is (75,71,10).

#4b470a hex color red value is 75, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #4b470a hue: 0.16 , saturation: 0.76 and the lightness value of 4b470a is 0.17.

The process color (four color CMYK) of #4b470a color hex is 0.00, 0.05, 0.87, 0.71. Web safe color of #4b470a is #333300. Color #4b470a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000111 00001010
Octal 113 107 12
Decimal 75 71 10
Hex 4B 47 A

RGB Percentages of Color #4b470a

%48.08
%45.51
%6.41

CMYK Percentages of Color #4b470a

%0
%5
%87
%71

Triadic Colors of #4b470a

#4b470a #0a4b47 #470a4b

Analogous Colors of #4b470a

#4b470a #2f4b0a #4b270a

Monochromatic Colors of #4b470a

#4b470a

Complementary Color

#4b470a #0a0e4b

#4b470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b470a Color CSS Codes

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

#4b470a Text Font Color

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

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


#4b470a Background Color

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

This div background color is #4b470a


#4b470a Border Color

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

This div border color is #4b470a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,71,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b470a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b470a;
  -webkit-box-shadow: 1px 1px 3px 2px #4b470a;
  box-shadow:         1px 1px 3px 2px #4b470a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b470a


Comments

No comments written yet.

Please login to write comment.