COLOR #C47B3C

HEX: #C47B3C
RGB: (196,123,60)

Renk bilgisi

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

RGB renk modeli

#C47B3C color RGB value is (196,123,60).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 123 of 255 = 48%
B 60 of 255 = 24%

196
123
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 123 + 60 = 379 (100%)
R 196 of 379 ~ 51.72%
G 123 of 379 ~ 32.45%
B 60 of 379 ~ 15.83%

%51.72
%32.45
%15.83

CMYK RENK MODELİ

#C47B3C rengi CMYK tonu (0,37,69,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.24%
  • sarı tonu 69.39%
  • ana renk tonu 23.14%
CMYK:
(0,37,69,23)
C0M37Y69K23 
(0%,37%,69%,23%)
(0.00/0.37/0.69/0.23)	

CMYK yüzdeleri

%0
%37.24
%69.39
%23.14

Codes

Color #C47B3C in popluar color models

C47B3C
RGB19612360
HSL28°53.54%50.20%
HSB/HSV28°69.39%76.86%
CMYK0.00%37.24%69.39%
23.14%

Color #C47B3C in popluar number systems.

HEXC47B3C
Decimal19612360
Binary110001001111011111100
Octal30417374

Shades and tints

Shades of #C47B3C

#C47B3C
(196,123,60)
#B37037
(179,112,55)
#A26532
(162,101,50)
#915A2D
(145,90,45)
#804F28
(128,79,40)
#6F4423
(111,68,35)
#5E391E
(94,57,30)
#4D2E19
(77,46,25)
#3C2314
(60,35,20)
#2B180F
(43,24,15)
#1A0D0A
(26,13,10)
#000000
(0,0,0)

Tints of #C47B3C

#C47B3C
(196,123,60)
#C9874D
(201,135,77)
#CE935E
(206,147,94)
#D39F6F
(211,159,111)
#D8AB80
(216,171,128)
#DDB791
(221,183,145)
#E2C3A2
(226,195,162)
#E7CFB3
(231,207,179)
#ECDBC4
(236,219,196)
#F1E7D5
(241,231,213)
#F6F3E6
(246,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47B3C; }

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

This text font color is #C47B3C.


Background Color

.myBgColor { background-color: #C47B3C; }

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

This div background color is #C47B3C.


Border color

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

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

This div border color is #C47B3C.


Opacity

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

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

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

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

This text has shadow with #C47B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47B3C on black background.


Color preview on white background

This text has color #C47B3C on white background.



Black color preview on #C47B3C background

This text has black color on #C47B3C background.


White color preview on #C47B3C background

This text has white color on #C47B3C background.