Color Hex Logo

#749730 Color Hex

#749730
(116,151,48)
0 Favorites   0 Comments

Color spaces of #749730

RGB 11615148
HSL0.220.520.39
HSV80°68°59°
CMYK 0.230.000.68   0.41
XYZ18.802626.05966.8353
Yxy26.05960.36370.5041
Hunter Lab51.0486-23.588627.7952
CIE-Lab58.0936-28.031348.2606

#749730 color RGB value is (116,151,48).

#749730 hex color red value is 116, green value is 151 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #749730 hue: 0.22 , saturation: 0.52 and the lightness value of 749730 is 0.39.

The process color (four color CMYK) of #749730 color hex is 0.23, 0.00, 0.68, 0.41. Web safe color of #749730 is #669933. Color #749730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010111 00110000
Octal 164 227 60
Decimal 116 151 48
Hex 74 97 30

RGB Percentages of Color #749730

%36.83
%47.94
%15.24

CMYK Percentages of Color #749730

%23
%0
%68
%41

Triadic Colors of #749730

#749730 #307497 #973074

Analogous Colors of #749730

#749730 #419730 #978730

Monochromatic Colors of #749730

#749730

Complementary Color

#749730 #533097

#749730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749730 Color CSS Codes

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

#749730 Text Font Color

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

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


#749730 Background Color

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

This div background color is #749730


#749730 Border Color

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

This div border color is #749730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749730


Comments

No comments written yet.

Please login to write comment.