COLOR #988368

HEX: #988368
RGB: (152,131,104)

Color info

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

RGB color model

#988368 color RGB value is (152,131,104).

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

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 104 of 255 = 41%

152
131
104

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

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 104 = 387 (100%)
R 152 of 387 ~ 39.28%
G 131 of 387 ~ 33.85%
B 104 of 387 ~ 26.87%

%39.28
%33.85
%26.87

CMYK color model

#988368 color CMYK value is (0,14,32,40).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(0,14,32,40)
C0M14Y32K40 
(0%,14%,32%,40%)
(0.00/0.14/0.32/0.40)	

CMYK percentages

%0
%13.82
%31.58
%40.39

Codes

Color #988368 in popluar color models

988368
RGB152131104
HSL34°18.90%50.20%
HSB/HSV34°31.58%59.61%
CMYK0.00%13.82%31.58%
40.39%

Color #988368 in popluar number systems.

HEX988368
Decimal152131104
Binary10011000100000111101000
Octal230203150

Shades and tints

Shades of #988368

#988368
(152,131,104)
#8B785F
(139,120,95)
#7E6D56
(126,109,86)
#71624D
(113,98,77)
#645744
(100,87,68)
#574C3B
(87,76,59)
#4A4132
(74,65,50)
#3D3629
(61,54,41)
#302B20
(48,43,32)
#232017
(35,32,23)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #988368

#988368
(152,131,104)
#A18E75
(161,142,117)
#AA9982
(170,153,130)
#B3A48F
(179,164,143)
#BCAF9C
(188,175,156)
#C5BAA9
(197,186,169)
#CEC5B6
(206,197,182)
#D7D0C3
(215,208,195)
#E0DBD0
(224,219,208)
#E9E6DD
(233,230,221)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988368; }

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

This text font color is #988368.


Background Color

.myBgColor { background-color: #988368; }

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

This div background color is #988368.


Border color

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

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

This div border color is #988368.


Opacity

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

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

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

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

This text has shadow with #988368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988368 on black background.


Color preview on white background

This text has color #988368 on white background.



Black color preview on #988368 background

This text has black color on #988368 background.


White color preview on #988368 background

This text has white color on #988368 background.