COLOR #C5A379

HEX: #C5A379
RGB: (197,163,121)

Renk bilgisi

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

RGB renk modeli

#C5A379 color RGB value is (197,163,121).

  • kırmız ton 197;
  • yeşil ton 163;
  • mavi ton 121.
RGB:
(197,163,121)
(77%,64%,47%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 163 of 255 = 64%
B 121 of 255 = 47%

197
163
121

R + G + B ~ 63%. #C5A379 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 163 + 121 = 481 (100%)
R 197 of 481 ~ 40.96%
G 163 of 481 ~ 33.89%
B 121 of 481 ~ 25.16%

%40.96
%33.89
%25.16

CMYK RENK MODELİ

#C5A379 rengi CMYK tonu (0,17,39,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.26%
  • sarı tonu 38.58%
  • ana renk tonu 22.75%
CMYK:
(0,17,39,23)
C0M17Y39K23 
(0%,17%,39%,23%)
(0.00/0.17/0.39/0.23)	

CMYK yüzdeleri

%0
%17.26
%38.58
%22.75

Codes

Color #C5A379 in popluar color models

C5A379
RGB197163121
HSL33°39.58%62.35%
HSB/HSV33°38.58%77.25%
CMYK0.00%17.26%38.58%
22.75%

Color #C5A379 in popluar number systems.

HEXC5A379
Decimal197163121
Binary11000101101000111111001
Octal305243171

Shades and tints

Shades of #C5A379

#C5A379
(197,163,121)
#B4956E
(180,149,110)
#A38763
(163,135,99)
#927958
(146,121,88)
#816B4D
(129,107,77)
#705D42
(112,93,66)
#5F4F37
(95,79,55)
#4E412C
(78,65,44)
#3D3321
(61,51,33)
#2C2516
(44,37,22)
#1B170B
(27,23,11)
#000000
(0,0,0)

Tints of #C5A379

#C5A379
(197,163,121)
#CAAB85
(202,171,133)
#CFB391
(207,179,145)
#D4BB9D
(212,187,157)
#D9C3A9
(217,195,169)
#DECBB5
(222,203,181)
#E3D3C1
(227,211,193)
#E8DBCD
(232,219,205)
#EDE3D9
(237,227,217)
#F2EBE5
(242,235,229)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A379 color. Also use rgb(197,163,121) instead hex code.

Text Font Color

.myTextColor { color: #C5A379; }

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

This text font color is #C5A379.


Background Color

.myBgColor { background-color: #C5A379; }

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

This div background color is #C5A379.


Border color

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

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

This div border color is #C5A379.


Opacity

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

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

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

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

This text has shadow with #C5A379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A379 on black background.


Color preview on white background

This text has color #C5A379 on white background.



Black color preview on #C5A379 background

This text has black color on #C5A379 background.


White color preview on #C5A379 background

This text has white color on #C5A379 background.