Color Hex Logo

#747114 Color Hex

#747114
(116,113,20)
0 Favorites   0 Comments

Color spaces of #747114

RGB 11611320
HSL0.160.710.27
HSV58°83°45°
CMYK 0.000.030.83   0.55
XYZ13.233915.57382.9704
Yxy15.57380.41640.4901
Hunter Lab39.4637-9.202523.1618
CIE-Lab46.4103-9.858747.3968

#747114 color RGB value is (116,113,20).

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

The process color (four color CMYK) of #747114 color hex is 0.00, 0.03, 0.83, 0.55. Web safe color of #747114 is #666600. Color #747114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 00010100
Octal 164 161 24
Decimal 116 113 20
Hex 74 71 14

RGB Percentages of Color #747114

%46.59
%45.38
%8.03

CMYK Percentages of Color #747114

%0
%3
%83
%55

Triadic Colors of #747114

#747114 #147471 #711474

Analogous Colors of #747114

#747114 #477414 #744114

Monochromatic Colors of #747114

#747114

Complementary Color

#747114 #141774

#747114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747114 Color CSS Codes

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

#747114 Text Font Color

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

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


#747114 Background Color

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

This div background color is #747114


#747114 Border Color

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

This div border color is #747114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747114


Comments

No comments written yet.

Please login to write comment.