Color Hex Logo

#30635b Color Hex

#30635B
(48,99,91)
0 Favorites   0 Comments

Color spaces of #30635b

RGB 489991
HSL0.470.350.29
HSV171°52°39°
CMYK 0.520.000.08   0.61
XYZ7.569110.307411.4881
Yxy10.30740.25780.3510
Hunter Lab32.1051-14.10091.2580
CIE-Lab38.3886-19.3179-0.7326

#30635b color RGB value is (48,99,91).

#30635b hex color red value is 48, green value is 99 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #30635b hue: 0.47 , saturation: 0.35 and the lightness value of 30635b is 0.29.

The process color (four color CMYK) of #30635b color hex is 0.52, 0.00, 0.08, 0.61. Web safe color of #30635b is #336666. Color #30635b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100011 01011011
Octal 60 143 133
Decimal 48 99 91
Hex 30 63 5B

RGB Percentages of Color #30635b

%20.17
%41.60
%38.24

CMYK Percentages of Color #30635b

%52
%0
%8
%61

Triadic Colors of #30635b

#30635b #5b3063 #635b30

Analogous Colors of #30635b

#30635b #305263 #306342

Monochromatic Colors of #30635b

#30635b

Complementary Color

#30635b #633038

#30635b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30635b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30635b Color CSS Codes

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

#30635b Text Font Color

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

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


#30635b Background Color

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

This div background color is #30635b


#30635b Border Color

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

This div border color is #30635b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30635b


Comments

No comments written yet.

Please login to write comment.