Color Hex Logo

#30685c Color Hex

#30685C
(48,104,92)
0 Favorites   0 Comments

Color spaces of #30685c

RGB 4810492
HSL0.460.370.30
HSV167°54°41°
CMYK 0.540.000.12   0.59
XYZ8.101011.301711.8797
Yxy11.30170.25900.3613
Hunter Lab33.6180-15.81802.5811
CIE-Lab40.0840-21.70061.1288

#30685c color RGB value is (48,104,92).

#30685c hex color red value is 48, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #30685c hue: 0.46 , saturation: 0.37 and the lightness value of 30685c is 0.30.

The process color (four color CMYK) of #30685c color hex is 0.54, 0.00, 0.12, 0.59. Web safe color of #30685c is #336666. Color #30685c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101000 01011100
Octal 60 150 134
Decimal 48 104 92
Hex 30 68 5C

RGB Percentages of Color #30685c

%19.67
%42.62
%37.70

CMYK Percentages of Color #30685c

%54
%0
%12
%59

Triadic Colors of #30685c

#30685c #5c3068 #685c30

Analogous Colors of #30685c

#30685c #305868 #306840

Monochromatic Colors of #30685c

#30685c

Complementary Color

#30685c #68303c

#30685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30685c Color CSS Codes

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

#30685c Text Font Color

<p style="color:#30685c">Text here</p>

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


#30685c Background Color

<div style="background-color:#30685c">
Div content here</div>

This div background color is #30685c


#30685c Border Color

<div style="border:3px solid #30685c">
Div here</div>

This div border color is #30685c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,104,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30685c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30685c;
  -webkit-box-shadow: 1px 1px 3px 2px #30685c;
  box-shadow:         1px 1px 3px 2px #30685c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30685c


Comments

No comments written yet.

Please login to write comment.