COLOR #C58979

HEX: #C58979
RGB: (197,137,121)

Renk bilgisi

#C58979 contains mainly red color. #C58979 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C58979 color RGB value is (197,137,121).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 137 of 255 = 54%
B 121 of 255 = 47%

197
137
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 137 + 121 = 455 (100%)
R 197 of 455 ~ 43.3%
G 137 of 455 ~ 30.11%
B 121 of 455 ~ 26.59%

%43.3
%30.11
%26.59

CMYK RENK MODELİ

#C58979 rengi CMYK tonu (0,30,39,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.46%
  • sarı tonu 38.58%
  • ana renk tonu 22.75%
CMYK:
(0,30,39,23)
C0M30Y39K23 
(0%,30%,39%,23%)
(0.00/0.30/0.39/0.23)	

CMYK yüzdeleri

%0
%30.46
%38.58
%22.75

Codes

Color #C58979 in popluar color models

C58979
RGB197137121
HSL13°39.58%62.35%
HSB/HSV13°38.58%77.25%
CMYK0.00%30.46%38.58%
22.75%

Color #C58979 in popluar number systems.

HEXC58979
Decimal197137121
Binary11000101100010011111001
Octal305211171

Shades and tints

Shades of #C58979

#C58979
(197,137,121)
#B47D6E
(180,125,110)
#A37163
(163,113,99)
#926558
(146,101,88)
#81594D
(129,89,77)
#704D42
(112,77,66)
#5F4137
(95,65,55)
#4E352C
(78,53,44)
#3D2921
(61,41,33)
#2C1D16
(44,29,22)
#1B110B
(27,17,11)
#000000
(0,0,0)

Tints of #C58979

#C58979
(197,137,121)
#CA9385
(202,147,133)
#CF9D91
(207,157,145)
#D4A79D
(212,167,157)
#D9B1A9
(217,177,169)
#DEBBB5
(222,187,181)
#E3C5C1
(227,197,193)
#E8CFCD
(232,207,205)
#EDD9D9
(237,217,217)
#F2E3E5
(242,227,229)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58979; }

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

This text font color is #C58979.


Background Color

.myBgColor { background-color: #C58979; }

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

This div background color is #C58979.


Border color

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

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

This div border color is #C58979.


Opacity

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

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

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

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

This text has shadow with #C58979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58979 on black background.


Color preview on white background

This text has color #C58979 on white background.



Black color preview on #C58979 background

This text has black color on #C58979 background.


White color preview on #C58979 background

This text has white color on #C58979 background.