Color Hex Logo

#304528 Color Hex

#304528
(48,69,40)
0 Favorites   0 Comments

Color spaces of #304528

RGB 486940
HSL0.290.270.21
HSV103°42°27°
CMYK 0.300.000.42   0.73
XYZ3.73005.03782.7833
Yxy5.03780.32290.4361
Hunter Lab22.4450-9.61508.3593
CIE-Lab26.8422-14.751514.9503

#304528 color RGB value is (48,69,40).

#304528 hex color red value is 48, green value is 69 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #304528 hue: 0.29 , saturation: 0.27 and the lightness value of 304528 is 0.21.

The process color (four color CMYK) of #304528 color hex is 0.30, 0.00, 0.42, 0.73. Web safe color of #304528 is #333333. Color #304528 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000101 00101000
Octal 60 105 50
Decimal 48 69 40
Hex 30 45 28

RGB Percentages of Color #304528

%30.57
%43.95
%25.48

CMYK Percentages of Color #304528

%30
%0
%42
%73

Triadic Colors of #304528

#304528 #283045 #452830

Analogous Colors of #304528

#304528 #28452f #3f4528

Monochromatic Colors of #304528

#304528

Complementary Color

#304528 #3d2845

#304528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304528 Color CSS Codes

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

#304528 Text Font Color

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

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


#304528 Background Color

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

This div background color is #304528


#304528 Border Color

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

This div border color is #304528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304528


Comments

No comments written yet.

Please login to write comment.