Color Hex Logo

#304318 Color Hex

#304318
(48,67,24)
0 Favorites   0 Comments

Color spaces of #304318

RGB 486724
HSL0.240.470.18
HSV87°64°26°
CMYK 0.280.000.64   0.74
XYZ3.39094.70861.5943
Yxy4.70860.34980.4857
Hunter Lab21.6993-10.080010.8333
CIE-Lab25.8879-15.951723.2915

#304318 color RGB value is (48,67,24).

#304318 hex color red value is 48, green value is 67 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #304318 hue: 0.24 , saturation: 0.47 and the lightness value of 304318 is 0.18.

The process color (four color CMYK) of #304318 color hex is 0.28, 0.00, 0.64, 0.74. Web safe color of #304318 is #333300. Color #304318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000011 00011000
Octal 60 103 30
Decimal 48 67 24
Hex 30 43 18

RGB Percentages of Color #304318

%34.53
%48.20
%17.27

CMYK Percentages of Color #304318

%28
%0
%64
%74

Triadic Colors of #304318

#304318 #183043 #431830

Analogous Colors of #304318

#304318 #1b4318 #434118

Monochromatic Colors of #304318

#304318

Complementary Color

#304318 #2b1843

#304318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304318 Color CSS Codes

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

#304318 Text Font Color

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

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


#304318 Background Color

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

This div background color is #304318


#304318 Border Color

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

This div border color is #304318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304318


Comments

No comments written yet.

Please login to write comment.