COLOR #C1731E

HEX: #C1731E
RGB: (193,115,30)

Color info

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

RGB color model

#C1731E color RGB value is (193,115,30).

  • red value is 193;
  • green value is 115;
  • blue value is 30.
RGB:
(193,115,30)
(76%,45%,12%)

RGB channels and saturation

R 193 of 255 = 76%
G 115 of 255 = 45%
B 30 of 255 = 12%

193
115
30

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

Portions of RGB colors in percentages

R + G + B =
193 + 115 + 30 = 338 (100%)
R 193 of 338 ~ 57.1%
G 115 of 338 ~ 34.02%
B 30 of 338 ~ 8.88%

%57.1
%34.02

CMYK color model

#C1731E color CMYK value is (0,40,84,24).

  • cyan value is 0.00%
  • magenta value is 40.41%
  • yellow value is 84.46%
  • key color value is 24.31%
CMYK:
(0,40,84,24)
C0M40Y84K24 
(0%,40%,84%,24%)
(0.00/0.40/0.84/0.24)	

CMYK percentages

%0
%40.41
%84.46
%24.31

Codes

Color #C1731E in popluar color models

C1731E
RGB19311530
HSL31°73.09%43.73%
HSB/HSV31°84.46%75.69%
CMYK0.00%40.41%84.46%
24.31%

Color #C1731E in popluar number systems.

HEXC1731E
Decimal19311530
Binary11000001111001111110
Octal30116336

Shades and tints

Shades of #C1731E

#C1731E
(193,115,30)
#B0691C
(176,105,28)
#9F5F1A
(159,95,26)
#8E5518
(142,85,24)
#7D4B16
(125,75,22)
#6C4114
(108,65,20)
#5B3712
(91,55,18)
#4A2D10
(74,45,16)
#39230E
(57,35,14)
#28190C
(40,25,12)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #C1731E

#C1731E
(193,115,30)
#C67F32
(198,127,50)
#CB8B46
(203,139,70)
#D0975A
(208,151,90)
#D5A36E
(213,163,110)
#DAAF82
(218,175,130)
#DFBB96
(223,187,150)
#E4C7AA
(228,199,170)
#E9D3BE
(233,211,190)
#EEDFD2
(238,223,210)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1731E color. Also use rgb(193,115,30) instead hex code.

Text Font Color

.myTextColor { color: #C1731E; }

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

This text font color is #C1731E.


Background Color

.myBgColor { background-color: #C1731E; }

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

This div background color is #C1731E.


Border color

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

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

This div border color is #C1731E.


Opacity

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

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

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

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

This text has shadow with #C1731E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1731E on black background.


Color preview on white background

This text has color #C1731E on white background.



Black color preview on #C1731E background

This text has black color on #C1731E background.


White color preview on #C1731E background

This text has white color on #C1731E background.