Color Hex Logo

#747146 Color Hex

#747146
(116,113,70)
0 Favorites   0 Comments

Color spaces of #747146

RGB 11611370
HSL0.160.250.36
HSV56°40°45°
CMYK 0.000.030.40   0.55
XYZ14.213115.96558.1269
Yxy15.96550.37100.4168
Hunter Lab39.9569-6.430015.9107
CIE-Lab46.9292-5.855124.2909

#747146 color RGB value is (116,113,70).

#747146 hex color red value is 116, green value is 113 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #747146 hue: 0.16 , saturation: 0.25 and the lightness value of 747146 is 0.36.

The process color (four color CMYK) of #747146 color hex is 0.00, 0.03, 0.40, 0.55. Web safe color of #747146 is #666633. Color #747146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 01000110
Octal 164 161 106
Decimal 116 113 70
Hex 74 71 46

RGB Percentages of Color #747146

%38.80
%37.79
%23.41

CMYK Percentages of Color #747146

%0
%3
%40
%55

Triadic Colors of #747146

#747146 #467471 #714674

Analogous Colors of #747146

#747146 #607446 #745a46

Monochromatic Colors of #747146

#747146

Complementary Color

#747146 #464974

#747146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747146 Color CSS Codes

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

#747146 Text Font Color

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

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


#747146 Background Color

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

This div background color is #747146


#747146 Border Color

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

This div border color is #747146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747146


Comments

No comments written yet.

Please login to write comment.