Color Hex Logo

#30874f Color Hex

#30874F
(48,135,79)
0 Favorites   0 Comments

Color spaces of #30874f

RGB 4813579
HSL0.390.480.36
HSV141°64°53°
CMYK 0.640.000.41   0.47
XYZ11.294218.520810.3768
Yxy18.52080.28100.4608
Hunter Lab43.0358-28.467615.8290
CIE-Lab50.1218-39.192322.6483

#30874f color RGB value is (48,135,79).

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

The process color (four color CMYK) of #30874f color hex is 0.64, 0.00, 0.41, 0.47. Web safe color of #30874f is #339966. Color #30874f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000111 01001111
Octal 60 207 117
Decimal 48 135 79
Hex 30 87 4F

RGB Percentages of Color #30874f

%18.32
%51.53
%30.15

CMYK Percentages of Color #30874f

%64
%0
%41
%47

Triadic Colors of #30874f

#30874f #4f3087 #874f30

Analogous Colors of #30874f

#30874f #30877b #3d8730

Monochromatic Colors of #30874f

#30874f

Complementary Color

#30874f #873068

#30874f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30874f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30874f Color CSS Codes

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

#30874f Text Font Color

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

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


#30874f Background Color

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

This div background color is #30874f


#30874f Border Color

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

This div border color is #30874f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30874f


Comments

No comments written yet.

Please login to write comment.