Color Hex Logo

#985041 Color Hex

#985041
(152,80,65)
0 Favorites   0 Comments

Color spaces of #985041

RGB 1528065
HSL0.030.400.43
HSV10°57°60°
CMYK 0.000.470.57   0.40
XYZ16.771712.79446.5866
Yxy12.79440.46390.3539
Hunter Lab35.769321.099914.1207
CIE-Lab42.451828.498722.2680

#985041 color RGB value is (152,80,65).

#985041 hex color red value is 152, green value is 80 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #985041 hue: 0.03 , saturation: 0.40 and the lightness value of 985041 is 0.43.

The process color (four color CMYK) of #985041 color hex is 0.00, 0.47, 0.57, 0.40. Web safe color of #985041 is #996633. Color #985041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010000 01000001
Octal 230 120 101
Decimal 152 80 65
Hex 98 50 41

RGB Percentages of Color #985041

%51.18
%26.94
%21.89

CMYK Percentages of Color #985041

%0
%47
%57
%40

Triadic Colors of #985041

#985041 #419850 #504198

Analogous Colors of #985041

#985041 #987c41 #98415d

Monochromatic Colors of #985041

#985041

Complementary Color

#985041 #418998

#985041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985041 Color CSS Codes

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

#985041 Text Font Color

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

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


#985041 Background Color

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

This div background color is #985041


#985041 Border Color

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

This div border color is #985041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,80,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 #985041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985041


Comments

No comments written yet.

Please login to write comment.