Color Hex Logo

#48927b Color Hex

#48927B
(72,146,123)
0 Favorites   0 Comments

Color spaces of #48927b

RGB 72146123
HSL0.450.340.43
HSV161°51°57°
CMYK 0.510.000.16   0.43
XYZ16.526523.365522.3779
Yxy23.36550.26540.3752
Hunter Lab48.3379-23.56296.3884
CIE-Lab55.4468-28.88775.1567

#48927b color RGB value is (72,146,123).

#48927b hex color red value is 72, green value is 146 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #48927b hue: 0.45 , saturation: 0.34 and the lightness value of 48927b is 0.43.

The process color (four color CMYK) of #48927b color hex is 0.51, 0.00, 0.16, 0.43. Web safe color of #48927b is #339966. Color #48927b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010010 01111011
Octal 110 222 173
Decimal 72 146 123
Hex 48 92 7B

RGB Percentages of Color #48927b

%21.11
%42.82
%36.07

CMYK Percentages of Color #48927b

%51
%0
%16
%43

Triadic Colors of #48927b

#48927b #7b4892 #927b48

Analogous Colors of #48927b

#48927b #488492 #489256

Monochromatic Colors of #48927b

#48927b

Complementary Color

#48927b #92485f

#48927b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48927b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48927b Color CSS Codes

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

#48927b Text Font Color

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

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


#48927b Background Color

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

This div background color is #48927b


#48927b Border Color

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

This div border color is #48927b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48927b


Comments

No comments written yet.

Please login to write comment.