Color Hex Logo

#749850 Color Hex

#749850
(116,152,80)
0 Favorites   0 Comments

Color spaces of #749850

RGB 11615280
HSL0.250.310.45
HSV90°47°60°
CMYK 0.240.000.47   0.40
XYZ19.878726.748711.7047
Yxy26.74870.34080.4586
Hunter Lab51.7191-21.900522.7853
CIE-Lab58.7410-25.366833.7675

#749850 color RGB value is (116,152,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011000 01010000
Octal 164 230 120
Decimal 116 152 80
Hex 74 98 50

RGB Percentages of Color #749850

%33.33
%43.68
%22.99

CMYK Percentages of Color #749850

%24
%0
%47
%40

Triadic Colors of #749850

#749850 #507498 #985074

Analogous Colors of #749850

#749850 #509850 #989850

Monochromatic Colors of #749850

#749850

Complementary Color

#749850 #745098

#749850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749850 Color CSS Codes

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

#749850 Text Font Color

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

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


#749850 Background Color

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

This div background color is #749850


#749850 Border Color

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

This div border color is #749850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749850


Comments

No comments written yet.

Please login to write comment.