Color Hex Logo

#50484b Color Hex

#50484B
(80,72,75)
0 Favorites   0 Comments

Color spaces of #50484b

RGB 807275
HSL0.940.050.30
HSV338°10°31°
CMYK 0.000.100.06   0.69
XYZ6.89566.84827.6150
Yxy6.84820.32280.3206
Hunter Lab26.16911.23921.0654
CIE-Lab31.45883.9723-0.5756

#50484b color RGB value is (80,72,75).

#50484b hex color red value is 80, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #50484b hue: 0.94 , saturation: 0.05 and the lightness value of 50484b is 0.30.

The process color (four color CMYK) of #50484b color hex is 0.00, 0.10, 0.06, 0.69. Web safe color of #50484b is #663333. Color #50484b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 01001011
Octal 120 110 113
Decimal 80 72 75
Hex 50 48 4B

RGB Percentages of Color #50484b

%35.24
%31.72
%33.04

CMYK Percentages of Color #50484b

%0
%10
%6
%69

Triadic Colors of #50484b

#50484b #4b5048 #484b50

Analogous Colors of #50484b

#50484b #504948 #50484f

Monochromatic Colors of #50484b

#50484b

Complementary Color

#50484b #48504d

#50484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50484b Color CSS Codes

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

#50484b Text Font Color

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

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


#50484b Background Color

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

This div background color is #50484b


#50484b Border Color

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

This div border color is #50484b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50484b


Comments

No comments written yet.

Please login to write comment.