Color Hex Logo

#307970 Color Hex

#307970
(48,121,112)
0 Favorites   0 Comments

Color spaces of #307970

RGB 48121112
HSL0.480.430.33
HSV173°60°47°
CMYK 0.600.000.07   0.53
XYZ10.980915.473017.7371
Yxy15.47300.24850.3501
Hunter Lab39.3357-19.00780.8002
CIE-Lab46.2753-24.9072-1.8576

#307970 color RGB value is (48,121,112).

#307970 hex color red value is 48, green value is 121 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #307970 hue: 0.48 , saturation: 0.43 and the lightness value of 307970 is 0.33.

The process color (four color CMYK) of #307970 color hex is 0.60, 0.00, 0.07, 0.53. Web safe color of #307970 is #336666. Color #307970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111001 01110000
Octal 60 171 160
Decimal 48 121 112
Hex 30 79 70

RGB Percentages of Color #307970

%17.08
%43.06
%39.86

CMYK Percentages of Color #307970

%60
%0
%7
%53

Triadic Colors of #307970

#307970 #703079 #797030

Analogous Colors of #307970

#307970 #305e79 #30794c

Monochromatic Colors of #307970

#307970

Complementary Color

#307970 #793039

#307970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307970 Color CSS Codes

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

#307970 Text Font Color

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

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


#307970 Background Color

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

This div background color is #307970


#307970 Border Color

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

This div border color is #307970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307970


Comments

No comments written yet.

Please login to write comment.