Color Hex Logo

#30766d Color Hex

#30766D
(48,118,109)
0 Favorites   0 Comments

Color spaces of #30766d

RGB 48118109
HSL0.480.420.33
HSV172°59°46°
CMYK 0.590.000.08   0.54
XYZ10.457714.689416.7522
Yxy14.68940.24960.3506
Hunter Lab38.3268-18.36690.9137
CIE-Lab45.2058-24.2278-1.6413

#30766d color RGB value is (48,118,109).

#30766d hex color red value is 48, green value is 118 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #30766d hue: 0.48 , saturation: 0.42 and the lightness value of 30766d is 0.33.

The process color (four color CMYK) of #30766d color hex is 0.59, 0.00, 0.08, 0.54. Web safe color of #30766d is #336666. Color #30766d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 01101101
Octal 60 166 155
Decimal 48 118 109
Hex 30 76 6D

RGB Percentages of Color #30766d

%17.45
%42.91
%39.64

CMYK Percentages of Color #30766d

%59
%0
%8
%54

Triadic Colors of #30766d

#30766d #6d3076 #766d30

Analogous Colors of #30766d

#30766d #305c76 #30764a

Monochromatic Colors of #30766d

#30766d

Complementary Color

#30766d #763039

#30766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30766d Color CSS Codes

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

#30766d Text Font Color

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

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


#30766d Background Color

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

This div background color is #30766d


#30766d Border Color

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

This div border color is #30766d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,118,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30766d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30766d;
  -webkit-box-shadow: 1px 1px 3px 2px #30766d;
  box-shadow:         1px 1px 3px 2px #30766d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30766d

#30766d Color Palettes


Comments

No comments written yet.

Please login to write comment.