Color Hex Logo

#305606 Color Hex

#305606
(48,86,6)
0 Favorites   0 Comments

Color spaces of #305606

RGB 48866
HSL0.250.870.18
HSV89°93°34°
CMYK 0.440.000.93   0.66
XYZ4.57967.29711.3394
Yxy7.29710.34650.5521
Hunter Lab27.0131-17.011515.9694
CIE-Lab32.4739-26.997237.4071

#305606 color RGB value is (48,86,6).

#305606 hex color red value is 48, green value is 86 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #305606 hue: 0.25 , saturation: 0.87 and the lightness value of 305606 is 0.18.

The process color (four color CMYK) of #305606 color hex is 0.44, 0.00, 0.93, 0.66. Web safe color of #305606 is #336600. Color #305606 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010110 00000110
Octal 60 126 6
Decimal 48 86 6
Hex 30 56 6

RGB Percentages of Color #305606

%34.29
%61.43
%4.29

CMYK Percentages of Color #305606

%44
%0
%93
%66

Triadic Colors of #305606

#305606 #063056 #560630

Analogous Colors of #305606

#305606 #085606 #565406

Monochromatic Colors of #305606

#305606

Complementary Color

#305606 #2c0656

#305606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305606 Color CSS Codes

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

#305606 Text Font Color

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

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


#305606 Background Color

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

This div background color is #305606


#305606 Border Color

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

This div border color is #305606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305606


Comments

No comments written yet.

Please login to write comment.