Color Hex Logo

#749152 Color Hex

#749152
(116,145,82)
0 Favorites   0 Comments

Color spaces of #749152

RGB 11614582
HSL0.240.280.45
HSV88°43°57°
CMYK 0.200.000.43   0.43
XYZ18.850824.573011.7322
Yxy24.57300.34180.4455
Hunter Lab49.5712-18.870020.6674
CIE-Lab56.6570-21.590430.1000

#749152 color RGB value is (116,145,82).

#749152 hex color red value is 116, green value is 145 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #749152 hue: 0.24 , saturation: 0.28 and the lightness value of 749152 is 0.45.

The process color (four color CMYK) of #749152 color hex is 0.20, 0.00, 0.43, 0.43. Web safe color of #749152 is #669966. Color #749152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 01010010
Octal 164 221 122
Decimal 116 145 82
Hex 74 91 52

RGB Percentages of Color #749152

%33.82
%42.27
%23.91

CMYK Percentages of Color #749152

%20
%0
%43
%43

Triadic Colors of #749152

#749152 #527491 #915274

Analogous Colors of #749152

#749152 #559152 #918f52

Monochromatic Colors of #749152

#749152

Complementary Color

#749152 #6f5291

#749152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749152 Color CSS Codes

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

#749152 Text Font Color

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

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


#749152 Background Color

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

This div background color is #749152


#749152 Border Color

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

This div border color is #749152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749152


Comments

No comments written yet.

Please login to write comment.