Color Hex Logo

#304021 Color Hex

#304021
(48,64,33)
0 Favorites   0 Comments

Color spaces of #304021

RGB 486433
HSL0.250.320.19
HSV91°48°25°
CMYK 0.250.000.48   0.75
XYZ3.32684.40502.1137
Yxy4.40500.33790.4474
Hunter Lab20.9881-8.43538.7206
CIE-Lab24.9675-13.028416.8821

#304021 color RGB value is (48,64,33).

#304021 hex color red value is 48, green value is 64 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #304021 hue: 0.25 , saturation: 0.32 and the lightness value of 304021 is 0.19.

The process color (four color CMYK) of #304021 color hex is 0.25, 0.00, 0.48, 0.75. Web safe color of #304021 is #333333. Color #304021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000000 00100001
Octal 60 100 41
Decimal 48 64 33
Hex 30 40 21

RGB Percentages of Color #304021

%33.10
%44.14
%22.76

CMYK Percentages of Color #304021

%25
%0
%48
%75

Triadic Colors of #304021

#304021 #213040 #402130

Analogous Colors of #304021

#304021 #214022 #404021

Monochromatic Colors of #304021

#304021

Complementary Color

#304021 #312140

#304021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304021 Color CSS Codes

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

#304021 Text Font Color

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

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


#304021 Background Color

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

This div background color is #304021


#304021 Border Color

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

This div border color is #304021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304021


Comments

No comments written yet.

Please login to write comment.