Color Hex Logo

#306046 Color Hex

#306046
(48,96,70)
0 Favorites   0 Comments

Color spaces of #306046

RGB 489670
HSL0.410.330.28
HSV148°50°38°
CMYK 0.500.000.27   0.62
XYZ6.50739.43637.2728
Yxy9.43630.28030.4064
Hunter Lab30.7186-15.94477.4657
CIE-Lab36.8111-23.08819.9057

#306046 color RGB value is (48,96,70).

#306046 hex color red value is 48, green value is 96 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #306046 hue: 0.41 , saturation: 0.33 and the lightness value of 306046 is 0.28.

The process color (four color CMYK) of #306046 color hex is 0.50, 0.00, 0.27, 0.62. Web safe color of #306046 is #336633. Color #306046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 01000110
Octal 60 140 106
Decimal 48 96 70
Hex 30 60 46

RGB Percentages of Color #306046

%22.43
%44.86
%32.71

CMYK Percentages of Color #306046

%50
%0
%27
%62

Triadic Colors of #306046

#306046 #463060 #604630

Analogous Colors of #306046

#306046 #30605e #326030

Monochromatic Colors of #306046

#306046

Complementary Color

#306046 #60304a

#306046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306046 Color CSS Codes

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

#306046 Text Font Color

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

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


#306046 Background Color

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

This div background color is #306046


#306046 Border Color

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

This div border color is #306046


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,96,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 #306046">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306046


Comments

No comments written yet.

Please login to write comment.