Color Hex Logo

#307650 Color Hex

#307650
(48,118,80)
0 Favorites   0 Comments

Color spaces of #307650

RGB 4811880
HSL0.410.420.33
HSV147°59°46°
CMYK 0.590.000.32   0.54
XYZ9.145314.16449.8414
Yxy14.16440.27590.4273
Hunter Lab37.6356-22.487610.8411
CIE-Lab44.4678-31.520414.4991

#307650 color RGB value is (48,118,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 01010000
Octal 60 166 120
Decimal 48 118 80
Hex 30 76 50

RGB Percentages of Color #307650

%19.51
%47.97
%32.52

CMYK Percentages of Color #307650

%59
%0
%32
%54

Triadic Colors of #307650

#307650 #503076 #765030

Analogous Colors of #307650

#307650 #307673 #337630

Monochromatic Colors of #307650

#307650

Complementary Color

#307650 #763056

#307650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307650 Color CSS Codes

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

#307650 Text Font Color

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

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


#307650 Background Color

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

This div background color is #307650


#307650 Border Color

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

This div border color is #307650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307650


Comments

No comments written yet.

Please login to write comment.