COLOR #AF4B2D

HEX: #AF4B2D RGB: (175,75,45)

Color info

#AF4B2D contains mainly red color. Web safe color of #AF4B2D is #993333 (or #933).

RGB color model

#AF4B2D color RGB value is (175,75,45).

RGB: (175,75,45) (69%, 29%, 18%)

RGB channels and saturation

R 175 of 255 = 69%
G 75 of 255 = 29%
B 45 of 255 = 18%

175
75
45

R + G + B ~ 39%. #AF4B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 175 + 75 + 45 = 295 (100%)
R 175 of 295 ~ 59.32%
G 75 of 295 ~ 25.42%
B 45 of 295 ~ 15.25'%

%59.32
%25.42
%15.25

CMYK color model

#AF4B2D color CMYK value is (0,57,74,31).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 74.29%
  • key color value is 31.37%

CMYK: (0,57,74,31)
C0M57Y74K31 (0%, 57%, 74%, 31%)
(0.00 / 0.57 / 0.74 / 0.31)

CMYK percentages

%0
%57.14
%74.29
%31.37

Codes

Color #AF4B2D in popluar color models

AF 4B 2D
RGB 175 75 45
HSL 14° 59.09% 43.14%
HSB/HSV 14° 74.29% 68.63%
CMYK 0.00% 57.14% 74.29%
31.37%

Color #AF4B2D in popluar number systems.

HEX AF 4B 2D
Decimal 175 75 45
Binary 10101111 1001011 101101
Octal 257 113 55

Shades and tints

Shades of #AF4B2D

#AF4B2D
(175,75,45)
#A04529
(160,69,41)
#913F25
(145,63,37)
#823921
(130,57,33)
#73331D
(115,51,29)
#642D19
(100,45,25)
#552715
(85,39,21)
#462111
(70,33,17)
#371B0D
(55,27,13)
#281509
(40,21,9)
#190F05
(25,15,5)
#000000
(0,0,0)

Tints of #AF4B2D

#AF4B2D
(175,75,45)
#B65B40
(182,91,64)
#BD6B53
(189,107,83)
#C47B66
(196,123,102)
#CB8B79
(203,139,121)
#D29B8C
(210,155,140)
#D9AB9F
(217,171,159)
#E0BBB2
(224,187,178)
#E7CBC5
(231,203,197)
#EEDBD8
(238,219,216)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4B2D color. Also use rgb(175,75,45) instead hex code.

Text Font Color

.myTextColor { color: #AF4B2D; }

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

This text font color is #AF4B2D.

Background Color

.myBgColor { background-color: #AF4B2D; }

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

This div background color is #AF4B2D.

Border color

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

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

This div border color is #AF4B2D.

Opacity

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

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

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

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

This text has shadow with #AF4B2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF4B2D.

Preview

Color preview on black background

This text has color #AF4B2D on black background.


Color preview on white background

This text has color #AF4B2D on white background.


Black color preview on #AF4B2D background

This text has black color on #AF4B2D background.


White color preview on #AF4B2D background

This text has white color on #AF4B2D background.


Related colors

Complementary color

Complementary color for #hex is #50B4D2.


I love getcolorcode.com

Triadic colors

1 #2DAF4B and #4B2DAF with #AF4B2D are triadic colors.

2 #2D4BAF and #4BAF2D with #AF4B2D are triadic colors.