Color Hex Logo

#30837b Color Hex

#30837B
(48,131,123)
0 Favorites   0 Comments

Color spaces of #30837b

RGB 48131123
HSL0.480.460.35
HSV174°63°51°
CMYK 0.630.000.06   0.49
XYZ12.910418.291021.5890
Yxy18.29100.24460.3465
Hunter Lab42.7680-20.96000.0084
CIE-Lab49.8472-26.8019-3.0943

#30837b color RGB value is (48,131,123).

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

The process color (four color CMYK) of #30837b color hex is 0.63, 0.00, 0.06, 0.49. Web safe color of #30837b is #339966. Color #30837b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000011 01111011
Octal 60 203 173
Decimal 48 131 123
Hex 30 83 7B

RGB Percentages of Color #30837b

%15.89
%43.38
%40.73

CMYK Percentages of Color #30837b

%63
%0
%6
%49

Triadic Colors of #30837b

#30837b #7b3083 #837b30

Analogous Colors of #30837b

#30837b #306183 #308352

Monochromatic Colors of #30837b

#30837b

Complementary Color

#30837b #833038

#30837b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30837b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30837b Color CSS Codes

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

#30837b Text Font Color

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

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


#30837b Background Color

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

This div background color is #30837b


#30837b Border Color

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

This div border color is #30837b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30837b


Comments

No comments written yet.

Please login to write comment.