Color Hex Logo

#98635b Color Hex

#98635B
(152,99,91)
1 Favorites   0 Comments

Color spaces of #98635b

RGB 1529991
HSL0.020.250.48
HSV40°60°
CMYK 0.000.350.40   0.40
XYZ19.299116.354412.0371
Yxy16.35440.40470.3429
Hunter Lab40.440614.413010.6608
CIE-Lab47.436120.448413.3844

#98635b color RGB value is (152,99,91).

#98635b hex color red value is 152, green value is 99 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #98635b hue: 0.02 , saturation: 0.25 and the lightness value of 98635b is 0.48.

The process color (four color CMYK) of #98635b color hex is 0.00, 0.35, 0.40, 0.40. Web safe color of #98635b is #996666. Color #98635b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100011 01011011
Octal 230 143 133
Decimal 152 99 91
Hex 98 63 5B

RGB Percentages of Color #98635b

%44.44
%28.95
%26.61

CMYK Percentages of Color #98635b

%0
%35
%40
%40

Triadic Colors of #98635b

#98635b #5b9863 #635b98

Analogous Colors of #98635b

#98635b #98825b #985b72

Monochromatic Colors of #98635b

#98635b

Complementary Color

#98635b #5b9098

#98635b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98635b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98635b Color CSS Codes

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

#98635b Text Font Color

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

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


#98635b Background Color

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

This div background color is #98635b


#98635b Border Color

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

This div border color is #98635b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,99,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98635b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98635b;
  -webkit-box-shadow: 1px 1px 3px 2px #98635b;
  box-shadow:         1px 1px 3px 2px #98635b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98635b


Comments

No comments written yet.

Please login to write comment.