COLOR #988968

HEX: #988968
RGB: (152,137,104)

Color info

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

RGB color model

#988968 color RGB value is (152,137,104).

  • red value is 152;
  • green value is 137;
  • blue value is 104.
RGB:
(152,137,104)
(60%,54%,41%)

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 104 of 255 = 41%

152
137
104

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

Portions of RGB colors in percentages

R + G + B =
152 + 137 + 104 = 393 (100%)
R 152 of 393 ~ 38.68%
G 137 of 393 ~ 34.86%
B 104 of 393 ~ 26.46%

%38.68
%34.86
%26.46

CMYK color model

#988968 color CMYK value is (0,10,32,40).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(0,10,32,40)
C0M10Y32K40 
(0%,10%,32%,40%)
(0.00/0.10/0.32/0.40)	

CMYK percentages

%0
%9.87
%31.58
%40.39

Codes

Color #988968 in popluar color models

988968
RGB152137104
HSL41°18.90%50.20%
HSB/HSV41°31.58%59.61%
CMYK0.00%9.87%31.58%
40.39%

Color #988968 in popluar number systems.

HEX988968
Decimal152137104
Binary10011000100010011101000
Octal230211150

Shades and tints

Shades of #988968

#988968
(152,137,104)
#8B7D5F
(139,125,95)
#7E7156
(126,113,86)
#71654D
(113,101,77)
#645944
(100,89,68)
#574D3B
(87,77,59)
#4A4132
(74,65,50)
#3D3529
(61,53,41)
#302920
(48,41,32)
#231D17
(35,29,23)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #988968

#988968
(152,137,104)
#A19375
(161,147,117)
#AA9D82
(170,157,130)
#B3A78F
(179,167,143)
#BCB19C
(188,177,156)
#C5BBA9
(197,187,169)
#CEC5B6
(206,197,182)
#D7CFC3
(215,207,195)
#E0D9D0
(224,217,208)
#E9E3DD
(233,227,221)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988968 color. Also use rgb(152,137,104) instead hex code.

Text Font Color

.myTextColor { color: #988968; }

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

This text font color is #988968.


Background Color

.myBgColor { background-color: #988968; }

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

This div background color is #988968.


Border color

.myBorderColor { border: 1px solid #988968; }

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

This div border color is #988968.


Opacity

.myOpacity80 { color: #988968; opacity: 0.8; }

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

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

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

This text has shadow with #988968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988968 on black background.


Color preview on white background

This text has color #988968 on white background.



Black color preview on #988968 background

This text has black color on #988968 background.


White color preview on #988968 background

This text has white color on #988968 background.