Color Hex Logo

#304712 Color Hex

#304712
(48,71,18)
0 Favorites   0 Comments

Color spaces of #304712

RGB 487118
HSL0.240.600.17
HSV86°75°28°
CMYK 0.320.000.75   0.72
XYZ3.58135.17851.3831
Yxy5.17850.35310.5106
Hunter Lab22.7563-11.731912.3259
CIE-Lab27.2374-18.743527.8819

#304712 color RGB value is (48,71,18).

#304712 hex color red value is 48, green value is 71 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #304712 hue: 0.24 , saturation: 0.60 and the lightness value of 304712 is 0.17.

The process color (four color CMYK) of #304712 color hex is 0.32, 0.00, 0.75, 0.72. Web safe color of #304712 is #333300. Color #304712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000111 00010010
Octal 60 107 22
Decimal 48 71 18
Hex 30 47 12

RGB Percentages of Color #304712

%35.04
%51.82
%13.14

CMYK Percentages of Color #304712

%32
%0
%75
%72

Triadic Colors of #304712

#304712 #123047 #471230

Analogous Colors of #304712

#304712 #164712 #474412

Monochromatic Colors of #304712

#304712

Complementary Color

#304712 #291247

#304712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304712 Color CSS Codes

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

#304712 Text Font Color

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

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


#304712 Background Color

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

This div background color is #304712


#304712 Border Color

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

This div border color is #304712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304712


Comments

No comments written yet.

Please login to write comment.