COLOR #AB034B

HEX: #AB034B
RGB: (171,3,75)

Color info

#AB034B contains mainly red color. Web safe color of #AB034B is #990033 (or #903).

RGB color model

#AB034B color RGB value is (171,3,75).

  • red value is 171;
  • green value is 3;
  • blue value is 75.
RGB:
(171,3,75)
(67%,1%,29%)

RGB channels and saturation

R 171 of 255 = 67%
G 3 of 255 = 1%
B 75 of 255 = 29%

171
3
75

R + G + B ~ 32%. #AB034B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 3 + 75 = 249 (100%)
R 171 of 249 ~ 68.67%
G 3 of 249 ~ 1.2%
B 75 of 249 ~ 30.12%

%68.67
%30.12

CMYK color model

#AB034B color CMYK value is (0,98,56,33).

  • cyan value is 0.00%
  • magenta value is 98.25%
  • yellow value is 56.14%
  • key color value is 32.94%
CMYK:
(0,98,56,33)
C0M98Y56K33 
(0%,98%,56%,33%)
(0.00/0.98/0.56/0.33)	

CMYK percentages

%0
%98.25
%56.14
%32.94

Codes

Color #AB034B in popluar color models

AB034B
RGB171375
HSL334°96.55%34.12%
HSB/HSV334°98.25%67.06%
CMYK0.00%98.25%56.14%
32.94%

Color #AB034B in popluar number systems.

HEXAB034B
Decimal171375
Binary10101011111001011
Octal2533113

Shades and tints

Shades of #AB034B

#AB034B
(171,3,75)
#9C0345
(156,3,69)
#8D033F
(141,3,63)
#7E0339
(126,3,57)
#6F0333
(111,3,51)
#60032D
(96,3,45)
#510327
(81,3,39)
#420321
(66,3,33)
#33031B
(51,3,27)
#240315
(36,3,21)
#15030F
(21,3,15)
#000000
(0,0,0)

Tints of #AB034B

#AB034B
(171,3,75)
#B2195B
(178,25,91)
#B92F6B
(185,47,107)
#C0457B
(192,69,123)
#C75B8B
(199,91,139)
#CE719B
(206,113,155)
#D587AB
(213,135,171)
#DC9DBB
(220,157,187)
#E3B3CB
(227,179,203)
#EAC9DB
(234,201,219)
#F1DFEB
(241,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB034B; }

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

This text font color is #AB034B.


Background Color

.myBgColor { background-color: #AB034B; }

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

This div background color is #AB034B.


Border color

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

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

This div border color is #AB034B.


Opacity

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

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

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

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

This text has shadow with #AB034B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB034B on black background.


Color preview on white background

This text has color #AB034B on white background.



Black color preview on #AB034B background

This text has black color on #AB034B background.


White color preview on #AB034B background

This text has white color on #AB034B background.