Color Hex Logo

#30481e Color Hex

#30481E
(48,72,30)
0 Favorites   0 Comments

Color spaces of #30481e

RGB 487230
HSL0.260.410.20
HSV94°58°28°
CMYK 0.330.000.58   0.72
XYZ3.77065.35682.0635
Yxy5.35680.33690.4787
Hunter Lab23.1448-11.423210.9153
CIE-Lab27.7280-17.955522.0705

#30481e color RGB value is (48,72,30).

#30481e hex color red value is 48, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #30481e hue: 0.26 , saturation: 0.41 and the lightness value of 30481e is 0.20.

The process color (four color CMYK) of #30481e color hex is 0.33, 0.00, 0.58, 0.72. Web safe color of #30481e is #333333. Color #30481e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001000 00011110
Octal 60 110 36
Decimal 48 72 30
Hex 30 48 1E

RGB Percentages of Color #30481e

%32.00
%48.00
%20.00

CMYK Percentages of Color #30481e

%33
%0
%58
%72

Triadic Colors of #30481e

#30481e #1e3048 #481e30

Analogous Colors of #30481e

#30481e #1e4821 #45481e

Monochromatic Colors of #30481e

#30481e

Complementary Color

#30481e #361e48

#30481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30481e Color CSS Codes

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

#30481e Text Font Color

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

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


#30481e Background Color

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

This div background color is #30481e


#30481e Border Color

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

This div border color is #30481e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30481e


Comments

No comments written yet.

Please login to write comment.