Color Hex Logo

#30857b Color Hex

#30857B
(48,133,123)
0 Favorites   0 Comments

Color spaces of #30857b

RGB 48133123
HSL0.480.470.35
HSV173°64°52°
CMYK 0.640.000.08   0.48
XYZ13.181618.833521.6794
Yxy18.83350.24550.3508
Hunter Lab43.3976-21.72810.7598
CIE-Lab50.4918-27.7934-2.1453

#30857b color RGB value is (48,133,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000101 01111011
Octal 60 205 173
Decimal 48 133 123
Hex 30 85 7B

RGB Percentages of Color #30857b

%15.79
%43.75
%40.46

CMYK Percentages of Color #30857b

%64
%0
%8
%48

Triadic Colors of #30857b

#30857b #7b3085 #857b30

Analogous Colors of #30857b

#30857b #306585 #308551

Monochromatic Colors of #30857b

#30857b

Complementary Color

#30857b #85303a

#30857b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30857b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30857b Color CSS Codes

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

#30857b Text Font Color

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

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


#30857b Background Color

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

This div background color is #30857b


#30857b Border Color

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

This div border color is #30857b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30857b


Comments

No comments written yet.

Please login to write comment.