Color Hex Logo

#30421a Color Hex

#30421A
(48,66,26)
0 Favorites   0 Comments

Color spaces of #30421a

RGB 486626
HSL0.240.430.18
HSV87°61°26°
CMYK 0.270.000.61   0.74
XYZ3.35364.59941.6883
Yxy4.59940.34780.4771
Hunter Lab21.4462-9.618410.3449
CIE-Lab25.5615-15.150721.7855

#30421a color RGB value is (48,66,26).

#30421a hex color red value is 48, green value is 66 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #30421a hue: 0.24 , saturation: 0.43 and the lightness value of 30421a is 0.18.

The process color (four color CMYK) of #30421a color hex is 0.27, 0.00, 0.61, 0.74. Web safe color of #30421a is #333333. Color #30421a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 00011010
Octal 60 102 32
Decimal 48 66 26
Hex 30 42 1A

RGB Percentages of Color #30421a

%34.29
%47.14
%18.57

CMYK Percentages of Color #30421a

%27
%0
%61
%74

Triadic Colors of #30421a

#30421a #1a3042 #421a30

Analogous Colors of #30421a

#30421a #1c421a #42401a

Monochromatic Colors of #30421a

#30421a

Complementary Color

#30421a #2c1a42

#30421a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30421a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30421a Color CSS Codes

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

#30421a Text Font Color

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

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


#30421a Background Color

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

This div background color is #30421a


#30421a Border Color

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

This div border color is #30421a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30421a


Comments

No comments written yet.

Please login to write comment.