Color Hex Logo

#30845d Color Hex

#30845D
(48,132,93)
0 Favorites   0 Comments

Color spaces of #30845d

RGB 4813293
HSL0.420.470.35
HSV152°64°52°
CMYK 0.640.000.30   0.48
XYZ11.446017.921213.2118
Yxy17.92120.26880.4209
Hunter Lab42.3334-25.821211.1297
CIE-Lab49.4004-34.986513.7451

#30845d color RGB value is (48,132,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 01011101
Octal 60 204 135
Decimal 48 132 93
Hex 30 84 5D

RGB Percentages of Color #30845d

%17.58
%48.35
%34.07

CMYK Percentages of Color #30845d

%64
%0
%30
%48

Triadic Colors of #30845d

#30845d #5d3084 #845d30

Analogous Colors of #30845d

#30845d #308184 #308433

Monochromatic Colors of #30845d

#30845d

Complementary Color

#30845d #843057

#30845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30845d Color CSS Codes

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

#30845d Text Font Color

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

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


#30845d Background Color

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

This div background color is #30845d


#30845d Border Color

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

This div border color is #30845d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30845d


Comments

No comments written yet.

Please login to write comment.