Color Hex Logo

#307a50 Color Hex

#307A50
(48,122,80)
0 Favorites   0 Comments

Color spaces of #307a50

RGB 4812280
HSL0.410.440.33
HSV146°61°48°
CMYK 0.610.000.34   0.52
XYZ9.626415.126610.0018
Yxy15.12660.27700.4352
Hunter Lab38.8929-23.882011.9779
CIE-Lab45.8071-33.344216.3232

#307a50 color RGB value is (48,122,80).

#307a50 hex color red value is 48, green value is 122 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #307a50 hue: 0.41 , saturation: 0.44 and the lightness value of 307a50 is 0.33.

The process color (four color CMYK) of #307a50 color hex is 0.61, 0.00, 0.34, 0.52. Web safe color of #307a50 is #336666. Color #307a50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 01010000
Octal 60 172 120
Decimal 48 122 80
Hex 30 7A 50

RGB Percentages of Color #307a50

%19.20
%48.80
%32.00

CMYK Percentages of Color #307a50

%61
%0
%34
%52

Triadic Colors of #307a50

#307a50 #50307a #7a5030

Analogous Colors of #307a50

#307a50 #307a75 #357a30

Monochromatic Colors of #307a50

#307a50

Complementary Color

#307a50 #7a305a

#307a50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307a50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307a50 Color CSS Codes

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

#307a50 Text Font Color

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

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


#307a50 Background Color

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

This div background color is #307a50


#307a50 Border Color

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

This div border color is #307a50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,122,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307a50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307a50;
  -webkit-box-shadow: 1px 1px 3px 2px #307a50;
  box-shadow:         1px 1px 3px 2px #307a50; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307a50


Comments

No comments written yet.

Please login to write comment.