Color Hex Logo

#30845c Color Hex

#30845C
(48,132,92)
0 Favorites   0 Comments

Color spaces of #30845c

RGB 4813292
HSL0.420.470.35
HSV151°64°52°
CMYK 0.640.000.30   0.48
XYZ11.402017.903612.9800
Yxy17.90360.26960.4234
Hunter Lab42.3126-25.946711.4308
CIE-Lab49.3790-35.211014.2907

#30845c color RGB value is (48,132,92).

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

The process color (four color CMYK) of #30845c color hex is 0.64, 0.00, 0.30, 0.48. Web safe color of #30845c is #339966. Color #30845c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 01011100
Octal 60 204 134
Decimal 48 132 92
Hex 30 84 5C

RGB Percentages of Color #30845c

%17.65
%48.53
%33.82

CMYK Percentages of Color #30845c

%64
%0
%30
%48

Triadic Colors of #30845c

#30845c #5c3084 #845c30

Analogous Colors of #30845c

#30845c #308284 #308432

Monochromatic Colors of #30845c

#30845c

Complementary Color

#30845c #843058

#30845c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30845c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30845c Color CSS Codes

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

#30845c Text Font Color

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

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


#30845c Background Color

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

This div background color is #30845c


#30845c Border Color

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

This div border color is #30845c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30845c


Comments

No comments written yet.

Please login to write comment.