Color Hex Logo

#908c7d Color Hex

#908C7D
(144,140,125)
0 Favorites   0 Comments

Color spaces of #908c7d

RGB 144140125
HSL0.130.080.53
HSV47°13°56°
CMYK 0.000.030.13   0.44
XYZ24.581426.166123.1570
Yxy26.16610.33260.3541
Hunter Lab51.1528-3.73958.9662
CIE-Lab58.1944-1.24228.5397

#908c7d color RGB value is (144,140,125).

#908c7d hex color red value is 144, green value is 140 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #908c7d hue: 0.13 , saturation: 0.08 and the lightness value of 908c7d is 0.53.

The process color (four color CMYK) of #908c7d color hex is 0.00, 0.03, 0.13, 0.44. Web safe color of #908c7d is #999966. Color #908c7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001100 01111101
Octal 220 214 175
Decimal 144 140 125
Hex 90 8C 7D

RGB Percentages of Color #908c7d

%35.21
%34.23
%30.56

CMYK Percentages of Color #908c7d

%0
%3
%13
%44

Triadic Colors of #908c7d

#908c7d #7d908c #8c7d90

Analogous Colors of #908c7d

#908c7d #8b907d #90837d

Monochromatic Colors of #908c7d

#908c7d

Complementary Color

#908c7d #7d8190

#908c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#908c7d Color CSS Codes

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

#908c7d Text Font Color

<p style="color:#908c7d">Text here</p>

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


#908c7d Background Color

<div style="background-color:#908c7d">
Div content here</div>

This div background color is #908c7d


#908c7d Border Color

<div style="border:3px solid #908c7d">
Div here</div>

This div border color is #908c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,140,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #908c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #908c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #908c7d;
  box-shadow:         1px 1px 3px 2px #908c7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,140,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908c7d


Comments

No comments written yet.

Please login to write comment.