Color Hex Logo

#61504d Color Hex

#61504D
(97,80,77)
0 Favorites   0 Comments

Color spaces of #61504d

RGB 978077
HSL0.030.110.34
HSV21°38°
CMYK 0.000.180.21   0.62
XYZ9.13808.81458.2409
Yxy8.81450.34890.3365
Hunter Lab29.68922.98414.3252
CIE-Lab35.62476.53554.4085

#61504d color RGB value is (97,80,77).

#61504d hex color red value is 97, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #61504d hue: 0.03 , saturation: 0.11 and the lightness value of 61504d is 0.34.

The process color (four color CMYK) of #61504d color hex is 0.00, 0.18, 0.21, 0.62. Web safe color of #61504d is #666666. Color #61504d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 01001101
Octal 141 120 115
Decimal 97 80 77
Hex 61 50 4D

RGB Percentages of Color #61504d

%38.19
%31.50
%30.31

CMYK Percentages of Color #61504d

%0
%18
%21
%62

Triadic Colors of #61504d

#61504d #4d6150 #504d61

Analogous Colors of #61504d

#61504d #615a4d #614d54

Monochromatic Colors of #61504d

#61504d

Complementary Color

#61504d #4d5e61

#61504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61504d Color CSS Codes

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

#61504d Text Font Color

<p style="color:#61504d">Text here</p>

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


#61504d Background Color

<div style="background-color:#61504d">
Div content here</div>

This div background color is #61504d


#61504d Border Color

<div style="border:3px solid #61504d">
Div here</div>

This div border color is #61504d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,80,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61504d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61504d;
  -webkit-box-shadow: 1px 1px 3px 2px #61504d;
  box-shadow:         1px 1px 3px 2px #61504d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61504d


Comments

No comments written yet.

Please login to write comment.