Color Hex Logo

#307007 Color Hex

#307007
(48,112,7)
0 Favorites   0 Comments

Color spaces of #307007

RGB 481127
HSL0.270.880.23
HSV97°94°44°
CMYK 0.570.000.94   0.56
XYZ7.051412.23212.1904
Yxy12.23210.32840.5696
Hunter Lab34.9744-25.216820.7688
CIE-Lab41.5827-38.106144.8864

#307007 color RGB value is (48,112,7).

#307007 hex color red value is 48, green value is 112 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #307007 hue: 0.27 , saturation: 0.88 and the lightness value of 307007 is 0.23.

The process color (four color CMYK) of #307007 color hex is 0.57, 0.00, 0.94, 0.56. Web safe color of #307007 is #336600. Color #307007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110000 00000111
Octal 60 160 7
Decimal 48 112 7
Hex 30 70 7

RGB Percentages of Color #307007

%28.74
%67.07
%4.19

CMYK Percentages of Color #307007

%57
%0
%94
%56

Triadic Colors of #307007

#307007 #073070 #700730

Analogous Colors of #307007

#307007 #077013 #657007

Monochromatic Colors of #307007

#307007

Complementary Color

#307007 #470770

#307007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307007 Color CSS Codes

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

#307007 Text Font Color

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

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


#307007 Background Color

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

This div background color is #307007


#307007 Border Color

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

This div border color is #307007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307007


Comments

No comments written yet.

Please login to write comment.