Color Hex Logo

#307e3b Color Hex

#307E3B
(48,126,59)
0 Favorites   0 Comments

Color spaces of #307e3b

RGB 4812659
HSL0.360.450.34
HSV128°62°49°
CMYK 0.620.000.53   0.51
XYZ9.469215.86596.7010
Yxy15.86590.29560.4953
Hunter Lab39.8320-27.271517.9080
CIE-Lab46.7981-38.891129.3096

#307e3b color RGB value is (48,126,59).

#307e3b hex color red value is 48, green value is 126 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #307e3b hue: 0.36 , saturation: 0.45 and the lightness value of 307e3b is 0.34.

The process color (four color CMYK) of #307e3b color hex is 0.62, 0.00, 0.53, 0.51. Web safe color of #307e3b is #336633. Color #307e3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111110 00111011
Octal 60 176 73
Decimal 48 126 59
Hex 30 7E 3B

RGB Percentages of Color #307e3b

%20.60
%54.08
%25.32

CMYK Percentages of Color #307e3b

%62
%0
%53
%51

Triadic Colors of #307e3b

#307e3b #3b307e #7e3b30

Analogous Colors of #307e3b

#307e3b #307e62 #4c7e30

Monochromatic Colors of #307e3b

#307e3b

Complementary Color

#307e3b #7e3073

#307e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#307e3b Color CSS Codes

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

#307e3b Text Font Color

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

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


#307e3b Background Color

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

This div background color is #307e3b


#307e3b Border Color

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

This div border color is #307e3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,126,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307e3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307e3b;
  -webkit-box-shadow: 1px 1px 3px 2px #307e3b;
  box-shadow:         1px 1px 3px 2px #307e3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307e3b


Comments

No comments written yet.

Please login to write comment.