Color Hex Logo

#746311 Color Hex

#746311
(116,99,17)
0 Favorites   0 Comments

Color spaces of #746311

RGB 1169917
HSL0.140.740.26
HSV50°85°45°
CMYK 0.000.150.85   0.55
XYZ11.765512.67722.3571
Yxy12.67720.43900.4730
Hunter Lab35.6051-3.324520.9985
CIE-Lab42.2728-1.987744.7300

#746311 color RGB value is (116,99,17).

#746311 hex color red value is 116, green value is 99 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #746311 hue: 0.14 , saturation: 0.74 and the lightness value of 746311 is 0.26.

The process color (four color CMYK) of #746311 color hex is 0.00, 0.15, 0.85, 0.55. Web safe color of #746311 is #666600. Color #746311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100011 00010001
Octal 164 143 21
Decimal 116 99 17
Hex 74 63 11

RGB Percentages of Color #746311

%50.00
%42.67
%7.33

CMYK Percentages of Color #746311

%0
%15
%85
%55

Triadic Colors of #746311

#746311 #117463 #631174

Analogous Colors of #746311

#746311 #537411 #743211

Monochromatic Colors of #746311

#746311

Complementary Color

#746311 #112274

#746311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746311 Color CSS Codes

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

#746311 Text Font Color

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

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


#746311 Background Color

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

This div background color is #746311


#746311 Border Color

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

This div border color is #746311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746311


Comments

No comments written yet.

Please login to write comment.