Color Hex Logo

#307146 Color Hex

#307146
(48,113,70)
0 Favorites   0 Comments

Color spaces of #307146

RGB 4811370
HSL0.390.400.32
HSV140°58°44°
CMYK 0.580.000.38   0.56
XYZ8.229512.88087.8469
Yxy12.88080.28420.4448
Hunter Lab35.8898-21.877312.1598
CIE-Lab42.5831-31.315117.7761

#307146 color RGB value is (48,113,70).

#307146 hex color red value is 48, green value is 113 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #307146 hue: 0.39 , saturation: 0.40 and the lightness value of 307146 is 0.32.

The process color (four color CMYK) of #307146 color hex is 0.58, 0.00, 0.38, 0.56. Web safe color of #307146 is #336633. Color #307146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110001 01000110
Octal 60 161 106
Decimal 48 113 70
Hex 30 71 46

RGB Percentages of Color #307146

%20.78
%48.92
%30.30

CMYK Percentages of Color #307146

%58
%0
%38
%56

Triadic Colors of #307146

#307146 #463071 #714630

Analogous Colors of #307146

#307146 #307167 #3b7130

Monochromatic Colors of #307146

#307146

Complementary Color

#307146 #71305b

#307146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307146 Color CSS Codes

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

#307146 Text Font Color

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

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


#307146 Background Color

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

This div background color is #307146


#307146 Border Color

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

This div border color is #307146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307146


Comments

No comments written yet.

Please login to write comment.