COLOR #AF5E37

HEX: #AF5E37
RGB: (175,94,55)

Color info

#AF5E37 contains mainly red color. Web safe color of #AF5E37 is #996633 (or #963).

RGB color model

#AF5E37 color RGB value is (175,94,55).

  • red value is 175;
  • green value is 94;
  • blue value is 55.
RGB:
(175,94,55)
(69%,37%,22%)

RGB channels and saturation

R 175 of 255 = 69%
G 94 of 255 = 37%
B 55 of 255 = 22%

175
94
55

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

Portions of RGB colors in percentages

R + G + B =
175 + 94 + 55 = 324 (100%)
R 175 of 324 ~ 54.01%
G 94 of 324 ~ 29.01%
B 55 of 324 ~ 16.98%

%54.01
%29.01
%16.98

CMYK color model

#AF5E37 color CMYK value is (0,46,69,31).

  • cyan value is 0.00%
  • magenta value is 46.29%
  • yellow value is 68.57%
  • key color value is 31.37%
CMYK:
(0,46,69,31)
C0M46Y69K31 
(0%,46%,69%,31%)
(0.00/0.46/0.69/0.31)	

CMYK percentages

%0
%46.29
%68.57
%31.37

Codes

Color #AF5E37 in popluar color models

AF5E37
RGB1759455
HSL20°52.17%45.10%
HSB/HSV20°68.57%68.63%
CMYK0.00%46.29%68.57%
31.37%

Color #AF5E37 in popluar number systems.

HEXAF5E37
Decimal1759455
Binary101011111011110110111
Octal25713667

Shades and tints

Shades of #AF5E37

#AF5E37
(175,94,55)
#A05632
(160,86,50)
#914E2D
(145,78,45)
#824628
(130,70,40)
#733E23
(115,62,35)
#64361E
(100,54,30)
#552E19
(85,46,25)
#462614
(70,38,20)
#371E0F
(55,30,15)
#28160A
(40,22,10)
#190E05
(25,14,5)
#000000
(0,0,0)

Tints of #AF5E37

#AF5E37
(175,94,55)
#B66C49
(182,108,73)
#BD7A5B
(189,122,91)
#C4886D
(196,136,109)
#CB967F
(203,150,127)
#D2A491
(210,164,145)
#D9B2A3
(217,178,163)
#E0C0B5
(224,192,181)
#E7CEC7
(231,206,199)
#EEDCD9
(238,220,217)
#F5EAEB
(245,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5E37 color. Also use rgb(175,94,55) instead hex code.

Text Font Color

.myTextColor { color: #AF5E37; }

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

This text font color is #AF5E37.


Background Color

.myBgColor { background-color: #AF5E37; }

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

This div background color is #AF5E37.


Border color

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

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

This div border color is #AF5E37.


Opacity

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

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

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

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

This text has shadow with #AF5E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5E37 on black background.


Color preview on white background

This text has color #AF5E37 on white background.



Black color preview on #AF5E37 background

This text has black color on #AF5E37 background.


White color preview on #AF5E37 background

This text has white color on #AF5E37 background.