COLOR #C5843A

HEX: #C5843A
RGB: (197,132,58)

Color info

#C5843A contains mainly red color. Web safe color of #C5843A is #CC9933 (or #C93).

RGB color model

#C5843A color RGB value is (197,132,58).

  • red value is 197;
  • green value is 132;
  • blue value is 58.
RGB:
(197,132,58)
(77%,52%,23%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 58 of 255 = 23%

197
132
58

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

Portions of RGB colors in percentages

R + G + B =
197 + 132 + 58 = 387 (100%)
R 197 of 387 ~ 50.9%
G 132 of 387 ~ 34.11%
B 58 of 387 ~ 14.99%

%50.9
%34.11
%14.99

CMYK color model

#C5843A color CMYK value is (0,33,71,23).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 70.56%
  • key color value is 22.75%
CMYK:
(0,33,71,23)
C0M33Y71K23 
(0%,33%,71%,23%)
(0.00/0.33/0.71/0.23)	

CMYK percentages

%0
%32.99
%70.56
%22.75

Codes

Color #C5843A in popluar color models

C5843A
RGB19713258
HSL32°54.51%50.00%
HSB/HSV32°70.56%77.25%
CMYK0.00%32.99%70.56%
22.75%

Color #C5843A in popluar number systems.

HEXC5843A
Decimal19713258
Binary1100010110000100111010
Octal30520472

Shades and tints

Shades of #C5843A

#C5843A
(197,132,58)
#B47835
(180,120,53)
#A36C30
(163,108,48)
#92602B
(146,96,43)
#815426
(129,84,38)
#704821
(112,72,33)
#5F3C1C
(95,60,28)
#4E3017
(78,48,23)
#3D2412
(61,36,18)
#2C180D
(44,24,13)
#1B0C08
(27,12,8)
#000000
(0,0,0)

Tints of #C5843A

#C5843A
(197,132,58)
#CA8F4B
(202,143,75)
#CF9A5C
(207,154,92)
#D4A56D
(212,165,109)
#D9B07E
(217,176,126)
#DEBB8F
(222,187,143)
#E3C6A0
(227,198,160)
#E8D1B1
(232,209,177)
#EDDCC2
(237,220,194)
#F2E7D3
(242,231,211)
#F7F2E4
(247,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5843A color. Also use rgb(197,132,58) instead hex code.

Text Font Color

.myTextColor { color: #C5843A; }

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

This text font color is #C5843A.


Background Color

.myBgColor { background-color: #C5843A; }

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

This div background color is #C5843A.


Border color

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

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

This div border color is #C5843A.


Opacity

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

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

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

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

This text has shadow with #C5843A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5843A on black background.


Color preview on white background

This text has color #C5843A on white background.



Black color preview on #C5843A background

This text has black color on #C5843A background.


White color preview on #C5843A background

This text has white color on #C5843A background.