Color Hex Logo

#747231 Color Hex

#747231
(116,114,49)
0 Favorites   0 Comments

Color spaces of #747231

RGB 11611449
HSL0.160.410.32
HSV58°58°45°
CMYK 0.000.020.58   0.55
XYZ13.774215.96945.2622
Yxy15.96940.39350.4562
Hunter Lab39.9617-8.406820.1658
CIE-Lab46.9343-8.637635.6570

#747231 color RGB value is (116,114,49).

#747231 hex color red value is 116, green value is 114 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #747231 hue: 0.16 , saturation: 0.41 and the lightness value of 747231 is 0.32.

The process color (four color CMYK) of #747231 color hex is 0.00, 0.02, 0.58, 0.55. Web safe color of #747231 is #666633. Color #747231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 00110001
Octal 164 162 61
Decimal 116 114 49
Hex 74 72 31

RGB Percentages of Color #747231

%41.58
%40.86
%17.56

CMYK Percentages of Color #747231

%0
%2
%58
%55

Triadic Colors of #747231

#747231 #317472 #723174

Analogous Colors of #747231

#747231 #557431 #745131

Monochromatic Colors of #747231

#747231

Complementary Color

#747231 #313374

#747231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747231 Color CSS Codes

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

#747231 Text Font Color

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

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


#747231 Background Color

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

This div background color is #747231


#747231 Border Color

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

This div border color is #747231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747231


Comments

No comments written yet.

Please login to write comment.