Color Hex Logo

#30755e Color Hex

#30755E
(48,117,94)
0 Favorites   0 Comments

Color spaces of #30755e

RGB 4811794
HSL0.440.420.32
HSV160°59°46°
CMYK 0.590.000.20   0.54
XYZ9.600614.159112.8167
Yxy14.15910.26250.3871
Hunter Lab37.6286-20.30736.1452
CIE-Lab44.4602-27.74716.2247

#30755e color RGB value is (48,117,94).

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

The process color (four color CMYK) of #30755e color hex is 0.59, 0.00, 0.20, 0.54. Web safe color of #30755e is #336666. Color #30755e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110101 01011110
Octal 60 165 136
Decimal 48 117 94
Hex 30 75 5E

RGB Percentages of Color #30755e

%18.53
%45.17
%36.29

CMYK Percentages of Color #30755e

%59
%0
%20
%54

Triadic Colors of #30755e

#30755e #5e3075 #755e30

Analogous Colors of #30755e

#30755e #306a75 #30753c

Monochromatic Colors of #30755e

#30755e

Complementary Color

#30755e #753047

#30755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30755e Color CSS Codes

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

#30755e Text Font Color

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

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


#30755e Background Color

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

This div background color is #30755e


#30755e Border Color

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

This div border color is #30755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30755e


Comments

No comments written yet.

Please login to write comment.