COLOR #C55329

HEX: #C55329
RGB: (197,83,41)

Color info

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

RGB color model

#C55329 color RGB value is (197,83,41).

  • red value is 197;
  • green value is 83;
  • blue value is 41.
RGB:
(197,83,41)
(77%,33%,16%)

RGB channels and saturation

R 197 of 255 = 77%
G 83 of 255 = 33%
B 41 of 255 = 16%

197
83
41

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

Portions of RGB colors in percentages

R + G + B =
197 + 83 + 41 = 321 (100%)
R 197 of 321 ~ 61.37%
G 83 of 321 ~ 25.86%
B 41 of 321 ~ 12.77%

%61.37
%25.86
%12.77

CMYK color model

#C55329 color CMYK value is (0,58,79,23).

  • cyan value is 0.00%
  • magenta value is 57.87%
  • yellow value is 79.19%
  • key color value is 22.75%
CMYK:
(0,58,79,23)
C0M58Y79K23 
(0%,58%,79%,23%)
(0.00/0.58/0.79/0.23)	

CMYK percentages

%0
%57.87
%79.19
%22.75

Codes

Color #C55329 in popluar color models

C55329
RGB1978341
HSL16°65.55%46.67%
HSB/HSV16°79.19%77.25%
CMYK0.00%57.87%79.19%
22.75%

Color #C55329 in popluar number systems.

HEXC55329
Decimal1978341
Binary110001011010011101001
Octal30512351

Shades and tints

Shades of #C55329

#C55329
(197,83,41)
#B44C26
(180,76,38)
#A34523
(163,69,35)
#923E20
(146,62,32)
#81371D
(129,55,29)
#70301A
(112,48,26)
#5F2917
(95,41,23)
#4E2214
(78,34,20)
#3D1B11
(61,27,17)
#2C140E
(44,20,14)
#1B0D0B
(27,13,11)
#000000
(0,0,0)

Tints of #C55329

#C55329
(197,83,41)
#CA623C
(202,98,60)
#CF714F
(207,113,79)
#D48062
(212,128,98)
#D98F75
(217,143,117)
#DE9E88
(222,158,136)
#E3AD9B
(227,173,155)
#E8BCAE
(232,188,174)
#EDCBC1
(237,203,193)
#F2DAD4
(242,218,212)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55329 color. Also use rgb(197,83,41) instead hex code.

Text Font Color

.myTextColor { color: #C55329; }

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

This text font color is #C55329.


Background Color

.myBgColor { background-color: #C55329; }

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

This div background color is #C55329.


Border color

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

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

This div border color is #C55329.


Opacity

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

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

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

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

This text has shadow with #C55329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55329 on black background.


Color preview on white background

This text has color #C55329 on white background.



Black color preview on #C55329 background

This text has black color on #C55329 background.


White color preview on #C55329 background

This text has white color on #C55329 background.