COLOR #F3AC77

HEX: #F3AC77
RGB: (243,172,119)

Color info

#F3AC77 contains mainly red color. Web safe color of #F3AC77 is #FF9966 (or #F96).

RGB color model

#F3AC77 color RGB value is (243,172,119).

  • red value is 243;
  • green value is 172;
  • blue value is 119.
RGB:
(243,172,119)
(95%,67%,47%)

RGB channels and saturation

R 243 of 255 = 95%
G 172 of 255 = 67%
B 119 of 255 = 47%

243
172
119

R + G + B ~ 70%. #F3AC77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 172 + 119 = 534 (100%)
R 243 of 534 ~ 45.51%
G 172 of 534 ~ 32.21%
B 119 of 534 ~ 22.28%

%45.51
%32.21
%22.28

CMYK color model

#F3AC77 color CMYK value is (0,29,51,5).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 51.03%
  • key color value is 4.71%
CMYK:
(0,29,51,5)
C0M29Y51K5 
(0%,29%,51%,5%)
(0.00/0.29/0.51/0.05)	

CMYK percentages

%0
%29.22
%51.03
%4.71

Codes

Color #F3AC77 in popluar color models

F3AC77
RGB243172119
HSL26°83.78%70.98%
HSB/HSV26°51.03%95.29%
CMYK0.00%29.22%51.03%
4.71%

Color #F3AC77 in popluar number systems.

HEXF3AC77
Decimal243172119
Binary11110011101011001110111
Octal363254167

Shades and tints

Shades of #F3AC77

#F3AC77
(243,172,119)
#DD9D6D
(221,157,109)
#C78E63
(199,142,99)
#B17F59
(177,127,89)
#9B704F
(155,112,79)
#856145
(133,97,69)
#6F523B
(111,82,59)
#594331
(89,67,49)
#433427
(67,52,39)
#2D251D
(45,37,29)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #F3AC77

#F3AC77
(243,172,119)
#F4B383
(244,179,131)
#F5BA8F
(245,186,143)
#F6C19B
(246,193,155)
#F7C8A7
(247,200,167)
#F8CFB3
(248,207,179)
#F9D6BF
(249,214,191)
#FADDCB
(250,221,203)
#FBE4D7
(251,228,215)
#FCEBE3
(252,235,227)
#FDF2EF
(253,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3AC77 color. Also use rgb(243,172,119) instead hex code.

Text Font Color

.myTextColor { color: #F3AC77; }

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

This text font color is #F3AC77.


Background Color

.myBgColor { background-color: #F3AC77; }

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

This div background color is #F3AC77.


Border color

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

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

This div border color is #F3AC77.


Opacity

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

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

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

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

This text has shadow with #F3AC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3AC77 on black background.


Color preview on white background

This text has color #F3AC77 on white background.



Black color preview on #F3AC77 background

This text has black color on #F3AC77 background.


White color preview on #F3AC77 background

This text has white color on #F3AC77 background.