COLOR #988F65

HEX: #988F65
RGB: (152,143,101)

Color info

#988F65 contains red, green and blue colors in about the same proportion. Web safe color of #988F65 is #999966 (or #996).

RGB color model

#988F65 color RGB value is (152,143,101).

  • red value is 152;
  • green value is 143;
  • blue value is 101.
RGB:
(152,143,101)
(60%,56%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 101 of 255 = 40%

152
143
101

R + G + B ~ 52%. #988F65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 101 = 396 (100%)
R 152 of 396 ~ 38.38%
G 143 of 396 ~ 36.11%
B 101 of 396 ~ 25.51%

%38.38
%36.11
%25.51

CMYK color model

#988F65 color CMYK value is (0,6,34,40).

  • cyan value is 0.00%
  • magenta value is 5.92%
  • yellow value is 33.55%
  • key color value is 40.39%
CMYK:
(0,6,34,40)
C0M6Y34K40 
(0%,6%,34%,40%)
(0.00/0.06/0.34/0.40)	

CMYK percentages

%0
%5.92
%33.55
%40.39

Codes

Color #988F65 in popluar color models

988F65
RGB152143101
HSL49°20.16%49.61%
HSB/HSV49°33.55%59.61%
CMYK0.00%5.92%33.55%
40.39%

Color #988F65 in popluar number systems.

HEX988F65
Decimal152143101
Binary10011000100011111100101
Octal230217145

Shades and tints

Shades of #988F65

#988F65
(152,143,101)
#8B825C
(139,130,92)
#7E7553
(126,117,83)
#71684A
(113,104,74)
#645B41
(100,91,65)
#574E38
(87,78,56)
#4A412F
(74,65,47)
#3D3426
(61,52,38)
#30271D
(48,39,29)
#231A14
(35,26,20)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #988F65

#988F65
(152,143,101)
#A19973
(161,153,115)
#AAA381
(170,163,129)
#B3AD8F
(179,173,143)
#BCB79D
(188,183,157)
#C5C1AB
(197,193,171)
#CECBB9
(206,203,185)
#D7D5C7
(215,213,199)
#E0DFD5
(224,223,213)
#E9E9E3
(233,233,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988F65 color. Also use rgb(152,143,101) instead hex code.

Text Font Color

.myTextColor { color: #988F65; }

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

This text font color is #988F65.


Background Color

.myBgColor { background-color: #988F65; }

<div style="background-color:#988F65">Inner text</div>

This div background color is #988F65.


Border color

.myBorderColor { border: 1px solid #988F65; }

<div style="border:3px solid #988F65">Div</div>

This div border color is #988F65.


Opacity

.myOpacity80 { color: #988F65; opacity: 0.8; }

<p style="color:#988F65;opacity:0.8;">80%</p>

Text with #988F65 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 #988F65;}

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

This text has shadow with #988F65 color.

.textShadow {text-shadow: 3px 3px 1px #988F65, 3px 3px 1px red;}

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

This text has shadow with #988F65 primary color and red secondary color.


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

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

This text has shadow with #988F65 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988F65 on black background.


Color preview on white background

This text has color #988F65 on white background.



Black color preview on #988F65 background

This text has black color on #988F65 background.


White color preview on #988F65 background

This text has white color on #988F65 background.