Color Hex Logo

#30493e Color Hex

#30493E
(48,73,62)
0 Favorites   0 Comments

Color spaces of #30493e

RGB 487362
HSL0.430.210.24
HSV154°34°29°
CMYK 0.340.000.15   0.71
XYZ4.47105.74135.4300
Yxy5.74130.28580.3670
Hunter Lab23.9610-8.62463.3365
CIE-Lab28.7502-12.39643.5387

#30493e color RGB value is (48,73,62).

#30493e hex color red value is 48, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30493e hue: 0.43 , saturation: 0.21 and the lightness value of 30493e is 0.24.

The process color (four color CMYK) of #30493e color hex is 0.34, 0.00, 0.15, 0.71. Web safe color of #30493e is #333333. Color #30493e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 00111110
Octal 60 111 76
Decimal 48 73 62
Hex 30 49 3E

RGB Percentages of Color #30493e

%26.23
%39.89
%33.88

CMYK Percentages of Color #30493e

%34
%0
%15
%71

Triadic Colors of #30493e

#30493e #3e3049 #493e30

Analogous Colors of #30493e

#30493e #304849 #304932

Monochromatic Colors of #30493e

#30493e

Complementary Color

#30493e #49303b

#30493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30493e Color CSS Codes

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

#30493e Text Font Color

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

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


#30493e Background Color

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

This div background color is #30493e


#30493e Border Color

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

This div border color is #30493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30493e


Comments

No comments written yet.

Please login to write comment.