COLOR #C5B375

HEX: #C5B375
RGB: (197,179,117)

Renk bilgisi

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

RGB renk modeli

#C5B375 color RGB value is (197,179,117).

  • kırmız ton 197;
  • yeşil ton 179;
  • mavi ton 117.
RGB:
(197,179,117)
(77%,70%,46%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 179 of 255 = 70%
B 117 of 255 = 46%

197
179
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 179 + 117 = 493 (100%)
R 197 of 493 ~ 39.96%
G 179 of 493 ~ 36.31%
B 117 of 493 ~ 23.73%

%39.96
%36.31
%23.73

CMYK RENK MODELİ

#C5B375 rengi CMYK tonu (0,9,41,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.14%
  • sarı tonu 40.61%
  • ana renk tonu 22.75%
CMYK:
(0,9,41,23)
C0M9Y41K23 
(0%,9%,41%,23%)
(0.00/0.09/0.41/0.23)	

CMYK yüzdeleri

%0
%9.14
%40.61
%22.75

Codes

Color #C5B375 in popluar color models

C5B375
RGB197179117
HSL47°40.82%61.57%
HSB/HSV47°40.61%77.25%
CMYK0.00%9.14%40.61%
22.75%

Color #C5B375 in popluar number systems.

HEXC5B375
Decimal197179117
Binary11000101101100111110101
Octal305263165

Shades and tints

Shades of #C5B375

#C5B375
(197,179,117)
#B4A36B
(180,163,107)
#A39361
(163,147,97)
#928357
(146,131,87)
#81734D
(129,115,77)
#706343
(112,99,67)
#5F5339
(95,83,57)
#4E432F
(78,67,47)
#3D3325
(61,51,37)
#2C231B
(44,35,27)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #C5B375

#C5B375
(197,179,117)
#CAB981
(202,185,129)
#CFBF8D
(207,191,141)
#D4C599
(212,197,153)
#D9CBA5
(217,203,165)
#DED1B1
(222,209,177)
#E3D7BD
(227,215,189)
#E8DDC9
(232,221,201)
#EDE3D5
(237,227,213)
#F2E9E1
(242,233,225)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B375 color. Also use rgb(197,179,117) instead hex code.

Text Font Color

.myTextColor { color: #C5B375; }

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

This text font color is #C5B375.


Background Color

.myBgColor { background-color: #C5B375; }

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

This div background color is #C5B375.


Border color

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

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

This div border color is #C5B375.


Opacity

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

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

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

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

This text has shadow with #C5B375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B375 on black background.


Color preview on white background

This text has color #C5B375 on white background.



Black color preview on #C5B375 background

This text has black color on #C5B375 background.


White color preview on #C5B375 background

This text has white color on #C5B375 background.