Color Hex Logo

#30593e Color Hex

#30593E
(48,89,62)
0 Favorites   0 Comments

Color spaces of #30593e

RGB 488962
HSL0.390.300.27
HSV140°46°35°
CMYK 0.460.000.30   0.65
XYZ5.66088.12095.8266
Yxy8.12090.28870.4142
Hunter Lab28.4972-14.41217.8255
CIE-Lab34.2334-21.261911.2423

#30593e color RGB value is (48,89,62).

#30593e hex color red value is 48, green value is 89 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30593e hue: 0.39 , saturation: 0.30 and the lightness value of 30593e is 0.27.

The process color (four color CMYK) of #30593e color hex is 0.46, 0.00, 0.30, 0.65. Web safe color of #30593e is #336633. Color #30593e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 00111110
Octal 60 131 76
Decimal 48 89 62
Hex 30 59 3E

RGB Percentages of Color #30593e

%24.12
%44.72
%31.16

CMYK Percentages of Color #30593e

%46
%0
%30
%65

Triadic Colors of #30593e

#30593e #3e3059 #593e30

Analogous Colors of #30593e

#30593e #305953 #375930

Monochromatic Colors of #30593e

#30593e

Complementary Color

#30593e #59304b

#30593e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30593e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30593e Color CSS Codes

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

#30593e Text Font Color

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

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


#30593e Background Color

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

This div background color is #30593e


#30593e Border Color

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

This div border color is #30593e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30593e

#30593e Color Palettes


Comments

No comments written yet.

Please login to write comment.