COLOR #98755C

HEX: #98755C
RGB: (152,117,92)

Color info

#98755C contains mainly red and green colors. Web safe color of #98755C is #996666 (or #966).

RGB color model

#98755C color RGB value is (152,117,92).

  • red value is 152;
  • green value is 117;
  • blue value is 92.
RGB:
(152,117,92)
(60%,46%,36%)

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 92 of 255 = 36%

152
117
92

R + G + B ~ 47%. #98755C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 92 = 361 (100%)
R 152 of 361 ~ 42.11%
G 117 of 361 ~ 32.41%
B 92 of 361 ~ 25.48%

%42.11
%32.41
%25.48

CMYK color model

#98755C color CMYK value is (0,23,39,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 39.47%
  • key color value is 40.39%
CMYK:
(0,23,39,40)
C0M23Y39K40 
(0%,23%,39%,40%)
(0.00/0.23/0.39/0.40)	

CMYK percentages

%0
%23.03
%39.47
%40.39

Codes

Color #98755C in popluar color models

98755C
RGB15211792
HSL25°24.59%47.84%
HSB/HSV25°39.47%59.61%
CMYK0.00%23.03%39.47%
40.39%

Color #98755C in popluar number systems.

HEX98755C
Decimal15211792
Binary1001100011101011011100
Octal230165134

Shades and tints

Shades of #98755C

#98755C
(152,117,92)
#8B6B54
(139,107,84)
#7E614C
(126,97,76)
#715744
(113,87,68)
#644D3C
(100,77,60)
#574334
(87,67,52)
#4A392C
(74,57,44)
#3D2F24
(61,47,36)
#30251C
(48,37,28)
#231B14
(35,27,20)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #98755C

#98755C
(152,117,92)
#A1816A
(161,129,106)
#AA8D78
(170,141,120)
#B39986
(179,153,134)
#BCA594
(188,165,148)
#C5B1A2
(197,177,162)
#CEBDB0
(206,189,176)
#D7C9BE
(215,201,190)
#E0D5CC
(224,213,204)
#E9E1DA
(233,225,218)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98755C color. Also use rgb(152,117,92) instead hex code.

Text Font Color

.myTextColor { color: #98755C; }

<p style="color:#98755C">This sample text font color is #98755C.</p>

This text font color is #98755C.


Background Color

.myBgColor { background-color: #98755C; }

<div style="background-color:#98755C">Inner text</div>

This div background color is #98755C.


Border color

.myBorderColor { border: 1px solid #98755C; }

<div style="border:3px solid #98755C">Div</div>

This div border color is #98755C.


Opacity

.myOpacity80 { color: #98755C; opacity: 0.8; }

<p style="color:#98755C;opacity:0.8;">80%</p>

Text with #98755C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #98755C;}

<p style="text-shadow: 3px 3px 1px #98755C">Text here.</p>

This text has shadow with #98755C color.

.textShadow {text-shadow: 3px 3px 1px #98755C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #98755C, 5px 5px 20px red">Text here.</p>

This text has shadow with #98755C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#98755C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#98755C, Direction=45, Strength=4)">Text</p>

This text has shadow with #98755C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #98755C;
  -webkit-box-shadow:	1px 1px 3px 2px #98755C;
  box-shadow:		1px 1px 3px 2px #98755C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #98755C;
-webkit-box-shadow: 1px 1px 3px 2px #98755C;
box-shadow:1px 1px 3px 2px #98755C;">
Div content here</div>
This div box has shadow with color #98755C.

Preview

Color preview on black background

This text has color #98755C on black background.


Color preview on white background

This text has color #98755C on white background.



Black color preview on #98755C background

This text has black color on #98755C background.


White color preview on #98755C background

This text has white color on #98755C background.