COLOR #AB7D37

HEX: #AB7D37
RGB: (171,125,55)

Color info

#AB7D37 contains mainly red and green colors. Web safe color of #AB7D37 is #996633 (or #963).

RGB color model

#AB7D37 color RGB value is (171,125,55).

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

RGB channels and saturation

R 171 of 255 = 67%
G 125 of 255 = 49%
B 55 of 255 = 22%

171
125
55

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

Portions of RGB colors in percentages

R + G + B =
171 + 125 + 55 = 351 (100%)
R 171 of 351 ~ 48.72%
G 125 of 351 ~ 35.61%
B 55 of 351 ~ 15.67%

%48.72
%35.61
%15.67

CMYK color model

#AB7D37 color CMYK value is (0,27,68,33).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 67.84%
  • key color value is 32.94%
CMYK:
(0,27,68,33)
C0M27Y68K33 
(0%,27%,68%,33%)
(0.00/0.27/0.68/0.33)	

CMYK percentages

%0
%26.9
%67.84
%32.94

Codes

Color #AB7D37 in popluar color models

AB7D37
RGB17112555
HSL36°51.33%44.31%
HSB/HSV36°67.84%67.06%
CMYK0.00%26.90%67.84%
32.94%

Color #AB7D37 in popluar number systems.

HEXAB7D37
Decimal17112555
Binary101010111111101110111
Octal25317567

Shades and tints

Shades of #AB7D37

#AB7D37
(171,125,55)
#9C7232
(156,114,50)
#8D672D
(141,103,45)
#7E5C28
(126,92,40)
#6F5123
(111,81,35)
#60461E
(96,70,30)
#513B19
(81,59,25)
#423014
(66,48,20)
#33250F
(51,37,15)
#241A0A
(36,26,10)
#150F05
(21,15,5)
#000000
(0,0,0)

Tints of #AB7D37

#AB7D37
(171,125,55)
#B28849
(178,136,73)
#B9935B
(185,147,91)
#C09E6D
(192,158,109)
#C7A97F
(199,169,127)
#CEB491
(206,180,145)
#D5BFA3
(213,191,163)
#DCCAB5
(220,202,181)
#E3D5C7
(227,213,199)
#EAE0D9
(234,224,217)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7D37; }

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

This text font color is #AB7D37.


Background Color

.myBgColor { background-color: #AB7D37; }

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

This div background color is #AB7D37.


Border color

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

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

This div border color is #AB7D37.


Opacity

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

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

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

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

This text has shadow with #AB7D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7D37 on black background.


Color preview on white background

This text has color #AB7D37 on white background.



Black color preview on #AB7D37 background

This text has black color on #AB7D37 background.


White color preview on #AB7D37 background

This text has white color on #AB7D37 background.