Color Hex Logo

#30530e Color Hex

#30530E
(48,83,14)
0 Favorites   0 Comments

Color spaces of #30530e

RGB 488314
HSL0.250.710.19
HSV90°83°33°
CMYK 0.420.000.83   0.67
XYZ4.39146.84661.5055
Yxy6.84660.34460.5373
Hunter Lab26.1660-15.833114.9049
CIE-Lab31.4551-25.133133.8159

#30530e color RGB value is (48,83,14).

#30530e hex color red value is 48, green value is 83 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #30530e hue: 0.25 , saturation: 0.71 and the lightness value of 30530e is 0.19.

The process color (four color CMYK) of #30530e color hex is 0.42, 0.00, 0.83, 0.67. Web safe color of #30530e is #336600. Color #30530e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 00001110
Octal 60 123 16
Decimal 48 83 14
Hex 30 53 E

RGB Percentages of Color #30530e

%33.10
%57.24
%9.66

CMYK Percentages of Color #30530e

%42
%0
%83
%67

Triadic Colors of #30530e

#30530e #0e3053 #530e30

Analogous Colors of #30530e

#30530e #0e530f #52530e

Monochromatic Colors of #30530e

#30530e

Complementary Color

#30530e #310e53

#30530e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30530e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30530e Color CSS Codes

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

#30530e Text Font Color

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

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


#30530e Background Color

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

This div background color is #30530e


#30530e Border Color

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

This div border color is #30530e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,83,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 #30530e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30530e


Comments

No comments written yet.

Please login to write comment.