Color Hex Logo

#30873f Color Hex

#30873F
(48,135,63)
0 Favorites   0 Comments

Color spaces of #30873f

RGB 4813563
HSL0.360.480.36
HSV130°64°53°
CMYK 0.640.000.53   0.47
XYZ10.780118.31527.6696
Yxy18.31520.29320.4982
Hunter Lab42.7963-29.930519.3319
CIE-Lab49.8762-41.921630.9820

#30873f color RGB value is (48,135,63).

#30873f hex color red value is 48, green value is 135 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #30873f hue: 0.36 , saturation: 0.48 and the lightness value of 30873f is 0.36.

The process color (four color CMYK) of #30873f color hex is 0.64, 0.00, 0.53, 0.47. Web safe color of #30873f is #339933. Color #30873f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000111 00111111
Octal 60 207 77
Decimal 48 135 63
Hex 30 87 3F

RGB Percentages of Color #30873f

%19.51
%54.88
%25.61

CMYK Percentages of Color #30873f

%64
%0
%53
%47

Triadic Colors of #30873f

#30873f #3f3087 #873f30

Analogous Colors of #30873f

#30873f #30876b #4d8730

Monochromatic Colors of #30873f

#30873f

Complementary Color

#30873f #873078

#30873f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30873f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30873f Color CSS Codes

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

#30873f Text Font Color

<p style="color:#30873f">Text here</p>

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


#30873f Background Color

<div style="background-color:#30873f">
Div content here</div>

This div background color is #30873f


#30873f Border Color

<div style="border:3px solid #30873f">
Div here</div>

This div border color is #30873f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,135,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30873f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30873f;
  -webkit-box-shadow: 1px 1px 3px 2px #30873f;
  box-shadow:         1px 1px 3px 2px #30873f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30873f


Comments

No comments written yet.

Please login to write comment.