COLOR #C5B389

HEX: #C5B389
RGB: (197,179,137)

Renk bilgisi

#C5B389 contains mainly red and green colors. #C5B389 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C5B389 color RGB value is (197,179,137).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 179 of 255 = 70%
B 137 of 255 = 54%

197
179
137

R + G + B ~ 67%. #C5B389 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 179 + 137 = 513 (100%)
R 197 of 513 ~ 38.4%
G 179 of 513 ~ 34.89%
B 137 of 513 ~ 26.71%

%38.4
%34.89
%26.71

CMYK RENK MODELİ

#C5B389 rengi CMYK tonu (0,9,30,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.14%
  • sarı tonu 30.46%
  • ana renk tonu 22.75%
CMYK:
(0,9,30,23)
C0M9Y30K23 
(0%,9%,30%,23%)
(0.00/0.09/0.30/0.23)	

CMYK yüzdeleri

%0
%9.14
%30.46
%22.75

Codes

Color #C5B389 in popluar color models

C5B389
RGB197179137
HSL42°34.09%65.49%
HSB/HSV42°30.46%77.25%
CMYK0.00%9.14%30.46%
22.75%

Color #C5B389 in popluar number systems.

HEXC5B389
Decimal197179137
Binary110001011011001110001001
Octal305263211

Shades and tints

Shades of #C5B389

#C5B389
(197,179,137)
#B4A37D
(180,163,125)
#A39371
(163,147,113)
#928365
(146,131,101)
#817359
(129,115,89)
#70634D
(112,99,77)
#5F5341
(95,83,65)
#4E4335
(78,67,53)
#3D3329
(61,51,41)
#2C231D
(44,35,29)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #C5B389

#C5B389
(197,179,137)
#CAB993
(202,185,147)
#CFBF9D
(207,191,157)
#D4C5A7
(212,197,167)
#D9CBB1
(217,203,177)
#DED1BB
(222,209,187)
#E3D7C5
(227,215,197)
#E8DDCF
(232,221,207)
#EDE3D9
(237,227,217)
#F2E9E3
(242,233,227)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B389; }

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

This text font color is #C5B389.


Background Color

.myBgColor { background-color: #C5B389; }

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

This div background color is #C5B389.


Border color

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

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

This div border color is #C5B389.


Opacity

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

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

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

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

This text has shadow with #C5B389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B389 on black background.


Color preview on white background

This text has color #C5B389 on white background.



Black color preview on #C5B389 background

This text has black color on #C5B389 background.


White color preview on #C5B389 background

This text has white color on #C5B389 background.