Color Hex Logo

#4b2006 Color Hex

#4B2006
(75,32,6)
0 Favorites   0 Comments

Color spaces of #4b2006

RGB 75326
HSL0.060.850.16
HSV23°92°29°
CMYK 0.000.570.92   0.71
XYZ3.45102.54200.4811
Yxy2.54200.53300.3926
Hunter Lab15.943710.73499.3715
CIE-Lab18.107518.551324.3384

#4b2006 color RGB value is (75,32,6).

#4b2006 hex color red value is 75, green value is 32 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #4b2006 hue: 0.06 , saturation: 0.85 and the lightness value of 4b2006 is 0.16.

The process color (four color CMYK) of #4b2006 color hex is 0.00, 0.57, 0.92, 0.71. Web safe color of #4b2006 is #333300. Color #4b2006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100000 00000110
Octal 113 40 6
Decimal 75 32 6
Hex 4B 20 6

RGB Percentages of Color #4b2006

%66.37
%28.32
%5.31

CMYK Percentages of Color #4b2006

%0
%57
%92
%71

Triadic Colors of #4b2006

#4b2006 #064b20 #20064b

Analogous Colors of #4b2006

#4b2006 #4b4306 #4b060f

Monochromatic Colors of #4b2006

#4b2006

Complementary Color

#4b2006 #06314b

#4b2006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b2006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b2006 Color CSS Codes

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

#4b2006 Text Font Color

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

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


#4b2006 Background Color

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

This div background color is #4b2006


#4b2006 Border Color

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

This div border color is #4b2006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b2006


Comments

No comments written yet.

Please login to write comment.