COLOR #C4561D

HEX: #C4561D
RGB: (196,86,29)

Renk bilgisi

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

RGB renk modeli

#C4561D color RGB value is (196,86,29).

  • kırmız ton 196;
  • yeşil ton 86;
  • mavi ton 29.
RGB:
(196,86,29)
(77%,34%,11%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 86 of 255 = 34%
B 29 of 255 = 11%

196
86
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 86 + 29 = 311 (100%)
R 196 of 311 ~ 63.02%
G 86 of 311 ~ 27.65%
B 29 of 311 ~ 9.32%

%63.02
%27.65

CMYK RENK MODELİ

#C4561D rengi CMYK tonu (0,56,85,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.12%
  • sarı tonu 85.20%
  • ana renk tonu 23.14%
CMYK:
(0,56,85,23)
C0M56Y85K23 
(0%,56%,85%,23%)
(0.00/0.56/0.85/0.23)	

CMYK yüzdeleri

%0
%56.12
%85.2
%23.14

Codes

Color #C4561D in popluar color models

C4561D
RGB1968629
HSL20°74.22%44.12%
HSB/HSV20°85.20%76.86%
CMYK0.00%56.12%85.20%
23.14%

Color #C4561D in popluar number systems.

HEXC4561D
Decimal1968629
Binary11000100101011011101
Octal30412635

Shades and tints

Shades of #C4561D

#C4561D
(196,86,29)
#B34F1B
(179,79,27)
#A24819
(162,72,25)
#914117
(145,65,23)
#803A15
(128,58,21)
#6F3313
(111,51,19)
#5E2C11
(94,44,17)
#4D250F
(77,37,15)
#3C1E0D
(60,30,13)
#2B170B
(43,23,11)
#1A1009
(26,16,9)
#000000
(0,0,0)

Tints of #C4561D

#C4561D
(196,86,29)
#C96531
(201,101,49)
#CE7445
(206,116,69)
#D38359
(211,131,89)
#D8926D
(216,146,109)
#DDA181
(221,161,129)
#E2B095
(226,176,149)
#E7BFA9
(231,191,169)
#ECCEBD
(236,206,189)
#F1DDD1
(241,221,209)
#F6ECE5
(246,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4561D color. Also use rgb(196,86,29) instead hex code.

Text Font Color

.myTextColor { color: #C4561D; }

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

This text font color is #C4561D.


Background Color

.myBgColor { background-color: #C4561D; }

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

This div background color is #C4561D.


Border color

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

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

This div border color is #C4561D.


Opacity

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

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

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

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

This text has shadow with #C4561D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4561D on black background.


Color preview on white background

This text has color #C4561D on white background.



Black color preview on #C4561D background

This text has black color on #C4561D background.


White color preview on #C4561D background

This text has white color on #C4561D background.