COLOR #C3712E

HEX: #C3712E RGB: (195,113,46)

Color info

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

RGB color model

#C3712E color RGB value is (195,113,46).

RGB: (195,113,46) (76%, 44%, 18%)

RGB channels and saturation

R 195 of 255 = 76%
G 113 of 255 = 44%
B 46 of 255 = 18%

195
113
46

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

Portions of RGB colors in percentages

R + G + B = 195 + 113 + 46 = 354 (100%)
R 195 of 354 ~ 55.08%
G 113 of 354 ~ 31.92%
B 46 of 354 ~ 12.99'%

%55.08
%31.92
%12.99

CMYK color model

#C3712E color CMYK value is (0,42,76,24).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 76.41%
  • key color value is 23.53%

CMYK: (0,42,76,24)
C0M42Y76K24 (0%, 42%, 76%, 24%)
(0.00 / 0.42 / 0.76 / 0.24)

CMYK percentages

%0
%42.05
%76.41
%23.53

Codes

Color #C3712E in popluar color models

C3 71 2E
RGB 195 113 46
HSL 27° 61.83% 47.25%
HSB/HSV 27° 76.41% 76.47%
CMYK 0.00% 42.05% 76.41%
23.53%

Color #C3712E in popluar number systems.

HEX C3 71 2E
Decimal 195 113 46
Binary 11000011 1110001 101110
Octal 303 161 56

Shades and tints

Shades of #C3712E

#C3712E
(195,113,46)
#B2672A
(178,103,42)
#A15D26
(161,93,38)
#905322
(144,83,34)
#7F491E
(127,73,30)
#6E3F1A
(110,63,26)
#5D3516
(93,53,22)
#4C2B12
(76,43,18)
#3B210E
(59,33,14)
#2A170A
(42,23,10)
#190D06
(25,13,6)
#000000
(0,0,0)

Tints of #C3712E

#C3712E
(195,113,46)
#C87D41
(200,125,65)
#CD8954
(205,137,84)
#D29567
(210,149,103)
#D7A17A
(215,161,122)
#DCAD8D
(220,173,141)
#E1B9A0
(225,185,160)
#E6C5B3
(230,197,179)
#EBD1C6
(235,209,198)
#F0DDD9
(240,221,217)
#F5E9EC
(245,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3712E color. Also use rgb(195,113,46) instead hex code.

Text Font Color

.myTextColor { color: #C3712E; }

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

This text font color is #C3712E.

Background Color

.myBgColor { background-color: #C3712E; }

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

This div background color is #C3712E.

Border color

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

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

This div border color is #C3712E.

Opacity

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

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

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

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

This text has shadow with #C3712E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3712E.

Preview

Color preview on black background

This text has color #C3712E on black background.


Color preview on white background

This text has color #C3712E on white background.


Black color preview on #C3712E background

This text has black color on #C3712E background.


White color preview on #C3712E background

This text has white color on #C3712E background.


Related colors

Complementary color

Complementary color for #hex is #3C8ED1.


I love getcolorcode.com

Triadic colors

1 #2EC371 and #712EC3 with #C3712E are triadic colors.

2 #2E71C3 and #71C32E with #C3712E are triadic colors.