Color Hex Logo

#304501 Color Hex

#304501
(48,69,1)
0 Favorites   0 Comments

Color spaces of #304501

RGB 48691
HSL0.220.970.14
HSV79°99°27°
CMYK 0.300.000.99   0.73
XYZ3.35254.88680.7953
Yxy4.88680.37110.5409
Hunter Lab22.1061-11.615313.3412
CIE-Lab26.4098-18.824934.1586

#304501 color RGB value is (48,69,1).

#304501 hex color red value is 48, green value is 69 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #304501 hue: 0.22 , saturation: 0.97 and the lightness value of 304501 is 0.14.

The process color (four color CMYK) of #304501 color hex is 0.30, 0.00, 0.99, 0.73. Web safe color of #304501 is #333300. Color #304501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000101 00000001
Octal 60 105 1
Decimal 48 69 1
Hex 30 45 1

RGB Percentages of Color #304501

%40.68
%58.47
%0.85

CMYK Percentages of Color #304501

%30
%0
%99
%73

Triadic Colors of #304501

#304501 #013045 #450130

Analogous Colors of #304501

#304501 #0e4501 #453801

Monochromatic Colors of #304501

#304501

Complementary Color

#304501 #160145

#304501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304501 Color CSS Codes

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

#304501 Text Font Color

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

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


#304501 Background Color

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

This div background color is #304501


#304501 Border Color

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

This div border color is #304501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304501


Comments

No comments written yet.

Please login to write comment.