COLOR #AF4C07

HEX: #AF4C07
RGB: (175,76,7)

Color info

#AF4C07 contains mainly red color. Web safe color of #AF4C07 is #993300 (or #930).

RGB color model

#AF4C07 color RGB value is (175,76,7).

  • red value is 175;
  • green value is 76;
  • blue value is 7.
RGB:
(175,76,7)
(69%,30%,3%)

RGB channels and saturation

R 175 of 255 = 69%
G 76 of 255 = 30%
B 7 of 255 = 3%

175
76
7

R + G + B ~ 34%. #AF4C07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 76 + 7 = 258 (100%)
R 175 of 258 ~ 67.83%
G 76 of 258 ~ 29.46%
B 7 of 258 ~ 2.71%

%67.83
%29.46

CMYK color model

#AF4C07 color CMYK value is (0,57,96,31).

  • cyan value is 0.00%
  • magenta value is 56.57%
  • yellow value is 96.00%
  • key color value is 31.37%
CMYK:
(0,57,96,31)
C0M57Y96K31 
(0%,57%,96%,31%)
(0.00/0.57/0.96/0.31)	

CMYK percentages

%0
%56.57
%96
%31.37

Codes

Color #AF4C07 in popluar color models

AF4C07
RGB175767
HSL25°92.31%35.69%
HSB/HSV25°96.00%68.63%
CMYK0.00%56.57%96.00%
31.37%

Color #AF4C07 in popluar number systems.

HEXAF4C07
Decimal175767
Binary101011111001100111
Octal2571147

Shades and tints

Shades of #AF4C07

#AF4C07
(175,76,7)
#A04607
(160,70,7)
#914007
(145,64,7)
#823A07
(130,58,7)
#733407
(115,52,7)
#642E07
(100,46,7)
#552807
(85,40,7)
#462207
(70,34,7)
#371C07
(55,28,7)
#281607
(40,22,7)
#191007
(25,16,7)
#000000
(0,0,0)

Tints of #AF4C07

#AF4C07
(175,76,7)
#B65C1D
(182,92,29)
#BD6C33
(189,108,51)
#C47C49
(196,124,73)
#CB8C5F
(203,140,95)
#D29C75
(210,156,117)
#D9AC8B
(217,172,139)
#E0BCA1
(224,188,161)
#E7CCB7
(231,204,183)
#EEDCCD
(238,220,205)
#F5ECE3
(245,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4C07 color. Also use rgb(175,76,7) instead hex code.

Text Font Color

.myTextColor { color: #AF4C07; }

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

This text font color is #AF4C07.


Background Color

.myBgColor { background-color: #AF4C07; }

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

This div background color is #AF4C07.


Border color

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

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

This div border color is #AF4C07.


Opacity

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

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

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

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

This text has shadow with #AF4C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4C07 on black background.


Color preview on white background

This text has color #AF4C07 on white background.



Black color preview on #AF4C07 background

This text has black color on #AF4C07 background.


White color preview on #AF4C07 background

This text has white color on #AF4C07 background.