COLOR #C1803B

HEX: #C1803B
RGB: (193,128,59)

Color info

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

RGB color model

#C1803B color RGB value is (193,128,59).

  • red value is 193;
  • green value is 128;
  • blue value is 59.
RGB:
(193,128,59)
(76%,50%,23%)

RGB channels and saturation

R 193 of 255 = 76%
G 128 of 255 = 50%
B 59 of 255 = 23%

193
128
59

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

Portions of RGB colors in percentages

R + G + B =
193 + 128 + 59 = 380 (100%)
R 193 of 380 ~ 50.79%
G 128 of 380 ~ 33.68%
B 59 of 380 ~ 15.53%

%50.79
%33.68
%15.53

CMYK color model

#C1803B color CMYK value is (0,34,69,24).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 69.43%
  • key color value is 24.31%
CMYK:
(0,34,69,24)
C0M34Y69K24 
(0%,34%,69%,24%)
(0.00/0.34/0.69/0.24)	

CMYK percentages

%0
%33.68
%69.43
%24.31

Codes

Color #C1803B in popluar color models

C1803B
RGB19312859
HSL31°53.17%49.41%
HSB/HSV31°69.43%75.69%
CMYK0.00%33.68%69.43%
24.31%

Color #C1803B in popluar number systems.

HEXC1803B
Decimal19312859
Binary1100000110000000111011
Octal30120073

Shades and tints

Shades of #C1803B

#C1803B
(193,128,59)
#B07536
(176,117,54)
#9F6A31
(159,106,49)
#8E5F2C
(142,95,44)
#7D5427
(125,84,39)
#6C4922
(108,73,34)
#5B3E1D
(91,62,29)
#4A3318
(74,51,24)
#392813
(57,40,19)
#281D0E
(40,29,14)
#171209
(23,18,9)
#000000
(0,0,0)

Tints of #C1803B

#C1803B
(193,128,59)
#C68B4C
(198,139,76)
#CB965D
(203,150,93)
#D0A16E
(208,161,110)
#D5AC7F
(213,172,127)
#DAB790
(218,183,144)
#DFC2A1
(223,194,161)
#E4CDB2
(228,205,178)
#E9D8C3
(233,216,195)
#EEE3D4
(238,227,212)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1803B color. Also use rgb(193,128,59) instead hex code.

Text Font Color

.myTextColor { color: #C1803B; }

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

This text font color is #C1803B.


Background Color

.myBgColor { background-color: #C1803B; }

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

This div background color is #C1803B.


Border color

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

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

This div border color is #C1803B.


Opacity

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

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

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

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

This text has shadow with #C1803B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1803B on black background.


Color preview on white background

This text has color #C1803B on white background.



Black color preview on #C1803B background

This text has black color on #C1803B background.


White color preview on #C1803B background

This text has white color on #C1803B background.