Color Hex Logo

#30813e Color Hex

#30813E
(48,129,62)
0 Favorites   0 Comments

Color spaces of #30813e

RGB 4812962
HSL0.360.460.35
HSV130°63°51°
CMYK 0.630.000.52   0.49
XYZ9.938716.67677.2525
Yxy16.67670.29350.4924
Hunter Lab40.8371-28.022718.0563
CIE-Lab47.8501-39.656429.0140

#30813e color RGB value is (48,129,62).

#30813e hex color red value is 48, green value is 129 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30813e hue: 0.36 , saturation: 0.46 and the lightness value of 30813e is 0.35.

The process color (four color CMYK) of #30813e color hex is 0.63, 0.00, 0.52, 0.49. Web safe color of #30813e is #339933. Color #30813e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000001 00111110
Octal 60 201 76
Decimal 48 129 62
Hex 30 81 3E

RGB Percentages of Color #30813e

%20.08
%53.97
%25.94

CMYK Percentages of Color #30813e

%63
%0
%52
%49

Triadic Colors of #30813e

#30813e #3e3081 #813e30

Analogous Colors of #30813e

#30813e #308167 #4b8130

Monochromatic Colors of #30813e

#30813e

Complementary Color

#30813e #813073

#30813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30813e Color CSS Codes

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

#30813e Text Font Color

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

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


#30813e Background Color

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

This div background color is #30813e


#30813e Border Color

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

This div border color is #30813e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30813e


Comments

No comments written yet.

Please login to write comment.