Color Hex Logo

#749951 Color Hex

#749951
(116,153,81)
0 Favorites   0 Comments

Color spaces of #749951

RGB 11615381
HSL0.250.310.46
HSV91°47°60°
CMYK 0.240.000.47   0.40
XYZ20.078927.089611.9551
Yxy27.08960.33960.4582
Hunter Lab52.0477-22.221922.8147
CIE-Lab59.0572-25.736633.6393

#749951 color RGB value is (116,153,81).

#749951 hex color red value is 116, green value is 153 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #749951 hue: 0.25 , saturation: 0.31 and the lightness value of 749951 is 0.46.

The process color (four color CMYK) of #749951 color hex is 0.24, 0.00, 0.47, 0.40. Web safe color of #749951 is #669966. Color #749951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 01010001
Octal 164 231 121
Decimal 116 153 81
Hex 74 99 51

RGB Percentages of Color #749951

%33.14
%43.71
%23.14

CMYK Percentages of Color #749951

%24
%0
%47
%40

Triadic Colors of #749951

#749951 #517499 #995174

Analogous Colors of #749951

#749951 #519952 #989951

Monochromatic Colors of #749951

#749951

Complementary Color

#749951 #765199

#749951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749951 Color CSS Codes

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

#749951 Text Font Color

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

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


#749951 Background Color

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

This div background color is #749951


#749951 Border Color

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

This div border color is #749951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749951


Comments

No comments written yet.

Please login to write comment.