Color Hex Logo

#30997d Color Hex

#30997D
(48,153,125)
0 Favorites   0 Comments

Color spaces of #30997d

RGB 48153125
HSL0.460.520.39
HSV164°69°60°
CMYK 0.690.000.18   0.40
XYZ16.311824.891523.3469
Yxy24.89150.25270.3856
Hunter Lab49.8914-28.95007.1789
CIE-Lab56.9696-36.66496.1025

#30997d color RGB value is (48,153,125).

#30997d hex color red value is 48, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #30997d hue: 0.46 , saturation: 0.52 and the lightness value of 30997d is 0.39.

The process color (four color CMYK) of #30997d color hex is 0.69, 0.00, 0.18, 0.40. Web safe color of #30997d is #339966. Color #30997d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 01111101
Octal 60 231 175
Decimal 48 153 125
Hex 30 99 7D

RGB Percentages of Color #30997d

%14.72
%46.93
%38.34

CMYK Percentages of Color #30997d

%69
%0
%18
%40

Triadic Colors of #30997d

#30997d #7d3099 #997d30

Analogous Colors of #30997d

#30997d #308199 #309949

Monochromatic Colors of #30997d

#30997d

Complementary Color

#30997d #99304c

#30997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30997d Color CSS Codes

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

#30997d Text Font Color

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

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


#30997d Background Color

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

This div background color is #30997d


#30997d Border Color

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

This div border color is #30997d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,153,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30997d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30997d;
  -webkit-box-shadow: 1px 1px 3px 2px #30997d;
  box-shadow:         1px 1px 3px 2px #30997d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30997d


Comments

No comments written yet.

Please login to write comment.