Color Hex Logo

#30535e Color Hex

#30535E
(48,83,94)
0 Favorites   0 Comments

Color spaces of #30535e

RGB 488394
HSL0.540.320.28
HSV194°49°37°
CMYK 0.490.120.00   0.63
XYZ6.33267.623011.7273
Yxy7.62300.24660.2968
Hunter Lab27.6098-7.3762-5.8567
CIE-Lab33.1851-9.3058-10.3556

#30535e color RGB value is (48,83,94).

#30535e hex color red value is 48, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30535e hue: 0.54 , saturation: 0.32 and the lightness value of 30535e is 0.28.

The process color (four color CMYK) of #30535e color hex is 0.49, 0.12, 0.00, 0.63. Web safe color of #30535e is #336666. Color #30535e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 01011110
Octal 60 123 136
Decimal 48 83 94
Hex 30 53 5E

RGB Percentages of Color #30535e

%21.33
%36.89
%41.78

CMYK Percentages of Color #30535e

%49
%12
%0
%63

Triadic Colors of #30535e

#30535e #5e3053 #535e30

Analogous Colors of #30535e

#30535e #303c5e #305e52

Monochromatic Colors of #30535e

#30535e

Complementary Color

#30535e #5e3b30

#30535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30535e Color CSS Codes

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

#30535e Text Font Color

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

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


#30535e Background Color

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

This div background color is #30535e


#30535e Border Color

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

This div border color is #30535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30535e


Comments

No comments written yet.

Please login to write comment.