Color Hex Logo

#30624f Color Hex

#30624F
(48,98,79)
0 Favorites   0 Comments

Color spaces of #30624f

RGB 489879
HSL0.440.340.29
HSV157°51°38°
CMYK 0.510.000.19   0.62
XYZ6.99799.92838.9447
Yxy9.92830.27050.3838
Hunter Lab31.5092-15.49795.2254
CIE-Lab37.7134-21.96125.6669

#30624f color RGB value is (48,98,79).

#30624f hex color red value is 48, green value is 98 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #30624f hue: 0.44 , saturation: 0.34 and the lightness value of 30624f is 0.29.

The process color (four color CMYK) of #30624f color hex is 0.51, 0.00, 0.19, 0.62. Web safe color of #30624f is #336666. Color #30624f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100010 01001111
Octal 60 142 117
Decimal 48 98 79
Hex 30 62 4F

RGB Percentages of Color #30624f

%21.33
%43.56
%35.11

CMYK Percentages of Color #30624f

%51
%0
%19
%62

Triadic Colors of #30624f

#30624f #4f3062 #624f30

Analogous Colors of #30624f

#30624f #305c62 #306236

Monochromatic Colors of #30624f

#30624f

Complementary Color

#30624f #623043

#30624f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30624f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30624f Color CSS Codes

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

#30624f Text Font Color

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

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


#30624f Background Color

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

This div background color is #30624f


#30624f Border Color

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

This div border color is #30624f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,98,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30624f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30624f;
  -webkit-box-shadow: 1px 1px 3px 2px #30624f;
  box-shadow:         1px 1px 3px 2px #30624f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30624f


Comments

No comments written yet.

Please login to write comment.