Color Hex Logo

#30776e Color Hex

#30776E
(48,119,110)
0 Favorites   0 Comments

Color spaces of #30776e

RGB 48119110
HSL0.480.430.33
HSV172°60°47°
CMYK 0.600.000.08   0.53
XYZ10.630214.947817.0768
Yxy14.94780.24920.3504
Hunter Lab38.6624-18.58070.8759
CIE-Lab45.5626-24.4556-1.7138

#30776e color RGB value is (48,119,110).

#30776e hex color red value is 48, green value is 119 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #30776e hue: 0.48 , saturation: 0.43 and the lightness value of 30776e is 0.33.

The process color (four color CMYK) of #30776e color hex is 0.60, 0.00, 0.08, 0.53. Web safe color of #30776e is #336666. Color #30776e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110111 01101110
Octal 60 167 156
Decimal 48 119 110
Hex 30 77 6E

RGB Percentages of Color #30776e

%17.33
%42.96
%39.71

CMYK Percentages of Color #30776e

%60
%0
%8
%53

Triadic Colors of #30776e

#30776e #6e3077 #776e30

Analogous Colors of #30776e

#30776e #305d77 #30774b

Monochromatic Colors of #30776e

#30776e

Complementary Color

#30776e #773039

#30776e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30776e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30776e Color CSS Codes

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

#30776e Text Font Color

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

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


#30776e Background Color

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

This div background color is #30776e


#30776e Border Color

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

This div border color is #30776e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30776e


Comments

No comments written yet.

Please login to write comment.