Color Hex Logo

#4a4306 Color Hex

#4A4306
(74,67,6)
0 Favorites   0 Comments

Color spaces of #4a4306

RGB 74676
HSL0.150.850.16
HSV54°92°29°
CMYK 0.000.090.92   0.71
XYZ4.86415.48330.9743
Yxy5.48330.42960.4843
Hunter Lab23.4164-3.900513.9246
CIE-Lab28.0696-4.320834.4604

#4a4306 color RGB value is (74,67,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000011 00000110
Octal 112 103 6
Decimal 74 67 6
Hex 4A 43 6

RGB Percentages of Color #4a4306

%50.34
%45.58
%4.08

CMYK Percentages of Color #4a4306

%0
%9
%92
%71

Triadic Colors of #4a4306

#4a4306 #064a43 #43064a

Analogous Colors of #4a4306

#4a4306 #2f4a06 #4a2106

Monochromatic Colors of #4a4306

#4a4306

Complementary Color

#4a4306 #060d4a

#4a4306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4306 Color CSS Codes

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

#4a4306 Text Font Color

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

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


#4a4306 Background Color

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

This div background color is #4a4306


#4a4306 Border Color

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

This div border color is #4a4306


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,67,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 #4a4306">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4306


Comments

No comments written yet.

Please login to write comment.