Color Hex Logo

#985d2b Color Hex

#985D2B
(152,93,43)
0 Favorites   0 Comments

Color spaces of #985d2b

RGB 1529343
HSL0.080.560.38
HSV28°72°60°
CMYK 0.000.390.72   0.40
XYZ17.299314.67854.2070
Yxy14.67850.47810.4057
Hunter Lab38.312513.551420.3083
CIE-Lab45.190719.603737.8875

#985d2b color RGB value is (152,93,43).

#985d2b hex color red value is 152, green value is 93 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #985d2b hue: 0.08 , saturation: 0.56 and the lightness value of 985d2b is 0.38.

The process color (four color CMYK) of #985d2b color hex is 0.00, 0.39, 0.72, 0.40. Web safe color of #985d2b is #996633. Color #985d2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011101 00101011
Octal 230 135 53
Decimal 152 93 43
Hex 98 5D 2B

RGB Percentages of Color #985d2b

%52.78
%32.29
%14.93

CMYK Percentages of Color #985d2b

%0
%39
%72
%40

Triadic Colors of #985d2b

#985d2b #2b985d #5d2b98

Analogous Colors of #985d2b

#985d2b #98942b #982b30

Monochromatic Colors of #985d2b

#985d2b

Complementary Color

#985d2b #2b6698

#985d2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985d2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#985d2b Color CSS Codes

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

#985d2b Text Font Color

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

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


#985d2b Background Color

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

This div background color is #985d2b


#985d2b Border Color

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

This div border color is #985d2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,93,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985d2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985d2b;
  -webkit-box-shadow: 1px 1px 3px 2px #985d2b;
  box-shadow:         1px 1px 3px 2px #985d2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,93,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985d2b


Comments

No comments written yet.

Please login to write comment.