COLOR #C47F36

HEX: #C47F36
RGB: (196,127,54)

Renk bilgisi

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

RGB renk modeli

#C47F36 color RGB value is (196,127,54).

  • kırmız ton 196;
  • yeşil ton 127;
  • mavi ton 54.
RGB:
(196,127,54)
(77%,50%,21%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 127 of 255 = 50%
B 54 of 255 = 21%

196
127
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 127 + 54 = 377 (100%)
R 196 of 377 ~ 51.99%
G 127 of 377 ~ 33.69%
B 54 of 377 ~ 14.32%

%51.99
%33.69
%14.32

CMYK RENK MODELİ

#C47F36 rengi CMYK tonu (0,35,72,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.20%
  • sarı tonu 72.45%
  • ana renk tonu 23.14%
CMYK:
(0,35,72,23)
C0M35Y72K23 
(0%,35%,72%,23%)
(0.00/0.35/0.72/0.23)	

CMYK yüzdeleri

%0
%35.2
%72.45
%23.14

Codes

Color #C47F36 in popluar color models

C47F36
RGB19612754
HSL31°56.80%49.02%
HSB/HSV31°72.45%76.86%
CMYK0.00%35.20%72.45%
23.14%

Color #C47F36 in popluar number systems.

HEXC47F36
Decimal19612754
Binary110001001111111110110
Octal30417766

Shades and tints

Shades of #C47F36

#C47F36
(196,127,54)
#B37432
(179,116,50)
#A2692E
(162,105,46)
#915E2A
(145,94,42)
#805326
(128,83,38)
#6F4822
(111,72,34)
#5E3D1E
(94,61,30)
#4D321A
(77,50,26)
#3C2716
(60,39,22)
#2B1C12
(43,28,18)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #C47F36

#C47F36
(196,127,54)
#C98A48
(201,138,72)
#CE955A
(206,149,90)
#D3A06C
(211,160,108)
#D8AB7E
(216,171,126)
#DDB690
(221,182,144)
#E2C1A2
(226,193,162)
#E7CCB4
(231,204,180)
#ECD7C6
(236,215,198)
#F1E2D8
(241,226,216)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47F36 color. Also use rgb(196,127,54) instead hex code.

Text Font Color

.myTextColor { color: #C47F36; }

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

This text font color is #C47F36.


Background Color

.myBgColor { background-color: #C47F36; }

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

This div background color is #C47F36.


Border color

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

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

This div border color is #C47F36.


Opacity

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

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

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

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

This text has shadow with #C47F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47F36 on black background.


Color preview on white background

This text has color #C47F36 on white background.



Black color preview on #C47F36 background

This text has black color on #C47F36 background.


White color preview on #C47F36 background

This text has white color on #C47F36 background.