Color Hex Logo

#746204 Color Hex

#746204
(116,98,4)
0 Favorites   0 Comments

Color spaces of #746204

RGB 116984
HSL0.140.930.24
HSV50°97°45°
CMYK 0.000.160.97   0.55
XYZ11.592112.45711.9084
Yxy12.45710.44660.4799
Hunter Lab35.2946-3.139421.5004
CIE-Lab41.9336-1.755847.9338

#746204 color RGB value is (116,98,4).

#746204 hex color red value is 116, green value is 98 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #746204 hue: 0.14 , saturation: 0.93 and the lightness value of 746204 is 0.24.

The process color (four color CMYK) of #746204 color hex is 0.00, 0.16, 0.97, 0.55. Web safe color of #746204 is #666600. Color #746204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100010 00000100
Octal 164 142 4
Decimal 116 98 4
Hex 74 62 4

RGB Percentages of Color #746204

%53.21
%44.95
%1.83

CMYK Percentages of Color #746204

%0
%16
%97
%55

Triadic Colors of #746204

#746204 #047462 #620474

Analogous Colors of #746204

#746204 #4e7404 #742a04

Monochromatic Colors of #746204

#746204

Complementary Color

#746204 #041674

#746204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746204 Color CSS Codes

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

#746204 Text Font Color

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

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


#746204 Background Color

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

This div background color is #746204


#746204 Border Color

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

This div border color is #746204


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,98,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746204; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746204;
  -webkit-box-shadow: 1px 1px 3px 2px #746204;
  box-shadow:         1px 1px 3px 2px #746204; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746204


Comments

No comments written yet.

Please login to write comment.