Color Hex Logo

#30847b Color Hex

#30847B
(48,132,123)
0 Favorites   0 Comments

Color spaces of #30847b

RGB 48132123
HSL0.480.470.35
HSV174°64°52°
CMYK 0.640.000.07   0.48
XYZ13.045318.561021.6340
Yxy18.56100.24500.3486
Hunter Lab43.0825-21.34480.3851
CIE-Lab50.1696-27.2996-2.6194

#30847b color RGB value is (48,132,123).

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

The process color (four color CMYK) of #30847b color hex is 0.64, 0.00, 0.07, 0.48. Web safe color of #30847b is #339966. Color #30847b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 01111011
Octal 60 204 173
Decimal 48 132 123
Hex 30 84 7B

RGB Percentages of Color #30847b

%15.84
%43.56
%40.59

CMYK Percentages of Color #30847b

%64
%0
%7
%48

Triadic Colors of #30847b

#30847b #7b3084 #847b30

Analogous Colors of #30847b

#30847b #306384 #308451

Monochromatic Colors of #30847b

#30847b

Complementary Color

#30847b #843039

#30847b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30847b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30847b Color CSS Codes

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

#30847b Text Font Color

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

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


#30847b Background Color

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

This div background color is #30847b


#30847b Border Color

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

This div border color is #30847b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30847b


Comments

No comments written yet.

Please login to write comment.