Color Hex Logo

#747149 Color Hex

#747149
(116,113,73)
0 Favorites   0 Comments

Color spaces of #747149

RGB 11611373
HSL0.160.230.37
HSV56°37°45°
CMYK 0.000.030.37   0.55
XYZ14.310216.00438.6382
Yxy16.00430.36740.4109
Hunter Lab40.0054-6.158715.2015
CIE-Lab46.9801-5.471722.6486

#747149 color RGB value is (116,113,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 01001001
Octal 164 161 111
Decimal 116 113 73
Hex 74 71 49

RGB Percentages of Color #747149

%38.41
%37.42
%24.17

CMYK Percentages of Color #747149

%0
%3
%37
%55

Triadic Colors of #747149

#747149 #497471 #714974

Analogous Colors of #747149

#747149 #627449 #745c49

Monochromatic Colors of #747149

#747149

Complementary Color

#747149 #494c74

#747149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747149 Color CSS Codes

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

#747149 Text Font Color

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

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


#747149 Background Color

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

This div background color is #747149


#747149 Border Color

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

This div border color is #747149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747149


Comments

No comments written yet.

Please login to write comment.