Color Hex Logo

#48817b Color Hex

#48817B
(72,129,123)
0 Favorites   0 Comments

Color spaces of #48817b

RGB 72129123
HSL0.480.280.39
HSV174°44°51°
CMYK 0.440.000.05   0.49
XYZ14.097918.508321.5683
Yxy18.50830.26020.3416
Hunter Lab43.0213-16.79350.3904
CIE-Lab50.1069-20.2711-2.6092

#48817b color RGB value is (72,129,123).

#48817b hex color red value is 72, green value is 129 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #48817b hue: 0.48 , saturation: 0.28 and the lightness value of 48817b is 0.39.

The process color (four color CMYK) of #48817b color hex is 0.44, 0.00, 0.05, 0.49. Web safe color of #48817b is #339966. Color #48817b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000001 01111011
Octal 110 201 173
Decimal 72 129 123
Hex 48 81 7B

RGB Percentages of Color #48817b

%22.22
%39.81
%37.96

CMYK Percentages of Color #48817b

%44
%0
%5
%49

Triadic Colors of #48817b

#48817b #7b4881 #817b48

Analogous Colors of #48817b

#48817b #486b81 #48815f

Monochromatic Colors of #48817b

#48817b

Complementary Color

#48817b #81484e

#48817b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48817b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48817b Color CSS Codes

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

#48817b Text Font Color

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

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


#48817b Background Color

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

This div background color is #48817b


#48817b Border Color

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

This div border color is #48817b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48817b


Comments

No comments written yet.

Please login to write comment.