Color Hex Logo

#30535b Color Hex

#30535B
(48,83,91)
0 Favorites   0 Comments

Color spaces of #30535b

RGB 488391
HSL0.530.310.27
HSV191°47°36°
CMYK 0.470.090.00   0.64
XYZ6.20057.570211.0319
Yxy7.57020.25000.3052
Hunter Lab27.5140-7.9231-4.5129
CIE-Lab33.0712-10.2346-8.6325

#30535b color RGB value is (48,83,91).

#30535b hex color red value is 48, green value is 83 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #30535b hue: 0.53 , saturation: 0.31 and the lightness value of 30535b is 0.27.

The process color (four color CMYK) of #30535b color hex is 0.47, 0.09, 0.00, 0.64. Web safe color of #30535b is #336666. Color #30535b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 01011011
Octal 60 123 133
Decimal 48 83 91
Hex 30 53 5B

RGB Percentages of Color #30535b

%21.62
%37.39
%40.99

CMYK Percentages of Color #30535b

%47
%9
%0
%64

Triadic Colors of #30535b

#30535b #5b3053 #535b30

Analogous Colors of #30535b

#30535b #303e5b #305b4e

Monochromatic Colors of #30535b

#30535b

Complementary Color

#30535b #5b3830

#30535b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30535b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30535b Color CSS Codes

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

#30535b Text Font Color

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

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


#30535b Background Color

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

This div background color is #30535b


#30535b Border Color

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

This div border color is #30535b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30535b


Comments

No comments written yet.

Please login to write comment.