COLOR #AF472F

HEX: #AF472F
RGB: (175,71,47)

Renk bilgisi

#AF472F contains mainly red color. #AF472F ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#AF472F color RGB value is (175,71,47).

  • kırmız ton 175;
  • yeşil ton 71;
  • mavi ton 47.
RGB:
(175,71,47)
(69%,28%,18%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 71 of 255 = 28%
B 47 of 255 = 18%

175
71
47

R + G + B ~ 38%. #AF472F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 71 + 47 = 293 (100%)
R 175 of 293 ~ 59.73%
G 71 of 293 ~ 24.23%
B 47 of 293 ~ 16.04%

%59.73
%24.23
%16.04

CMYK RENK MODELİ

#AF472F rengi CMYK tonu (0,59,73,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.43%
  • sarı tonu 73.14%
  • ana renk tonu 31.37%
CMYK:
(0,59,73,31)
C0M59Y73K31 
(0%,59%,73%,31%)
(0.00/0.59/0.73/0.31)	

CMYK yüzdeleri

%0
%59.43
%73.14
%31.37

Codes

Color #AF472F in popluar color models

AF472F
RGB1757147
HSL11°57.66%43.53%
HSB/HSV11°73.14%68.63%
CMYK0.00%59.43%73.14%
31.37%

Color #AF472F in popluar number systems.

HEXAF472F
Decimal1757147
Binary101011111000111101111
Octal25710757

Shades and tints

Shades of #AF472F

#AF472F
(175,71,47)
#A0412B
(160,65,43)
#913B27
(145,59,39)
#823523
(130,53,35)
#732F1F
(115,47,31)
#64291B
(100,41,27)
#552317
(85,35,23)
#461D13
(70,29,19)
#37170F
(55,23,15)
#28110B
(40,17,11)
#190B07
(25,11,7)
#000000
(0,0,0)

Tints of #AF472F

#AF472F
(175,71,47)
#B65741
(182,87,65)
#BD6753
(189,103,83)
#C47765
(196,119,101)
#CB8777
(203,135,119)
#D29789
(210,151,137)
#D9A79B
(217,167,155)
#E0B7AD
(224,183,173)
#E7C7BF
(231,199,191)
#EED7D1
(238,215,209)
#F5E7E3
(245,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF472F color. Also use rgb(175,71,47) instead hex code.

Text Font Color

.myTextColor { color: #AF472F; }

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

This text font color is #AF472F.


Background Color

.myBgColor { background-color: #AF472F; }

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

This div background color is #AF472F.


Border color

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

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

This div border color is #AF472F.


Opacity

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

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

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

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

This text has shadow with #AF472F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF472F on black background.


Color preview on white background

This text has color #AF472F on white background.



Black color preview on #AF472F background

This text has black color on #AF472F background.


White color preview on #AF472F background

This text has white color on #AF472F background.