Color Hex Logo

#30421c Color Hex

#30421C
(48,66,28)
0 Favorites   0 Comments

Color spaces of #30421c

RGB 486628
HSL0.250.400.18
HSV88°58°26°
CMYK 0.270.000.58   0.74
XYZ3.37674.60861.8102
Yxy4.60860.34470.4705
Hunter Lab21.4677-9.491710.0279
CIE-Lab25.5892-14.894420.6607

#30421c color RGB value is (48,66,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 00011100
Octal 60 102 34
Decimal 48 66 28
Hex 30 42 1C

RGB Percentages of Color #30421c

%33.80
%46.48
%19.72

CMYK Percentages of Color #30421c

%27
%0
%58
%74

Triadic Colors of #30421c

#30421c #1c3042 #421c30

Analogous Colors of #30421c

#30421c #1d421c #42411c

Monochromatic Colors of #30421c

#30421c

Complementary Color

#30421c #2e1c42

#30421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30421c Color CSS Codes

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

#30421c Text Font Color

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

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


#30421c Background Color

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

This div background color is #30421c


#30421c Border Color

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

This div border color is #30421c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30421c

#30421c Color Palettes


Comments

No comments written yet.

Please login to write comment.