Color Hex Logo

#30846f Color Hex

#30846F
(48,132,111)
0 Favorites   0 Comments

Color spaces of #30846f

RGB 48132111
HSL0.460.470.35
HSV165°64°52°
CMYK 0.640.000.16   0.48
XYZ12.339418.278617.9167
Yxy18.27860.25420.3766
Hunter Lab42.7535-23.30045.0808
CIE-Lab49.8323-30.58433.9076

#30846f color RGB value is (48,132,111).

#30846f hex color red value is 48, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #30846f hue: 0.46 , saturation: 0.47 and the lightness value of 30846f is 0.35.

The process color (four color CMYK) of #30846f color hex is 0.64, 0.00, 0.16, 0.48. Web safe color of #30846f is #339966. Color #30846f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 01101111
Octal 60 204 157
Decimal 48 132 111
Hex 30 84 6F

RGB Percentages of Color #30846f

%16.49
%45.36
%38.14

CMYK Percentages of Color #30846f

%64
%0
%16
%48

Triadic Colors of #30846f

#30846f #6f3084 #846f30

Analogous Colors of #30846f

#30846f #306f84 #308445

Monochromatic Colors of #30846f

#30846f

Complementary Color

#30846f #843045

#30846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30846f Color CSS Codes

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

#30846f Text Font Color

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

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


#30846f Background Color

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

This div background color is #30846f


#30846f Border Color

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

This div border color is #30846f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,132,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30846f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30846f;
  -webkit-box-shadow: 1px 1px 3px 2px #30846f;
  box-shadow:         1px 1px 3px 2px #30846f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30846f


Comments

No comments written yet.

Please login to write comment.