COLOR #C5B571

HEX: #C5B571
RGB: (197,181,113)

Renk bilgisi

#C5B571 contains mainly red and green colors. #C5B571 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5B571 color RGB value is (197,181,113).

  • kırmız ton 197;
  • yeşil ton 181;
  • mavi ton 113.
RGB:
(197,181,113)
(77%,71%,44%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 181 of 255 = 71%
B 113 of 255 = 44%

197
181
113

R + G + B ~ 64%. #C5B571 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 181 + 113 = 491 (100%)
R 197 of 491 ~ 40.12%
G 181 of 491 ~ 36.86%
B 113 of 491 ~ 23.01%

%40.12
%36.86
%23.01

CMYK RENK MODELİ

#C5B571 rengi CMYK tonu (0,8,43,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.12%
  • sarı tonu 42.64%
  • ana renk tonu 22.75%
CMYK:
(0,8,43,23)
C0M8Y43K23 
(0%,8%,43%,23%)
(0.00/0.08/0.43/0.23)	

CMYK yüzdeleri

%0
%8.12
%42.64
%22.75

Codes

Color #C5B571 in popluar color models

C5B571
RGB197181113
HSL49°42.00%60.78%
HSB/HSV49°42.64%77.25%
CMYK0.00%8.12%42.64%
22.75%

Color #C5B571 in popluar number systems.

HEXC5B571
Decimal197181113
Binary11000101101101011110001
Octal305265161

Shades and tints

Shades of #C5B571

#C5B571
(197,181,113)
#B4A567
(180,165,103)
#A3955D
(163,149,93)
#928553
(146,133,83)
#817549
(129,117,73)
#70653F
(112,101,63)
#5F5535
(95,85,53)
#4E452B
(78,69,43)
#3D3521
(61,53,33)
#2C2517
(44,37,23)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #C5B571

#C5B571
(197,181,113)
#CABB7D
(202,187,125)
#CFC189
(207,193,137)
#D4C795
(212,199,149)
#D9CDA1
(217,205,161)
#DED3AD
(222,211,173)
#E3D9B9
(227,217,185)
#E8DFC5
(232,223,197)
#EDE5D1
(237,229,209)
#F2EBDD
(242,235,221)
#F7F1E9
(247,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B571 color. Also use rgb(197,181,113) instead hex code.

Text Font Color

.myTextColor { color: #C5B571; }

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

This text font color is #C5B571.


Background Color

.myBgColor { background-color: #C5B571; }

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

This div background color is #C5B571.


Border color

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

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

This div border color is #C5B571.


Opacity

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

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

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

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

This text has shadow with #C5B571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B571 on black background.


Color preview on white background

This text has color #C5B571 on white background.



Black color preview on #C5B571 background

This text has black color on #C5B571 background.


White color preview on #C5B571 background

This text has white color on #C5B571 background.