Color Hex Logo

#749250 Color Hex

#749250
(116,146,80)
0 Favorites   0 Comments

Color spaces of #749250

RGB 11614680
HSL0.240.290.44
HSV87°45°57°
CMYK 0.210.000.45   0.43
XYZ18.929324.850011.3883
Yxy24.85000.34310.4504
Hunter Lab49.8498-19.455921.3499
CIE-Lab56.9290-22.358531.5081

#749250 color RGB value is (116,146,80).

#749250 hex color red value is 116, green value is 146 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #749250 hue: 0.24 , saturation: 0.29 and the lightness value of 749250 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 01010000
Octal 164 222 120
Decimal 116 146 80
Hex 74 92 50

RGB Percentages of Color #749250

%33.92
%42.69
%23.39

CMYK Percentages of Color #749250

%21
%0
%45
%43

Triadic Colors of #749250

#749250 #507492 #925074

Analogous Colors of #749250

#749250 #539250 #928f50

Monochromatic Colors of #749250

#749250

Complementary Color

#749250 #6e5092

#749250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749250 Color CSS Codes

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

#749250 Text Font Color

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

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


#749250 Background Color

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

This div background color is #749250


#749250 Border Color

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

This div border color is #749250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,146,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 #749250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749250


Comments

No comments written yet.

Please login to write comment.