Color Hex Logo

#30624d Color Hex

#30624D
(48,98,77)
0 Favorites   0 Comments

Color spaces of #30624d

RGB 489877
HSL0.430.340.29
HSV155°51°38°
CMYK 0.510.000.21   0.62
XYZ6.92629.89968.5669
Yxy9.89960.27280.3899
Hunter Lab31.4636-15.76755.8811
CIE-Lab37.6616-22.45606.8193

#30624d color RGB value is (48,98,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100010 01001101
Octal 60 142 115
Decimal 48 98 77
Hex 30 62 4D

RGB Percentages of Color #30624d

%21.52
%43.95
%34.53

CMYK Percentages of Color #30624d

%51
%0
%21
%62

Triadic Colors of #30624d

#30624d #4d3062 #624d30

Analogous Colors of #30624d

#30624d #305e62 #306234

Monochromatic Colors of #30624d

#30624d

Complementary Color

#30624d #623045

#30624d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30624d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30624d Color CSS Codes

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

#30624d Text Font Color

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

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


#30624d Background Color

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

This div background color is #30624d


#30624d Border Color

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

This div border color is #30624d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30624d


Comments

No comments written yet.

Please login to write comment.