Color Hex Logo

#30985e Color Hex

#30985E
(48,152,94)
0 Favorites   0 Comments

Color spaces of #30985e

RGB 4815294
HSL0.410.520.39
HSV147°68°60°
CMYK 0.680.000.38   0.40
XYZ14.467523.893014.4390
Yxy23.89300.27400.4525
Hunter Lab48.8805-32.708916.7024
CIE-Lab55.9805-43.295422.1148

#30985e color RGB value is (48,152,94).

#30985e hex color red value is 48, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30985e hue: 0.41 , saturation: 0.52 and the lightness value of 30985e is 0.39.

The process color (four color CMYK) of #30985e color hex is 0.68, 0.00, 0.38, 0.40. Web safe color of #30985e is #339966. Color #30985e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011000 01011110
Octal 60 230 136
Decimal 48 152 94
Hex 30 98 5E

RGB Percentages of Color #30985e

%16.33
%51.70
%31.97

CMYK Percentages of Color #30985e

%68
%0
%38
%40

Triadic Colors of #30985e

#30985e #5e3098 #985e30

Analogous Colors of #30985e

#30985e #309892 #369830

Monochromatic Colors of #30985e

#30985e

Complementary Color

#30985e #98306a

#30985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30985e Color CSS Codes

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

#30985e Text Font Color

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

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


#30985e Background Color

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

This div background color is #30985e


#30985e Border Color

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

This div border color is #30985e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,152,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 #30985e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30985e


Comments

No comments written yet.

Please login to write comment.