Color Hex Logo

#307f11 Color Hex

#307F11
(48,127,17)
0 Favorites   0 Comments

Color spaces of #307f11

RGB 4812717
HSL0.290.760.28
HSV103°87°50°
CMYK 0.620.000.87   0.50
XYZ8.909515.84763.1196
Yxy15.84760.31960.5685
Hunter Lab39.8090-29.716523.2201
CIE-Lab46.7739-43.446947.0321

#307f11 color RGB value is (48,127,17).

#307f11 hex color red value is 48, green value is 127 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #307f11 hue: 0.29 , saturation: 0.76 and the lightness value of 307f11 is 0.28.

The process color (four color CMYK) of #307f11 color hex is 0.62, 0.00, 0.87, 0.50. Web safe color of #307f11 is #336600. Color #307f11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111111 00010001
Octal 60 177 21
Decimal 48 127 17
Hex 30 7F 11

RGB Percentages of Color #307f11

%25.00
%66.15
%8.85

CMYK Percentages of Color #307f11

%62
%0
%87
%50

Triadic Colors of #307f11

#307f11 #11307f #7f1130

Analogous Colors of #307f11

#307f11 #117f29 #677f11

Monochromatic Colors of #307f11

#307f11

Complementary Color

#307f11 #60117f

#307f11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307f11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307f11 Color CSS Codes

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

#307f11 Text Font Color

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

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


#307f11 Background Color

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

This div background color is #307f11


#307f11 Border Color

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

This div border color is #307f11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307f11


Comments

No comments written yet.

Please login to write comment.