Color Hex Logo

#304f0f Color Hex

#304F0F
(48,79,15)
0 Favorites   0 Comments

Color spaces of #304f0f

RGB 487915
HSL0.250.680.18
HSV89°81°31°
CMYK 0.390.000.81   0.69
XYZ4.10116.25481.4431
Yxy6.25480.34760.5301
Hunter Lab25.0096-14.496214.0856
CIE-Lab30.0464-23.105132.0598

#304f0f color RGB value is (48,79,15).

#304f0f hex color red value is 48, green value is 79 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #304f0f hue: 0.25 , saturation: 0.68 and the lightness value of 304f0f is 0.18.

The process color (four color CMYK) of #304f0f color hex is 0.39, 0.00, 0.81, 0.69. Web safe color of #304f0f is #336600. Color #304f0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001111 00001111
Octal 60 117 17
Decimal 48 79 15
Hex 30 4F F

RGB Percentages of Color #304f0f

%33.80
%55.63
%10.56

CMYK Percentages of Color #304f0f

%39
%0
%81
%69

Triadic Colors of #304f0f

#304f0f #0f304f #4f0f30

Analogous Colors of #304f0f

#304f0f #104f0f #4f4e0f

Monochromatic Colors of #304f0f

#304f0f

Complementary Color

#304f0f #2e0f4f

#304f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#304f0f Color CSS Codes

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

#304f0f Text Font Color

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

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


#304f0f Background Color

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

This div background color is #304f0f


#304f0f Border Color

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

This div border color is #304f0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,79,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304f0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304f0f;
  -webkit-box-shadow: 1px 1px 3px 2px #304f0f;
  box-shadow:         1px 1px 3px 2px #304f0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304f0f


Comments

No comments written yet.

Please login to write comment.