Color Hex Logo

#307720 Color Hex

#307720
(48,119,32)
0 Favorites   0 Comments

Color spaces of #307720

RGB 4811932
HSL0.300.580.30
HSV109°73°47°
CMYK 0.600.000.73   0.53
XYZ8.076513.92633.6289
Yxy13.92630.31510.5433
Hunter Lab37.3180-26.674820.3570
CIE-Lab44.1271-39.349539.3045

#307720 color RGB value is (48,119,32).

#307720 hex color red value is 48, green value is 119 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #307720 hue: 0.30 , saturation: 0.58 and the lightness value of 307720 is 0.30.

The process color (four color CMYK) of #307720 color hex is 0.60, 0.00, 0.73, 0.53. Web safe color of #307720 is #336633. Color #307720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110111 00100000
Octal 60 167 40
Decimal 48 119 32
Hex 30 77 20

RGB Percentages of Color #307720

%24.12
%59.80
%16.08

CMYK Percentages of Color #307720

%60
%0
%73
%53

Triadic Colors of #307720

#307720 #203077 #772030

Analogous Colors of #307720

#307720 #20773c #5c7720

Monochromatic Colors of #307720

#307720

Complementary Color

#307720 #672077

#307720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307720 Color CSS Codes

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

#307720 Text Font Color

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

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


#307720 Background Color

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

This div background color is #307720


#307720 Border Color

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

This div border color is #307720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307720


Comments

No comments written yet.

Please login to write comment.