Color Hex Logo

#30490e Color Hex

#30490E
(48,73,14)
0 Favorites   0 Comments

Color spaces of #30490e

RGB 487314
HSL0.240.680.17
HSV85°81°29°
CMYK 0.340.000.81   0.71
XYZ3.68075.42521.2686
Yxy5.42520.35480.5229
Hunter Lab23.2921-12.553913.0752
CIE-Lab27.9134-20.120530.3723

#30490e color RGB value is (48,73,14).

#30490e hex color red value is 48, green value is 73 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #30490e hue: 0.24 , saturation: 0.68 and the lightness value of 30490e is 0.17.

The process color (four color CMYK) of #30490e color hex is 0.34, 0.00, 0.81, 0.71. Web safe color of #30490e is #333300. Color #30490e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 00001110
Octal 60 111 16
Decimal 48 73 14
Hex 30 49 E

RGB Percentages of Color #30490e

%35.56
%54.07
%10.37

CMYK Percentages of Color #30490e

%34
%0
%81
%71

Triadic Colors of #30490e

#30490e #0e3049 #490e30

Analogous Colors of #30490e

#30490e #13490e #49450e

Monochromatic Colors of #30490e

#30490e

Complementary Color

#30490e #270e49

#30490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30490e Color CSS Codes

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

#30490e Text Font Color

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

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


#30490e Background Color

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

This div background color is #30490e


#30490e Border Color

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

This div border color is #30490e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,73,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30490e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30490e;
  -webkit-box-shadow: 1px 1px 3px 2px #30490e;
  box-shadow:         1px 1px 3px 2px #30490e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30490e


Comments

No comments written yet.

Please login to write comment.