Color Hex Logo

#306748 Color Hex

#306748
(48,103,72)
0 Favorites   0 Comments

Color spaces of #306748

RGB 4810372
HSL0.410.360.30
HSV146°53°40°
CMYK 0.530.000.30   0.60
XYZ7.238910.79687.8333
Yxy10.79680.27980.4174
Hunter Lab32.8585-18.17788.8665
CIE-Lab39.2361-26.145812.0535

#306748 color RGB value is (48,103,72).

#306748 hex color red value is 48, green value is 103 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #306748 hue: 0.41 , saturation: 0.36 and the lightness value of 306748 is 0.30.

The process color (four color CMYK) of #306748 color hex is 0.53, 0.00, 0.30, 0.60. Web safe color of #306748 is #336633. Color #306748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100111 01001000
Octal 60 147 110
Decimal 48 103 72
Hex 30 67 48

RGB Percentages of Color #306748

%21.52
%46.19
%32.29

CMYK Percentages of Color #306748

%53
%0
%30
%60

Triadic Colors of #306748

#306748 #483067 #674830

Analogous Colors of #306748

#306748 #306764 #346730

Monochromatic Colors of #306748

#306748

Complementary Color

#306748 #67304f

#306748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306748 Color CSS Codes

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

#306748 Text Font Color

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

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


#306748 Background Color

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

This div background color is #306748


#306748 Border Color

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

This div border color is #306748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306748


Comments

No comments written yet.

Please login to write comment.