Color Hex Logo

#307034 Color Hex

#307034
(48,112,52)
0 Favorites   0 Comments

Color spaces of #307034

RGB 4811252
HSL0.340.400.31
HSV124°57°44°
CMYK 0.570.000.54   0.56
XYZ7.632912.46475.2524
Yxy12.46470.30110.4917
Hunter Lab35.3054-23.193315.8932
CIE-Lab41.9454-34.046127.1005

#307034 color RGB value is (48,112,52).

#307034 hex color red value is 48, green value is 112 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #307034 hue: 0.34 , saturation: 0.40 and the lightness value of 307034 is 0.31.

The process color (four color CMYK) of #307034 color hex is 0.57, 0.00, 0.54, 0.56. Web safe color of #307034 is #336633. Color #307034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110000 00110100
Octal 60 160 64
Decimal 48 112 52
Hex 30 70 34

RGB Percentages of Color #307034

%22.64
%52.83
%24.53

CMYK Percentages of Color #307034

%57
%0
%54
%56

Triadic Colors of #307034

#307034 #343070 #703430

Analogous Colors of #307034

#307034 #307054 #4c7030

Monochromatic Colors of #307034

#307034

Complementary Color

#307034 #70306c

#307034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307034 Color CSS Codes

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

#307034 Text Font Color

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

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


#307034 Background Color

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

This div background color is #307034


#307034 Border Color

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

This div border color is #307034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307034


Comments

No comments written yet.

Please login to write comment.