COLOR #C47131

HEX: #C47131
RGB: (196,113,49)

Renk bilgisi

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

RGB renk modeli

#C47131 color RGB value is (196,113,49).

  • kırmız ton 196;
  • yeşil ton 113;
  • mavi ton 49.
RGB:
(196,113,49)
(77%,44%,19%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 113 of 255 = 44%
B 49 of 255 = 19%

196
113
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 113 + 49 = 358 (100%)
R 196 of 358 ~ 54.75%
G 113 of 358 ~ 31.56%
B 49 of 358 ~ 13.69%

%54.75
%31.56
%13.69

CMYK RENK MODELİ

#C47131 rengi CMYK tonu (0,42,75,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.35%
  • sarı tonu 75.00%
  • ana renk tonu 23.14%
CMYK:
(0,42,75,23)
C0M42Y75K23 
(0%,42%,75%,23%)
(0.00/0.42/0.75/0.23)	

CMYK yüzdeleri

%0
%42.35
%75
%23.14

Codes

Color #C47131 in popluar color models

C47131
RGB19611349
HSL26°60.00%48.04%
HSB/HSV26°75.00%76.86%
CMYK0.00%42.35%75.00%
23.14%

Color #C47131 in popluar number systems.

HEXC47131
Decimal19611349
Binary110001001110001110001
Octal30416161

Shades and tints

Shades of #C47131

#C47131
(196,113,49)
#B3672D
(179,103,45)
#A25D29
(162,93,41)
#915325
(145,83,37)
#804921
(128,73,33)
#6F3F1D
(111,63,29)
#5E3519
(94,53,25)
#4D2B15
(77,43,21)
#3C2111
(60,33,17)
#2B170D
(43,23,13)
#1A0D09
(26,13,9)
#000000
(0,0,0)

Tints of #C47131

#C47131
(196,113,49)
#C97D43
(201,125,67)
#CE8955
(206,137,85)
#D39567
(211,149,103)
#D8A179
(216,161,121)
#DDAD8B
(221,173,139)
#E2B99D
(226,185,157)
#E7C5AF
(231,197,175)
#ECD1C1
(236,209,193)
#F1DDD3
(241,221,211)
#F6E9E5
(246,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47131 color. Also use rgb(196,113,49) instead hex code.

Text Font Color

.myTextColor { color: #C47131; }

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

This text font color is #C47131.


Background Color

.myBgColor { background-color: #C47131; }

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

This div background color is #C47131.


Border color

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

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

This div border color is #C47131.


Opacity

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

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

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

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

This text has shadow with #C47131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47131 on black background.


Color preview on white background

This text has color #C47131 on white background.



Black color preview on #C47131 background

This text has black color on #C47131 background.


White color preview on #C47131 background

This text has white color on #C47131 background.