COLOR #C5A76D

HEX: #C5A76D
RGB: (197,167,109)

Renk bilgisi

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

RGB renk modeli

#C5A76D color RGB value is (197,167,109).

  • kırmız ton 197;
  • yeşil ton 167;
  • mavi ton 109.
RGB:
(197,167,109)
(77%,65%,43%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 167 of 255 = 65%
B 109 of 255 = 43%

197
167
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 167 + 109 = 473 (100%)
R 197 of 473 ~ 41.65%
G 167 of 473 ~ 35.31%
B 109 of 473 ~ 23.04%

%41.65
%35.31
%23.04

CMYK RENK MODELİ

#C5A76D rengi CMYK tonu (0,15,45,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.23%
  • sarı tonu 44.67%
  • ana renk tonu 22.75%
CMYK:
(0,15,45,23)
C0M15Y45K23 
(0%,15%,45%,23%)
(0.00/0.15/0.45/0.23)	

CMYK yüzdeleri

%0
%15.23
%44.67
%22.75

Codes

Color #C5A76D in popluar color models

C5A76D
RGB197167109
HSL40°43.14%60.00%
HSB/HSV40°44.67%77.25%
CMYK0.00%15.23%44.67%
22.75%

Color #C5A76D in popluar number systems.

HEXC5A76D
Decimal197167109
Binary11000101101001111101101
Octal305247155

Shades and tints

Shades of #C5A76D

#C5A76D
(197,167,109)
#B49864
(180,152,100)
#A3895B
(163,137,91)
#927A52
(146,122,82)
#816B49
(129,107,73)
#705C40
(112,92,64)
#5F4D37
(95,77,55)
#4E3E2E
(78,62,46)
#3D2F25
(61,47,37)
#2C201C
(44,32,28)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #C5A76D

#C5A76D
(197,167,109)
#CAAF7A
(202,175,122)
#CFB787
(207,183,135)
#D4BF94
(212,191,148)
#D9C7A1
(217,199,161)
#DECFAE
(222,207,174)
#E3D7BB
(227,215,187)
#E8DFC8
(232,223,200)
#EDE7D5
(237,231,213)
#F2EFE2
(242,239,226)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A76D color. Also use rgb(197,167,109) instead hex code.

Text Font Color

.myTextColor { color: #C5A76D; }

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

This text font color is #C5A76D.


Background Color

.myBgColor { background-color: #C5A76D; }

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

This div background color is #C5A76D.


Border color

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

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

This div border color is #C5A76D.


Opacity

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

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

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

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

This text has shadow with #C5A76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A76D on black background.


Color preview on white background

This text has color #C5A76D on white background.



Black color preview on #C5A76D background

This text has black color on #C5A76D background.


White color preview on #C5A76D background

This text has white color on #C5A76D background.