COLOR #988453

HEX: #988453
RGB: (152,132,83)

Color info

#988453 contains mainly red and green colors. Web safe color of #988453 is #999966 (or #996).

RGB color model

#988453 color RGB value is (152,132,83).

  • red value is 152;
  • green value is 132;
  • blue value is 83.
RGB:
(152,132,83)
(60%,52%,33%)

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 83 of 255 = 33%

152
132
83

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

Portions of RGB colors in percentages

R + G + B =
152 + 132 + 83 = 367 (100%)
R 152 of 367 ~ 41.42%
G 132 of 367 ~ 35.97%
B 83 of 367 ~ 22.62%

%41.42
%35.97
%22.62

CMYK color model

#988453 color CMYK value is (0,13,45,40).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 45.39%
  • key color value is 40.39%
CMYK:
(0,13,45,40)
C0M13Y45K40 
(0%,13%,45%,40%)
(0.00/0.13/0.45/0.40)	

CMYK percentages

%0
%13.16
%45.39
%40.39

Codes

Color #988453 in popluar color models

988453
RGB15213283
HSL43°29.36%46.08%
HSB/HSV43°45.39%59.61%
CMYK0.00%13.16%45.39%
40.39%

Color #988453 in popluar number systems.

HEX988453
Decimal15213283
Binary10011000100001001010011
Octal230204123

Shades and tints

Shades of #988453

#988453
(152,132,83)
#8B784C
(139,120,76)
#7E6C45
(126,108,69)
#71603E
(113,96,62)
#645437
(100,84,55)
#574830
(87,72,48)
#4A3C29
(74,60,41)
#3D3022
(61,48,34)
#30241B
(48,36,27)
#231814
(35,24,20)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #988453

#988453
(152,132,83)
#A18F62
(161,143,98)
#AA9A71
(170,154,113)
#B3A580
(179,165,128)
#BCB08F
(188,176,143)
#C5BB9E
(197,187,158)
#CEC6AD
(206,198,173)
#D7D1BC
(215,209,188)
#E0DCCB
(224,220,203)
#E9E7DA
(233,231,218)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988453 color. Also use rgb(152,132,83) instead hex code.

Text Font Color

.myTextColor { color: #988453; }

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

This text font color is #988453.


Background Color

.myBgColor { background-color: #988453; }

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

This div background color is #988453.


Border color

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

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

This div border color is #988453.


Opacity

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

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

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

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

This text has shadow with #988453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988453 on black background.


Color preview on white background

This text has color #988453 on white background.



Black color preview on #988453 background

This text has black color on #988453 background.


White color preview on #988453 background

This text has white color on #988453 background.