COLOR #C59561

HEX: #C59561
RGB: (197,149,97)

Renk bilgisi

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

RGB renk modeli

#C59561 color RGB value is (197,149,97).

  • kırmız ton 197;
  • yeşil ton 149;
  • mavi ton 97.
RGB:
(197,149,97)
(77%,58%,38%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 149 of 255 = 58%
B 97 of 255 = 38%

197
149
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 149 + 97 = 443 (100%)
R 197 of 443 ~ 44.47%
G 149 of 443 ~ 33.63%
B 97 of 443 ~ 21.9%

%44.47
%33.63
%21.9

CMYK RENK MODELİ

#C59561 rengi CMYK tonu (0,24,51,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 50.76%
  • ana renk tonu 22.75%
CMYK:
(0,24,51,23)
C0M24Y51K23 
(0%,24%,51%,23%)
(0.00/0.24/0.51/0.23)	

CMYK yüzdeleri

%0
%24.37
%50.76
%22.75

Codes

Color #C59561 in popluar color models

C59561
RGB19714997
HSL31°46.30%57.65%
HSB/HSV31°50.76%77.25%
CMYK0.00%24.37%50.76%
22.75%

Color #C59561 in popluar number systems.

HEXC59561
Decimal19714997
Binary11000101100101011100001
Octal305225141

Shades and tints

Shades of #C59561

#C59561
(197,149,97)
#B48859
(180,136,89)
#A37B51
(163,123,81)
#926E49
(146,110,73)
#816141
(129,97,65)
#705439
(112,84,57)
#5F4731
(95,71,49)
#4E3A29
(78,58,41)
#3D2D21
(61,45,33)
#2C2019
(44,32,25)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #C59561

#C59561
(197,149,97)
#CA9E6F
(202,158,111)
#CFA77D
(207,167,125)
#D4B08B
(212,176,139)
#D9B999
(217,185,153)
#DEC2A7
(222,194,167)
#E3CBB5
(227,203,181)
#E8D4C3
(232,212,195)
#EDDDD1
(237,221,209)
#F2E6DF
(242,230,223)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59561 color. Also use rgb(197,149,97) instead hex code.

Text Font Color

.myTextColor { color: #C59561; }

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

This text font color is #C59561.


Background Color

.myBgColor { background-color: #C59561; }

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

This div background color is #C59561.


Border color

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

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

This div border color is #C59561.


Opacity

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

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

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

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

This text has shadow with #C59561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59561 on black background.


Color preview on white background

This text has color #C59561 on white background.



Black color preview on #C59561 background

This text has black color on #C59561 background.


White color preview on #C59561 background

This text has white color on #C59561 background.