COLOR #CFA125

HEX: #CFA125
RGB: (207,161,37)

Color info

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

RGB color model

#CFA125 color RGB value is (207,161,37).

  • red value is 207;
  • green value is 161;
  • blue value is 37.
RGB:
(207,161,37)
(81%,63%,15%)

RGB channels and saturation

R 207 of 255 = 81%
G 161 of 255 = 63%
B 37 of 255 = 15%

207
161
37

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

Portions of RGB colors in percentages

R + G + B =
207 + 161 + 37 = 405 (100%)
R 207 of 405 ~ 51.11%
G 161 of 405 ~ 39.75%
B 37 of 405 ~ 9.14%

%51.11
%39.75

CMYK color model

#CFA125 color CMYK value is (0,22,82,19).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 82.13%
  • key color value is 18.82%
CMYK:
(0,22,82,19)
C0M22Y82K19 
(0%,22%,82%,19%)
(0.00/0.22/0.82/0.19)	

CMYK percentages

%0
%22.22
%82.13
%18.82

Codes

Color #CFA125 in popluar color models

CFA125
RGB20716137
HSL44°69.67%47.84%
HSB/HSV44°82.13%81.18%
CMYK0.00%22.22%82.13%
18.82%

Color #CFA125 in popluar number systems.

HEXCFA125
Decimal20716137
Binary1100111110100001100101
Octal31724145

Shades and tints

Shades of #CFA125

#CFA125
(207,161,37)
#BD9322
(189,147,34)
#AB851F
(171,133,31)
#99771C
(153,119,28)
#876919
(135,105,25)
#755B16
(117,91,22)
#634D13
(99,77,19)
#513F10
(81,63,16)
#3F310D
(63,49,13)
#2D230A
(45,35,10)
#1B1507
(27,21,7)
#000000
(0,0,0)

Tints of #CFA125

#CFA125
(207,161,37)
#D3A938
(211,169,56)
#D7B14B
(215,177,75)
#DBB95E
(219,185,94)
#DFC171
(223,193,113)
#E3C984
(227,201,132)
#E7D197
(231,209,151)
#EBD9AA
(235,217,170)
#EFE1BD
(239,225,189)
#F3E9D0
(243,233,208)
#F7F1E3
(247,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA125 color. Also use rgb(207,161,37) instead hex code.

Text Font Color

.myTextColor { color: #CFA125; }

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

This text font color is #CFA125.


Background Color

.myBgColor { background-color: #CFA125; }

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

This div background color is #CFA125.


Border color

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

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

This div border color is #CFA125.


Opacity

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

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

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

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

This text has shadow with #CFA125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA125 on black background.


Color preview on white background

This text has color #CFA125 on white background.



Black color preview on #CFA125 background

This text has black color on #CFA125 background.


White color preview on #CFA125 background

This text has white color on #CFA125 background.