COLOR #C47B40

HEX: #C47B40
RGB: (196,123,64)

Renk bilgisi

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

RGB renk modeli

#C47B40 color RGB value is (196,123,64).

  • kırmız ton 196;
  • yeşil ton 123;
  • mavi ton 64.
RGB:
(196,123,64)
(77%,48%,25%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 123 of 255 = 48%
B 64 of 255 = 25%

196
123
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 123 + 64 = 383 (100%)
R 196 of 383 ~ 51.17%
G 123 of 383 ~ 32.11%
B 64 of 383 ~ 16.71%

%51.17
%32.11
%16.71

CMYK RENK MODELİ

#C47B40 rengi CMYK tonu (0,37,67,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.24%
  • sarı tonu 67.35%
  • ana renk tonu 23.14%
CMYK:
(0,37,67,23)
C0M37Y67K23 
(0%,37%,67%,23%)
(0.00/0.37/0.67/0.23)	

CMYK yüzdeleri

%0
%37.24
%67.35
%23.14

Codes

Color #C47B40 in popluar color models

C47B40
RGB19612364
HSL27°52.80%50.98%
HSB/HSV27°67.35%76.86%
CMYK0.00%37.24%67.35%
23.14%

Color #C47B40 in popluar number systems.

HEXC47B40
Decimal19612364
Binary1100010011110111000000
Octal304173100

Shades and tints

Shades of #C47B40

#C47B40
(196,123,64)
#B3703B
(179,112,59)
#A26536
(162,101,54)
#915A31
(145,90,49)
#804F2C
(128,79,44)
#6F4427
(111,68,39)
#5E3922
(94,57,34)
#4D2E1D
(77,46,29)
#3C2318
(60,35,24)
#2B1813
(43,24,19)
#1A0D0E
(26,13,14)
#000000
(0,0,0)

Tints of #C47B40

#C47B40
(196,123,64)
#C98751
(201,135,81)
#CE9362
(206,147,98)
#D39F73
(211,159,115)
#D8AB84
(216,171,132)
#DDB795
(221,183,149)
#E2C3A6
(226,195,166)
#E7CFB7
(231,207,183)
#ECDBC8
(236,219,200)
#F1E7D9
(241,231,217)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47B40 color. Also use rgb(196,123,64) instead hex code.

Text Font Color

.myTextColor { color: #C47B40; }

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

This text font color is #C47B40.


Background Color

.myBgColor { background-color: #C47B40; }

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

This div background color is #C47B40.


Border color

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

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

This div border color is #C47B40.


Opacity

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

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

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

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

This text has shadow with #C47B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47B40 on black background.


Color preview on white background

This text has color #C47B40 on white background.



Black color preview on #C47B40 background

This text has black color on #C47B40 background.


White color preview on #C47B40 background

This text has white color on #C47B40 background.