Color Hex Logo

#48767b Color Hex

#48767B
(72,118,123)
0 Favorites   0 Comments

Color spaces of #48767b

RGB 72118123
HSL0.520.260.38
HSV186°41°48°
CMYK 0.410.040.00   0.52
XYZ12.726115.764621.1110
Yxy15.76460.25660.3178
Hunter Lab39.7047-12.2705-3.7313
CIE-Lab46.6641-14.3108-7.7151

#48767b color RGB value is (72,118,123).

#48767b hex color red value is 72, green value is 118 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #48767b hue: 0.52 , saturation: 0.26 and the lightness value of 48767b is 0.38.

The process color (four color CMYK) of #48767b color hex is 0.41, 0.04, 0.00, 0.52. Web safe color of #48767b is #336666. Color #48767b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 01111011
Octal 110 166 173
Decimal 72 118 123
Hex 48 76 7B

RGB Percentages of Color #48767b

%23.00
%37.70
%39.30

CMYK Percentages of Color #48767b

%41
%4
%0
%52

Triadic Colors of #48767b

#48767b #7b4876 #767b48

Analogous Colors of #48767b

#48767b #485d7b #487b67

Monochromatic Colors of #48767b

#48767b

Complementary Color

#48767b #7b4d48

#48767b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48767b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48767b Color CSS Codes

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

#48767b Text Font Color

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

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


#48767b Background Color

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

This div background color is #48767b


#48767b Border Color

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

This div border color is #48767b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48767b


Comments

No comments written yet.

Please login to write comment.