COLOR #C4461B

HEX: #C4461B
RGB: (196,70,27)

Color info

#C4461B contains mainly red color. Web safe color of #C4461B is #CC3333 (or #C33).

RGB color model

#C4461B color RGB value is (196,70,27).

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

RGB channels and saturation

R 196 of 255 = 77%
G 70 of 255 = 27%
B 27 of 255 = 11%

196
70
27

R + G + B ~ 38%. #C4461B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
196 + 70 + 27 = 293 (100%)
R 196 of 293 ~ 66.89%
G 70 of 293 ~ 23.89%
B 27 of 293 ~ 9.22%

%66.89
%23.89

CMYK color model

#C4461B color CMYK value is (0,64,86,23).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 86.22%
  • key color value is 23.14%
CMYK:
(0,64,86,23)
C0M64Y86K23 
(0%,64%,86%,23%)
(0.00/0.64/0.86/0.23)	

CMYK percentages

%0
%64.29
%86.22
%23.14

Codes

Color #C4461B in popluar color models

C4461B
RGB1967027
HSL15°75.78%43.73%
HSB/HSV15°86.22%76.86%
CMYK0.00%64.29%86.22%
23.14%

Color #C4461B in popluar number systems.

HEXC4461B
Decimal1967027
Binary11000100100011011011
Octal30410633

Shades and tints

Shades of #C4461B

#C4461B
(196,70,27)
#B34019
(179,64,25)
#A23A17
(162,58,23)
#913415
(145,52,21)
#802E13
(128,46,19)
#6F2811
(111,40,17)
#5E220F
(94,34,15)
#4D1C0D
(77,28,13)
#3C160B
(60,22,11)
#2B1009
(43,16,9)
#1A0A07
(26,10,7)
#000000
(0,0,0)

Tints of #C4461B

#C4461B
(196,70,27)
#C9562F
(201,86,47)
#CE6643
(206,102,67)
#D37657
(211,118,87)
#D8866B
(216,134,107)
#DD967F
(221,150,127)
#E2A693
(226,166,147)
#E7B6A7
(231,182,167)
#ECC6BB
(236,198,187)
#F1D6CF
(241,214,207)
#F6E6E3
(246,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4461B; }

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

This text font color is #C4461B.


Background Color

.myBgColor { background-color: #C4461B; }

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

This div background color is #C4461B.


Border color

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

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

This div border color is #C4461B.


Opacity

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

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

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

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

This text has shadow with #C4461B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4461B on black background.


Color preview on white background

This text has color #C4461B on white background.



Black color preview on #C4461B background

This text has black color on #C4461B background.


White color preview on #C4461B background

This text has white color on #C4461B background.