COLOR #C4561B

HEX: #C4561B
RGB: (196,86,27)

Color info

#C4561B contains mainly red color. Web safe color of #C4561B is #CC6633 (or #C63).

RGB color model

#C4561B color RGB value is (196,86,27).

  • red value is 196;
  • green value is 86;
  • blue value is 27.
RGB:
(196,86,27)
(77%,34%,11%)

RGB channels and saturation

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

196
86
27

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

Portions of RGB colors in percentages

R + G + B =
196 + 86 + 27 = 309 (100%)
R 196 of 309 ~ 63.43%
G 86 of 309 ~ 27.83%
B 27 of 309 ~ 8.74%

%63.43
%27.83

CMYK color model

#C4561B color CMYK value is (0,56,86,23).

  • cyan value is 0.00%
  • magenta value is 56.12%
  • yellow value is 86.22%
  • key color value is 23.14%
CMYK:
(0,56,86,23)
C0M56Y86K23 
(0%,56%,86%,23%)
(0.00/0.56/0.86/0.23)	

CMYK percentages

%0
%56.12
%86.22
%23.14

Codes

Color #C4561B in popluar color models

C4561B
RGB1968627
HSL21°75.78%43.73%
HSB/HSV21°86.22%76.86%
CMYK0.00%56.12%86.22%
23.14%

Color #C4561B in popluar number systems.

HEXC4561B
Decimal1968627
Binary11000100101011011011
Octal30412633

Shades and tints

Shades of #C4561B

#C4561B
(196,86,27)
#B34F19
(179,79,25)
#A24817
(162,72,23)
#914115
(145,65,21)
#803A13
(128,58,19)
#6F3311
(111,51,17)
#5E2C0F
(94,44,15)
#4D250D
(77,37,13)
#3C1E0B
(60,30,11)
#2B1709
(43,23,9)
#1A1007
(26,16,7)
#000000
(0,0,0)

Tints of #C4561B

#C4561B
(196,86,27)
#C9652F
(201,101,47)
#CE7443
(206,116,67)
#D38357
(211,131,87)
#D8926B
(216,146,107)
#DDA17F
(221,161,127)
#E2B093
(226,176,147)
#E7BFA7
(231,191,167)
#ECCEBB
(236,206,187)
#F1DDCF
(241,221,207)
#F6ECE3
(246,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4561B; }

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

This text font color is #C4561B.


Background Color

.myBgColor { background-color: #C4561B; }

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

This div background color is #C4561B.


Border color

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

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

This div border color is #C4561B.


Opacity

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

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

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

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

This text has shadow with #C4561B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4561B on black background.


Color preview on white background

This text has color #C4561B on white background.



Black color preview on #C4561B background

This text has black color on #C4561B background.


White color preview on #C4561B background

This text has white color on #C4561B background.