COLOR #C5B463

HEX: #C5B463
RGB: (197,180,99)

Renk bilgisi

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

RGB renk modeli

#C5B463 color RGB value is (197,180,99).

  • kırmız ton 197;
  • yeşil ton 180;
  • mavi ton 99.
RGB:
(197,180,99)
(77%,71%,39%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 180 of 255 = 71%
B 99 of 255 = 39%

197
180
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 180 + 99 = 476 (100%)
R 197 of 476 ~ 41.39%
G 180 of 476 ~ 37.82%
B 99 of 476 ~ 20.8%

%41.39
%37.82
%20.8

CMYK RENK MODELİ

#C5B463 rengi CMYK tonu (0,9,50,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.63%
  • sarı tonu 49.75%
  • ana renk tonu 22.75%
CMYK:
(0,9,50,23)
C0M9Y50K23 
(0%,9%,50%,23%)
(0.00/0.09/0.50/0.23)	

CMYK yüzdeleri

%0
%8.63
%49.75
%22.75

Codes

Color #C5B463 in popluar color models

C5B463
RGB19718099
HSL50°45.79%58.04%
HSB/HSV50°49.75%77.25%
CMYK0.00%8.63%49.75%
22.75%

Color #C5B463 in popluar number systems.

HEXC5B463
Decimal19718099
Binary11000101101101001100011
Octal305264143

Shades and tints

Shades of #C5B463

#C5B463
(197,180,99)
#B4A45A
(180,164,90)
#A39451
(163,148,81)
#928448
(146,132,72)
#81743F
(129,116,63)
#706436
(112,100,54)
#5F542D
(95,84,45)
#4E4424
(78,68,36)
#3D341B
(61,52,27)
#2C2412
(44,36,18)
#1B1409
(27,20,9)
#000000
(0,0,0)

Tints of #C5B463

#C5B463
(197,180,99)
#CABA71
(202,186,113)
#CFC07F
(207,192,127)
#D4C68D
(212,198,141)
#D9CC9B
(217,204,155)
#DED2A9
(222,210,169)
#E3D8B7
(227,216,183)
#E8DEC5
(232,222,197)
#EDE4D3
(237,228,211)
#F2EAE1
(242,234,225)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B463 color. Also use rgb(197,180,99) instead hex code.

Text Font Color

.myTextColor { color: #C5B463; }

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

This text font color is #C5B463.


Background Color

.myBgColor { background-color: #C5B463; }

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

This div background color is #C5B463.


Border color

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

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

This div border color is #C5B463.


Opacity

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

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

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

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

This text has shadow with #C5B463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B463 on black background.


Color preview on white background

This text has color #C5B463 on white background.



Black color preview on #C5B463 background

This text has black color on #C5B463 background.


White color preview on #C5B463 background

This text has white color on #C5B463 background.