COLOR #ABAB53

HEX: #ABAB53
RGB: (171,171,83)

Color info

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

RGB color model

#ABAB53 color RGB value is (171,171,83).

  • red value is 171;
  • green value is 171;
  • blue value is 83.
RGB:
(171,171,83)
(67%,67%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 83 of 255 = 33%

171
171
83

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 83 = 425 (100%)
R 171 of 425 ~ 40.24%
G 171 of 425 ~ 40.24%
B 83 of 425 ~ 19.53%

%40.24
%40.24
%19.53

CMYK color model

#ABAB53 color CMYK value is (0,0,51,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK:
(0,0,51,33)
C0M0Y51K33 
(0%,0%,51%,33%)
(0.00/0.00/0.51/0.33)	

CMYK percentages

%0
%0
%51.46
%32.94

Codes

Color #ABAB53 in popluar color models

ABAB53
RGB17117183
HSL60°34.65%49.80%
HSB/HSV60°51.46%67.06%
CMYK0.00%0.00%51.46%
32.94%

Color #ABAB53 in popluar number systems.

HEXABAB53
Decimal17117183
Binary10101011101010111010011
Octal253253123

Shades and tints

Shades of #ABAB53

#ABAB53
(171,171,83)
#9C9C4C
(156,156,76)
#8D8D45
(141,141,69)
#7E7E3E
(126,126,62)
#6F6F37
(111,111,55)
#606030
(96,96,48)
#515129
(81,81,41)
#424222
(66,66,34)
#33331B
(51,51,27)
#242414
(36,36,20)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #ABAB53

#ABAB53
(171,171,83)
#B2B262
(178,178,98)
#B9B971
(185,185,113)
#C0C080
(192,192,128)
#C7C78F
(199,199,143)
#CECE9E
(206,206,158)
#D5D5AD
(213,213,173)
#DCDCBC
(220,220,188)
#E3E3CB
(227,227,203)
#EAEADA
(234,234,218)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB53; }

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

This text font color is #ABAB53.


Background Color

.myBgColor { background-color: #ABAB53; }

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

This div background color is #ABAB53.


Border color

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

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

This div border color is #ABAB53.


Opacity

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

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

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

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

This text has shadow with #ABAB53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAB53 on black background.


Color preview on white background

This text has color #ABAB53 on white background.



Black color preview on #ABAB53 background

This text has black color on #ABAB53 background.


White color preview on #ABAB53 background

This text has white color on #ABAB53 background.