Color Hex Logo

#908139 Color Hex

#908139
(144,129,57)
0 Favorites   0 Comments

Color spaces of #908139

RGB 14412957
HSL0.140.430.39
HSV50°60°56°
CMYK 0.000.100.60   0.44
XYZ20.090421.92527.0440
Yxy21.92520.40950.4469
Hunter Lab46.8244-5.355623.8578
CIE-Lab53.9476-3.655540.3114

#908139 color RGB value is (144,129,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000001 00111001
Octal 220 201 71
Decimal 144 129 57
Hex 90 81 39

RGB Percentages of Color #908139

%43.64
%39.09
%17.27

CMYK Percentages of Color #908139

%0
%10
%60
%44

Triadic Colors of #908139

#908139 #399081 #813990

Analogous Colors of #908139

#908139 #749039 #905639

Monochromatic Colors of #908139

#908139

Complementary Color

#908139 #394890

#908139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908139 Color CSS Codes

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

#908139 Text Font Color

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

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


#908139 Background Color

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

This div background color is #908139


#908139 Border Color

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

This div border color is #908139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908139


Comments

No comments written yet.

Please login to write comment.