Color Hex Logo

#908141 Color Hex

#908141
(144,129,65)
0 Favorites   0 Comments

Color spaces of #908141

RGB 14412965
HSL0.140.380.41
HSV49°55°56°
CMYK 0.000.100.55   0.44
XYZ20.306022.01158.1794
Yxy22.01150.40210.4359
Hunter Lab46.9164-4.846722.5049
CIE-Lab54.0392-2.988936.3686

#908141 color RGB value is (144,129,65).

#908141 hex color red value is 144, green value is 129 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #908141 hue: 0.14 , saturation: 0.38 and the lightness value of 908141 is 0.41.

The process color (four color CMYK) of #908141 color hex is 0.00, 0.10, 0.55, 0.44. Web safe color of #908141 is #999933. Color #908141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000001 01000001
Octal 220 201 101
Decimal 144 129 65
Hex 90 81 41

RGB Percentages of Color #908141

%42.60
%38.17
%19.23

CMYK Percentages of Color #908141

%0
%10
%55
%44

Triadic Colors of #908141

#908141 #419081 #814190

Analogous Colors of #908141

#908141 #789041 #905a41

Monochromatic Colors of #908141

#908141

Complementary Color

#908141 #415090

#908141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908141 Color CSS Codes

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

#908141 Text Font Color

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

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


#908141 Background Color

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

This div background color is #908141


#908141 Border Color

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

This div border color is #908141


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,129,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #908141; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #908141;
  -webkit-box-shadow: 1px 1px 3px 2px #908141;
  box-shadow:         1px 1px 3px 2px #908141; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908141


Comments

No comments written yet.

Please login to write comment.