COLOR #AB3761

HEX: #AB3761
RGB: (171,55,97)

Color info

#AB3761 contains mainly red color. Web safe color of #AB3761 is #993366 (or #936).

RGB color model

#AB3761 color RGB value is (171,55,97).

  • red value is 171;
  • green value is 55;
  • blue value is 97.
RGB:
(171,55,97)
(67%,22%,38%)

RGB channels and saturation

R 171 of 255 = 67%
G 55 of 255 = 22%
B 97 of 255 = 38%

171
55
97

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

Portions of RGB colors in percentages

R + G + B =
171 + 55 + 97 = 323 (100%)
R 171 of 323 ~ 52.94%
G 55 of 323 ~ 17.03%
B 97 of 323 ~ 30.03%

%52.94
%17.03
%30.03

CMYK color model

#AB3761 color CMYK value is (0,68,43,33).

  • cyan value is 0.00%
  • magenta value is 67.84%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK:
(0,68,43,33)
C0M68Y43K33 
(0%,68%,43%,33%)
(0.00/0.68/0.43/0.33)	

CMYK percentages

%0
%67.84
%43.27
%32.94

Codes

Color #AB3761 in popluar color models

AB3761
RGB1715597
HSL338°51.33%44.31%
HSB/HSV338°67.84%67.06%
CMYK0.00%67.84%43.27%
32.94%

Color #AB3761 in popluar number systems.

HEXAB3761
Decimal1715597
Binary101010111101111100001
Octal25367141

Shades and tints

Shades of #AB3761

#AB3761
(171,55,97)
#9C3259
(156,50,89)
#8D2D51
(141,45,81)
#7E2849
(126,40,73)
#6F2341
(111,35,65)
#601E39
(96,30,57)
#511931
(81,25,49)
#421429
(66,20,41)
#330F21
(51,15,33)
#240A19
(36,10,25)
#150511
(21,5,17)
#000000
(0,0,0)

Tints of #AB3761

#AB3761
(171,55,97)
#B2496F
(178,73,111)
#B95B7D
(185,91,125)
#C06D8B
(192,109,139)
#C77F99
(199,127,153)
#CE91A7
(206,145,167)
#D5A3B5
(213,163,181)
#DCB5C3
(220,181,195)
#E3C7D1
(227,199,209)
#EAD9DF
(234,217,223)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB3761; }

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

This text font color is #AB3761.


Background Color

.myBgColor { background-color: #AB3761; }

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

This div background color is #AB3761.


Border color

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

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

This div border color is #AB3761.


Opacity

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

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

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

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

This text has shadow with #AB3761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3761 on black background.


Color preview on white background

This text has color #AB3761 on white background.



Black color preview on #AB3761 background

This text has black color on #AB3761 background.


White color preview on #AB3761 background

This text has white color on #AB3761 background.