COLOR #C57C36

HEX: #C57C36
RGB: (197,124,54)

Renk bilgisi

#C57C36 contains mainly red color. #C57C36 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C57C36 color RGB value is (197,124,54).

  • kırmız ton 197;
  • yeşil ton 124;
  • mavi ton 54.
RGB:
(197,124,54)
(77%,49%,21%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 124 of 255 = 49%
B 54 of 255 = 21%

197
124
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 124 + 54 = 375 (100%)
R 197 of 375 ~ 52.53%
G 124 of 375 ~ 33.07%
B 54 of 375 ~ 14.4%

%52.53
%33.07
%14.4

CMYK RENK MODELİ

#C57C36 rengi CMYK tonu (0,37,73,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.06%
  • sarı tonu 72.59%
  • ana renk tonu 22.75%
CMYK:
(0,37,73,23)
C0M37Y73K23 
(0%,37%,73%,23%)
(0.00/0.37/0.73/0.23)	

CMYK yüzdeleri

%0
%37.06
%72.59
%22.75

Codes

Color #C57C36 in popluar color models

C57C36
RGB19712454
HSL29°56.97%49.22%
HSB/HSV29°72.59%77.25%
CMYK0.00%37.06%72.59%
22.75%

Color #C57C36 in popluar number systems.

HEXC57C36
Decimal19712454
Binary110001011111100110110
Octal30517466

Shades and tints

Shades of #C57C36

#C57C36
(197,124,54)
#B47132
(180,113,50)
#A3662E
(163,102,46)
#925B2A
(146,91,42)
#815026
(129,80,38)
#704522
(112,69,34)
#5F3A1E
(95,58,30)
#4E2F1A
(78,47,26)
#3D2416
(61,36,22)
#2C1912
(44,25,18)
#1B0E0E
(27,14,14)
#000000
(0,0,0)

Tints of #C57C36

#C57C36
(197,124,54)
#CA8748
(202,135,72)
#CF925A
(207,146,90)
#D49D6C
(212,157,108)
#D9A87E
(217,168,126)
#DEB390
(222,179,144)
#E3BEA2
(227,190,162)
#E8C9B4
(232,201,180)
#EDD4C6
(237,212,198)
#F2DFD8
(242,223,216)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57C36 color. Also use rgb(197,124,54) instead hex code.

Text Font Color

.myTextColor { color: #C57C36; }

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

This text font color is #C57C36.


Background Color

.myBgColor { background-color: #C57C36; }

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

This div background color is #C57C36.


Border color

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

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

This div border color is #C57C36.


Opacity

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

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

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

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

This text has shadow with #C57C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57C36 on black background.


Color preview on white background

This text has color #C57C36 on white background.



Black color preview on #C57C36 background

This text has black color on #C57C36 background.


White color preview on #C57C36 background

This text has white color on #C57C36 background.