COLOR #C59D5D

HEX: #C59D5D
RGB: (197,157,93)

Renk bilgisi

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

RGB renk modeli

#C59D5D color RGB value is (197,157,93).

  • kırmız ton 197;
  • yeşil ton 157;
  • mavi ton 93.
RGB:
(197,157,93)
(77%,62%,36%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 157 of 255 = 62%
B 93 of 255 = 36%

197
157
93

R + G + B ~ 58%. #C59D5D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 157 + 93 = 447 (100%)
R 197 of 447 ~ 44.07%
G 157 of 447 ~ 35.12%
B 93 of 447 ~ 20.81%

%44.07
%35.12
%20.81

CMYK RENK MODELİ

#C59D5D rengi CMYK tonu (0,20,53,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.30%
  • sarı tonu 52.79%
  • ana renk tonu 22.75%
CMYK:
(0,20,53,23)
C0M20Y53K23 
(0%,20%,53%,23%)
(0.00/0.20/0.53/0.23)	

CMYK yüzdeleri

%0
%20.3
%52.79
%22.75

Codes

Color #C59D5D in popluar color models

C59D5D
RGB19715793
HSL37°47.27%56.86%
HSB/HSV37°52.79%77.25%
CMYK0.00%20.30%52.79%
22.75%

Color #C59D5D in popluar number systems.

HEXC59D5D
Decimal19715793
Binary11000101100111011011101
Octal305235135

Shades and tints

Shades of #C59D5D

#C59D5D
(197,157,93)
#B48F55
(180,143,85)
#A3814D
(163,129,77)
#927345
(146,115,69)
#81653D
(129,101,61)
#705735
(112,87,53)
#5F492D
(95,73,45)
#4E3B25
(78,59,37)
#3D2D1D
(61,45,29)
#2C1F15
(44,31,21)
#1B110D
(27,17,13)
#000000
(0,0,0)

Tints of #C59D5D

#C59D5D
(197,157,93)
#CAA56B
(202,165,107)
#CFAD79
(207,173,121)
#D4B587
(212,181,135)
#D9BD95
(217,189,149)
#DEC5A3
(222,197,163)
#E3CDB1
(227,205,177)
#E8D5BF
(232,213,191)
#EDDDCD
(237,221,205)
#F2E5DB
(242,229,219)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59D5D color. Also use rgb(197,157,93) instead hex code.

Text Font Color

.myTextColor { color: #C59D5D; }

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

This text font color is #C59D5D.


Background Color

.myBgColor { background-color: #C59D5D; }

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

This div background color is #C59D5D.


Border color

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

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

This div border color is #C59D5D.


Opacity

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

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

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

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

This text has shadow with #C59D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59D5D on black background.


Color preview on white background

This text has color #C59D5D on white background.



Black color preview on #C59D5D background

This text has black color on #C59D5D background.


White color preview on #C59D5D background

This text has white color on #C59D5D background.