COLOR #C5AF5F

HEX: #C5AF5F
RGB: (197,175,95)

Color info

#C5AF5F contains mainly red and green colors. Web safe color of #C5AF5F is #CC9966 (or #C96).

RGB color model

#C5AF5F color RGB value is (197,175,95).

  • red value is 197;
  • green value is 175;
  • blue value is 95.
RGB:
(197,175,95)
(77%,69%,37%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 95 of 255 = 37%

197
175
95

R + G + B ~ 61%. #C5AF5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 95 = 467 (100%)
R 197 of 467 ~ 42.18%
G 175 of 467 ~ 37.47%
B 95 of 467 ~ 20.34%

%42.18
%37.47
%20.34

CMYK color model

#C5AF5F color CMYK value is (0,11,52,23).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 51.78%
  • key color value is 22.75%
CMYK:
(0,11,52,23)
C0M11Y52K23 
(0%,11%,52%,23%)
(0.00/0.11/0.52/0.23)	

CMYK percentages

%0
%11.17
%51.78
%22.75

Codes

Color #C5AF5F in popluar color models

C5AF5F
RGB19717595
HSL47°46.79%57.25%
HSB/HSV47°51.78%77.25%
CMYK0.00%11.17%51.78%
22.75%

Color #C5AF5F in popluar number systems.

HEXC5AF5F
Decimal19717595
Binary11000101101011111011111
Octal305257137

Shades and tints

Shades of #C5AF5F

#C5AF5F
(197,175,95)
#B4A057
(180,160,87)
#A3914F
(163,145,79)
#928247
(146,130,71)
#81733F
(129,115,63)
#706437
(112,100,55)
#5F552F
(95,85,47)
#4E4627
(78,70,39)
#3D371F
(61,55,31)
#2C2817
(44,40,23)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #C5AF5F

#C5AF5F
(197,175,95)
#CAB66D
(202,182,109)
#CFBD7B
(207,189,123)
#D4C489
(212,196,137)
#D9CB97
(217,203,151)
#DED2A5
(222,210,165)
#E3D9B3
(227,217,179)
#E8E0C1
(232,224,193)
#EDE7CF
(237,231,207)
#F2EEDD
(242,238,221)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AF5F color. Also use rgb(197,175,95) instead hex code.

Text Font Color

.myTextColor { color: #C5AF5F; }

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

This text font color is #C5AF5F.


Background Color

.myBgColor { background-color: #C5AF5F; }

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

This div background color is #C5AF5F.


Border color

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

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

This div border color is #C5AF5F.


Opacity

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

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

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

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

This text has shadow with #C5AF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AF5F on black background.


Color preview on white background

This text has color #C5AF5F on white background.



Black color preview on #C5AF5F background

This text has black color on #C5AF5F background.


White color preview on #C5AF5F background

This text has white color on #C5AF5F background.