COLOR #988723

HEX: #988723
RGB: (152,135,35)

Color info

#988723 contains mainly red and green colors. Web safe color of #988723 is #999933 (or #993).

RGB color model

#988723 color RGB value is (152,135,35).

  • red value is 152;
  • green value is 135;
  • blue value is 35.
RGB:
(152,135,35)
(60%,53%,14%)

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 35 of 255 = 14%

152
135
35

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 35 = 322 (100%)
R 152 of 322 ~ 47.2%
G 135 of 322 ~ 41.93%
B 35 of 322 ~ 10.87%

%47.2
%41.93
%10.87

CMYK color model

#988723 color CMYK value is (0,11,77,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 76.97%
  • key color value is 40.39%
CMYK:
(0,11,77,40)
C0M11Y77K40 
(0%,11%,77%,40%)
(0.00/0.11/0.77/0.40)	

CMYK percentages

%0
%11.18
%76.97
%40.39

Codes

Color #988723 in popluar color models

988723
RGB15213535
HSL51°62.57%36.67%
HSB/HSV51°76.97%59.61%
CMYK0.00%11.18%76.97%
40.39%

Color #988723 in popluar number systems.

HEX988723
Decimal15213535
Binary1001100010000111100011
Octal23020743

Shades and tints

Shades of #988723

#988723
(152,135,35)
#8B7B20
(139,123,32)
#7E6F1D
(126,111,29)
#71631A
(113,99,26)
#645717
(100,87,23)
#574B14
(87,75,20)
#4A3F11
(74,63,17)
#3D330E
(61,51,14)
#30270B
(48,39,11)
#231B08
(35,27,8)
#160F05
(22,15,5)
#000000
(0,0,0)

Tints of #988723

#988723
(152,135,35)
#A19137
(161,145,55)
#AA9B4B
(170,155,75)
#B3A55F
(179,165,95)
#BCAF73
(188,175,115)
#C5B987
(197,185,135)
#CEC39B
(206,195,155)
#D7CDAF
(215,205,175)
#E0D7C3
(224,215,195)
#E9E1D7
(233,225,215)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988723 color. Also use rgb(152,135,35) instead hex code.

Text Font Color

.myTextColor { color: #988723; }

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

This text font color is #988723.


Background Color

.myBgColor { background-color: #988723; }

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

This div background color is #988723.


Border color

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

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

This div border color is #988723.


Opacity

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

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

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

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

This text has shadow with #988723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988723 on black background.


Color preview on white background

This text has color #988723 on white background.



Black color preview on #988723 background

This text has black color on #988723 background.


White color preview on #988723 background

This text has white color on #988723 background.