Color Hex Logo

#30897b Color Hex

#30897B
(48,137,123)
0 Favorites   0 Comments

Color spaces of #30897b

RGB 48137123
HSL0.470.480.36
HSV171°65°54°
CMYK 0.650.000.10   0.46
XYZ13.739719.949821.8654
Yxy19.94980.24730.3591
Hunter Lab44.6652-23.25482.2408
CIE-Lab51.7804-29.7454-0.2567

#30897b color RGB value is (48,137,123).

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

The process color (four color CMYK) of #30897b color hex is 0.65, 0.00, 0.10, 0.46. Web safe color of #30897b is #339966. Color #30897b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001001 01111011
Octal 60 211 173
Decimal 48 137 123
Hex 30 89 7B

RGB Percentages of Color #30897b

%15.58
%44.48
%39.94

CMYK Percentages of Color #30897b

%65
%0
%10
%46

Triadic Colors of #30897b

#30897b #7b3089 #897b30

Analogous Colors of #30897b

#30897b #306b89 #30894f

Monochromatic Colors of #30897b

#30897b

Complementary Color

#30897b #89303e

#30897b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30897b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30897b Color CSS Codes

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

#30897b Text Font Color

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

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


#30897b Background Color

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

This div background color is #30897b


#30897b Border Color

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

This div border color is #30897b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,137,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 #30897b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30897b


Comments

No comments written yet.

Please login to write comment.