Color Hex Logo

#307062 Color Hex

#307062
(48,112,98)
0 Favorites   0 Comments

Color spaces of #307062

RGB 4811298
HSL0.460.400.31
HSV167°57°44°
CMYK 0.570.000.13   0.56
XYZ9.217713.098613.5977
Yxy13.09860.25670.3647
Hunter Lab36.1920-17.87403.0585
CIE-Lab42.9114-24.20901.6025

#307062 color RGB value is (48,112,98).

#307062 hex color red value is 48, green value is 112 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #307062 hue: 0.46 , saturation: 0.40 and the lightness value of 307062 is 0.31.

The process color (four color CMYK) of #307062 color hex is 0.57, 0.00, 0.13, 0.56. Web safe color of #307062 is #336666. Color #307062 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110000 01100010
Octal 60 160 142
Decimal 48 112 98
Hex 30 70 62

RGB Percentages of Color #307062

%18.60
%43.41
%37.98

CMYK Percentages of Color #307062

%57
%0
%13
%56

Triadic Colors of #307062

#307062 #623070 #706230

Analogous Colors of #307062

#307062 #305e70 #307042

Monochromatic Colors of #307062

#307062

Complementary Color

#307062 #70303e

#307062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307062 Color CSS Codes

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

#307062 Text Font Color

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

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


#307062 Background Color

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

This div background color is #307062


#307062 Border Color

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

This div border color is #307062


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,112,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307062; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307062;
  -webkit-box-shadow: 1px 1px 3px 2px #307062;
  box-shadow:         1px 1px 3px 2px #307062; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307062


Comments

No comments written yet.

Please login to write comment.