Color Hex Logo

#308871 Color Hex

#308871
(48,136,113)
0 Favorites   0 Comments

Color spaces of #308871

RGB 48136113
HSL0.460.480.36
HSV164°65°53°
CMYK 0.650.000.17   0.47
XYZ13.003719.429018.6876
Yxy19.42900.25440.3801
Hunter Lab44.0783-24.47725.7181
CIE-Lab51.1854-31.95244.6907

#308871 color RGB value is (48,136,113).

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

The process color (four color CMYK) of #308871 color hex is 0.65, 0.00, 0.17, 0.47. Web safe color of #308871 is #339966. Color #308871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001000 01110001
Octal 60 210 161
Decimal 48 136 113
Hex 30 88 71

RGB Percentages of Color #308871

%16.16
%45.79
%38.05

CMYK Percentages of Color #308871

%65
%0
%17
%47

Triadic Colors of #308871

#308871 #713088 #887130

Analogous Colors of #308871

#308871 #307388 #308845

Monochromatic Colors of #308871

#308871

Complementary Color

#308871 #883047

#308871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308871 Color CSS Codes

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

#308871 Text Font Color

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

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


#308871 Background Color

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

This div background color is #308871


#308871 Border Color

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

This div border color is #308871


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,136,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308871; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308871;
  -webkit-box-shadow: 1px 1px 3px 2px #308871;
  box-shadow:         1px 1px 3px 2px #308871; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308871


Comments

No comments written yet.

Please login to write comment.