COLOR #C5B57B

HEX: #C5B57B
RGB: (197,181,123)

Renk bilgisi

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

RGB renk modeli

#C5B57B color RGB value is (197,181,123).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 181 of 255 = 71%
B 123 of 255 = 48%

197
181
123

R + G + B ~ 65%. #C5B57B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 181 + 123 = 501 (100%)
R 197 of 501 ~ 39.32%
G 181 of 501 ~ 36.13%
B 123 of 501 ~ 24.55%

%39.32
%36.13
%24.55

CMYK RENK MODELİ

#C5B57B rengi CMYK tonu (0,8,38,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.12%
  • sarı tonu 37.56%
  • ana renk tonu 22.75%
CMYK:
(0,8,38,23)
C0M8Y38K23 
(0%,8%,38%,23%)
(0.00/0.08/0.38/0.23)	

CMYK yüzdeleri

%0
%8.12
%37.56
%22.75

Codes

Color #C5B57B in popluar color models

C5B57B
RGB197181123
HSL47°38.95%62.75%
HSB/HSV47°37.56%77.25%
CMYK0.00%8.12%37.56%
22.75%

Color #C5B57B in popluar number systems.

HEXC5B57B
Decimal197181123
Binary11000101101101011111011
Octal305265173

Shades and tints

Shades of #C5B57B

#C5B57B
(197,181,123)
#B4A570
(180,165,112)
#A39565
(163,149,101)
#92855A
(146,133,90)
#81754F
(129,117,79)
#706544
(112,101,68)
#5F5539
(95,85,57)
#4E452E
(78,69,46)
#3D3523
(61,53,35)
#2C2518
(44,37,24)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #C5B57B

#C5B57B
(197,181,123)
#CABB87
(202,187,135)
#CFC193
(207,193,147)
#D4C79F
(212,199,159)
#D9CDAB
(217,205,171)
#DED3B7
(222,211,183)
#E3D9C3
(227,217,195)
#E8DFCF
(232,223,207)
#EDE5DB
(237,229,219)
#F2EBE7
(242,235,231)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B57B; }

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

This text font color is #C5B57B.


Background Color

.myBgColor { background-color: #C5B57B; }

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

This div background color is #C5B57B.


Border color

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

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

This div border color is #C5B57B.


Opacity

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

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

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

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

This text has shadow with #C5B57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B57B on black background.


Color preview on white background

This text has color #C5B57B on white background.



Black color preview on #C5B57B background

This text has black color on #C5B57B background.


White color preview on #C5B57B background

This text has white color on #C5B57B background.