Color Hex Logo

#30754a Color Hex

#30754A
(48,117,74)
0 Favorites   0 Comments

Color spaces of #30754a

RGB 4811774
HSL0.400.420.32
HSV143°59°46°
CMYK 0.590.000.37   0.54
XYZ8.816213.84548.6863
Yxy13.84540.28120.4417
Hunter Lab37.2094-22.823612.2057
CIE-Lab44.0104-32.330917.3692

#30754a color RGB value is (48,117,74).

#30754a hex color red value is 48, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #30754a hue: 0.40 , saturation: 0.42 and the lightness value of 30754a is 0.32.

The process color (four color CMYK) of #30754a color hex is 0.59, 0.00, 0.37, 0.54. Web safe color of #30754a is #336633. Color #30754a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110101 01001010
Octal 60 165 112
Decimal 48 117 74
Hex 30 75 4A

RGB Percentages of Color #30754a

%20.08
%48.95
%30.96

CMYK Percentages of Color #30754a

%59
%0
%37
%54

Triadic Colors of #30754a

#30754a #4a3075 #754a30

Analogous Colors of #30754a

#30754a #30756d #397530

Monochromatic Colors of #30754a

#30754a

Complementary Color

#30754a #75305b

#30754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30754a Color CSS Codes

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

#30754a Text Font Color

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

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


#30754a Background Color

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

This div background color is #30754a


#30754a Border Color

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

This div border color is #30754a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,117,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30754a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30754a;
  -webkit-box-shadow: 1px 1px 3px 2px #30754a;
  box-shadow:         1px 1px 3px 2px #30754a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30754a


Comments

No comments written yet.

Please login to write comment.