Color Hex Logo

#306959 Color Hex

#306959
(48,105,89)
0 Favorites   0 Comments

Color spaces of #306959

RGB 4810589
HSL0.450.370.30
HSV163°54°41°
CMYK 0.540.000.15   0.59
XYZ8.073711.452811.2363
Yxy11.45280.26250.3723
Hunter Lab33.8420-16.63864.0038
CIE-Lab40.3329-23.02073.3152

#306959 color RGB value is (48,105,89).

#306959 hex color red value is 48, green value is 105 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #306959 hue: 0.45 , saturation: 0.37 and the lightness value of 306959 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101001 01011001
Octal 60 151 131
Decimal 48 105 89
Hex 30 69 59

RGB Percentages of Color #306959

%19.83
%43.39
%36.78

CMYK Percentages of Color #306959

%54
%0
%15
%59

Triadic Colors of #306959

#306959 #593069 #695930

Analogous Colors of #306959

#306959 #305d69 #30693d

Monochromatic Colors of #306959

#306959

Complementary Color

#306959 #693040

#306959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306959 Color CSS Codes

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

#306959 Text Font Color

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

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


#306959 Background Color

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

This div background color is #306959


#306959 Border Color

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

This div border color is #306959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306959


Comments

No comments written yet.

Please login to write comment.