Color Hex Logo

#304710 Color Hex

#304710
(48,71,16)
0 Favorites   0 Comments

Color spaces of #304710

RGB 487116
HSL0.240.630.17
HSV85°77°28°
CMYK 0.320.000.77   0.72
XYZ3.56575.17231.3006
Yxy5.17230.35520.5152
Hunter Lab22.7427-11.813712.5292
CIE-Lab27.2201-18.912928.7990

#304710 color RGB value is (48,71,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000111 00010000
Octal 60 107 20
Decimal 48 71 16
Hex 30 47 10

RGB Percentages of Color #304710

%35.56
%52.59
%11.85

CMYK Percentages of Color #304710

%32
%0
%77
%72

Triadic Colors of #304710

#304710 #103047 #471030

Analogous Colors of #304710

#304710 #154710 #474310

Monochromatic Colors of #304710

#304710

Complementary Color

#304710 #271047

#304710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304710 Color CSS Codes

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

#304710 Text Font Color

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

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


#304710 Background Color

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

This div background color is #304710


#304710 Border Color

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

This div border color is #304710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304710


Comments

No comments written yet.

Please login to write comment.