COLOR #CFA44A

HEX: #CFA44A
RGB: (207,164,74)

Color info

#CFA44A contains mainly red and green colors. Web safe color of #CFA44A is #CC9933 (or #C93).

RGB color model

#CFA44A color RGB value is (207,164,74).

  • red value is 207;
  • green value is 164;
  • blue value is 74.
RGB:
(207,164,74)
(81%,64%,29%)

RGB channels and saturation

R 207 of 255 = 81%
G 164 of 255 = 64%
B 74 of 255 = 29%

207
164
74

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

Portions of RGB colors in percentages

R + G + B =
207 + 164 + 74 = 445 (100%)
R 207 of 445 ~ 46.52%
G 164 of 445 ~ 36.85%
B 74 of 445 ~ 16.63%

%46.52
%36.85
%16.63

CMYK color model

#CFA44A color CMYK value is (0,21,64,19).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 64.25%
  • key color value is 18.82%
CMYK:
(0,21,64,19)
C0M21Y64K19 
(0%,21%,64%,19%)
(0.00/0.21/0.64/0.19)	

CMYK percentages

%0
%20.77
%64.25
%18.82

Codes

Color #CFA44A in popluar color models

CFA44A
RGB20716474
HSL41°58.08%55.10%
HSB/HSV41°64.25%81.18%
CMYK0.00%20.77%64.25%
18.82%

Color #CFA44A in popluar number systems.

HEXCFA44A
Decimal20716474
Binary11001111101001001001010
Octal317244112

Shades and tints

Shades of #CFA44A

#CFA44A
(207,164,74)
#BD9644
(189,150,68)
#AB883E
(171,136,62)
#997A38
(153,122,56)
#876C32
(135,108,50)
#755E2C
(117,94,44)
#635026
(99,80,38)
#514220
(81,66,32)
#3F341A
(63,52,26)
#2D2614
(45,38,20)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #CFA44A

#CFA44A
(207,164,74)
#D3AC5A
(211,172,90)
#D7B46A
(215,180,106)
#DBBC7A
(219,188,122)
#DFC48A
(223,196,138)
#E3CC9A
(227,204,154)
#E7D4AA
(231,212,170)
#EBDCBA
(235,220,186)
#EFE4CA
(239,228,202)
#F3ECDA
(243,236,218)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA44A color. Also use rgb(207,164,74) instead hex code.

Text Font Color

.myTextColor { color: #CFA44A; }

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

This text font color is #CFA44A.


Background Color

.myBgColor { background-color: #CFA44A; }

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

This div background color is #CFA44A.


Border color

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

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

This div border color is #CFA44A.


Opacity

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

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

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

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

This text has shadow with #CFA44A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA44A on black background.


Color preview on white background

This text has color #CFA44A on white background.



Black color preview on #CFA44A background

This text has black color on #CFA44A background.


White color preview on #CFA44A background

This text has white color on #CFA44A background.