Color Hex Logo

#307c1b Color Hex

#307C1B
(48,124,27)
0 Favorites   0 Comments

Color spaces of #307c1b

RGB 4812427
HSL0.300.640.30
HSV107°78°49°
CMYK 0.610.000.78   0.51
XYZ8.624415.12283.5014
Yxy15.12280.31650.5550
Hunter Lab38.8880-28.467221.8833
CIE-Lab45.8019-41.706442.9550

#307c1b color RGB value is (48,124,27).

#307c1b hex color red value is 48, green value is 124 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #307c1b hue: 0.30 , saturation: 0.64 and the lightness value of 307c1b is 0.30.

The process color (four color CMYK) of #307c1b color hex is 0.61, 0.00, 0.78, 0.51. Web safe color of #307c1b is #336633. Color #307c1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 00011011
Octal 60 174 33
Decimal 48 124 27
Hex 30 7C 1B

RGB Percentages of Color #307c1b

%24.12
%62.31
%13.57

CMYK Percentages of Color #307c1b

%61
%0
%78
%51

Triadic Colors of #307c1b

#307c1b #1b307c #7c1b30

Analogous Colors of #307c1b

#307c1b #1b7c37 #617c1b

Monochromatic Colors of #307c1b

#307c1b

Complementary Color

#307c1b #671b7c

#307c1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307c1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#307c1b Color CSS Codes

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

#307c1b Text Font Color

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

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


#307c1b Background Color

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

This div background color is #307c1b


#307c1b Border Color

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

This div border color is #307c1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307c1b


Comments

No comments written yet.

Please login to write comment.