Color Hex Logo

#48767a Color Hex

#48767A
(72,118,122)
0 Favorites   0 Comments

Color spaces of #48767a

RGB 72118122
HSL0.510.260.38
HSV185°41°48°
CMYK 0.410.030.00   0.52
XYZ12.663815.739720.7830
Yxy15.73970.25750.3200
Hunter Lab39.6733-12.4507-3.2880
CIE-Lab46.6311-14.5866-7.1694

#48767a color RGB value is (72,118,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 01111010
Octal 110 166 172
Decimal 72 118 122
Hex 48 76 7A

RGB Percentages of Color #48767a

%23.08
%37.82
%39.10

CMYK Percentages of Color #48767a

%41
%3
%0
%52

Triadic Colors of #48767a

#48767a #7a4876 #767a48

Analogous Colors of #48767a

#48767a #485d7a #487a65

Monochromatic Colors of #48767a

#48767a

Complementary Color

#48767a #7a4c48

#48767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48767a Color CSS Codes

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

#48767a Text Font Color

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

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


#48767a Background Color

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

This div background color is #48767a


#48767a Border Color

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

This div border color is #48767a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,118,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #48767a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48767a


Comments

No comments written yet.

Please login to write comment.