COLOR #C4682C

HEX: #C4682C
RGB: (196,104,44)

Renk bilgisi

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

RGB renk modeli

#C4682C color RGB value is (196,104,44).

  • kırmız ton 196;
  • yeşil ton 104;
  • mavi ton 44.
RGB:
(196,104,44)
(77%,41%,17%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 104 of 255 = 41%
B 44 of 255 = 17%

196
104
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 104 + 44 = 344 (100%)
R 196 of 344 ~ 56.98%
G 104 of 344 ~ 30.23%
B 44 of 344 ~ 12.79%

%56.98
%30.23
%12.79

CMYK RENK MODELİ

#C4682C rengi CMYK tonu (0,47,78,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.94%
  • sarı tonu 77.55%
  • ana renk tonu 23.14%
CMYK:
(0,47,78,23)
C0M47Y78K23 
(0%,47%,78%,23%)
(0.00/0.47/0.78/0.23)	

CMYK yüzdeleri

%0
%46.94
%77.55
%23.14

Codes

Color #C4682C in popluar color models

C4682C
RGB19610444
HSL24°63.33%47.06%
HSB/HSV24°77.55%76.86%
CMYK0.00%46.94%77.55%
23.14%

Color #C4682C in popluar number systems.

HEXC4682C
Decimal19610444
Binary110001001101000101100
Octal30415054

Shades and tints

Shades of #C4682C

#C4682C
(196,104,44)
#B35F28
(179,95,40)
#A25624
(162,86,36)
#914D20
(145,77,32)
#80441C
(128,68,28)
#6F3B18
(111,59,24)
#5E3214
(94,50,20)
#4D2910
(77,41,16)
#3C200C
(60,32,12)
#2B1708
(43,23,8)
#1A0E04
(26,14,4)
#000000
(0,0,0)

Tints of #C4682C

#C4682C
(196,104,44)
#C9753F
(201,117,63)
#CE8252
(206,130,82)
#D38F65
(211,143,101)
#D89C78
(216,156,120)
#DDA98B
(221,169,139)
#E2B69E
(226,182,158)
#E7C3B1
(231,195,177)
#ECD0C4
(236,208,196)
#F1DDD7
(241,221,215)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4682C color. Also use rgb(196,104,44) instead hex code.

Text Font Color

.myTextColor { color: #C4682C; }

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

This text font color is #C4682C.


Background Color

.myBgColor { background-color: #C4682C; }

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

This div background color is #C4682C.


Border color

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

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

This div border color is #C4682C.


Opacity

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

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

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

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

This text has shadow with #C4682C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4682C on black background.


Color preview on white background

This text has color #C4682C on white background.



Black color preview on #C4682C background

This text has black color on #C4682C background.


White color preview on #C4682C background

This text has white color on #C4682C background.