COLOR #C5AF68

HEX: #C5AF68
RGB: (197,175,104)

Renk bilgisi

#C5AF68 contains mainly red and green colors. #C5AF68 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C5AF68 color RGB value is (197,175,104).

  • kırmız ton 197;
  • yeşil ton 175;
  • mavi ton 104.
RGB:
(197,175,104)
(77%,69%,41%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 175 of 255 = 69%
B 104 of 255 = 41%

197
175
104

R + G + B ~ 62%. #C5AF68 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 175 + 104 = 476 (100%)
R 197 of 476 ~ 41.39%
G 175 of 476 ~ 36.76%
B 104 of 476 ~ 21.85%

%41.39
%36.76
%21.85

CMYK RENK MODELİ

#C5AF68 rengi CMYK tonu (0,11,47,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.17%
  • sarı tonu 47.21%
  • ana renk tonu 22.75%
CMYK:
(0,11,47,23)
C0M11Y47K23 
(0%,11%,47%,23%)
(0.00/0.11/0.47/0.23)	

CMYK yüzdeleri

%0
%11.17
%47.21
%22.75

Codes

Color #C5AF68 in popluar color models

C5AF68
RGB197175104
HSL46°44.50%59.02%
HSB/HSV46°47.21%77.25%
CMYK0.00%11.17%47.21%
22.75%

Color #C5AF68 in popluar number systems.

HEXC5AF68
Decimal197175104
Binary11000101101011111101000
Octal305257150

Shades and tints

Shades of #C5AF68

#C5AF68
(197,175,104)
#B4A05F
(180,160,95)
#A39156
(163,145,86)
#92824D
(146,130,77)
#817344
(129,115,68)
#70643B
(112,100,59)
#5F5532
(95,85,50)
#4E4629
(78,70,41)
#3D3720
(61,55,32)
#2C2817
(44,40,23)
#1B190E
(27,25,14)
#000000
(0,0,0)

Tints of #C5AF68

#C5AF68
(197,175,104)
#CAB675
(202,182,117)
#CFBD82
(207,189,130)
#D4C48F
(212,196,143)
#D9CB9C
(217,203,156)
#DED2A9
(222,210,169)
#E3D9B6
(227,217,182)
#E8E0C3
(232,224,195)
#EDE7D0
(237,231,208)
#F2EEDD
(242,238,221)
#F7F5EA
(247,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AF68; }

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

This text font color is #C5AF68.


Background Color

.myBgColor { background-color: #C5AF68; }

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

This div background color is #C5AF68.


Border color

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

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

This div border color is #C5AF68.


Opacity

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

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

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

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

This text has shadow with #C5AF68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AF68 on black background.


Color preview on white background

This text has color #C5AF68 on white background.



Black color preview on #C5AF68 background

This text has black color on #C5AF68 background.


White color preview on #C5AF68 background

This text has white color on #C5AF68 background.