COLOR #C3710C

HEX: #C3710C
RGB: (195,113,12)

Color info

#C3710C contains mainly red color. Web safe color of #C3710C is #CC6600 (or #C60).

RGB color model

#C3710C color RGB value is (195,113,12).

  • red value is 195;
  • green value is 113;
  • blue value is 12.
RGB:
(195,113,12)
(76%,44%,5%)

RGB channels and saturation

R 195 of 255 = 76%
G 113 of 255 = 44%
B 12 of 255 = 5%

195
113
12

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

Portions of RGB colors in percentages

R + G + B =
195 + 113 + 12 = 320 (100%)
R 195 of 320 ~ 60.94%
G 113 of 320 ~ 35.31%
B 12 of 320 ~ 3.75%

%60.94
%35.31

CMYK color model

#C3710C color CMYK value is (0,42,94,24).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 93.85%
  • key color value is 23.53%
CMYK:
(0,42,94,24)
C0M42Y94K24 
(0%,42%,94%,24%)
(0.00/0.42/0.94/0.24)	

CMYK percentages

%0
%42.05
%93.85
%23.53

Codes

Color #C3710C in popluar color models

C3710C
RGB19511312
HSL33°88.41%40.59%
HSB/HSV33°93.85%76.47%
CMYK0.00%42.05%93.85%
23.53%

Color #C3710C in popluar number systems.

HEXC3710C
Decimal19511312
Binary1100001111100011100
Octal30316114

Shades and tints

Shades of #C3710C

#C3710C
(195,113,12)
#B2670B
(178,103,11)
#A15D0A
(161,93,10)
#905309
(144,83,9)
#7F4908
(127,73,8)
#6E3F07
(110,63,7)
#5D3506
(93,53,6)
#4C2B05
(76,43,5)
#3B2104
(59,33,4)
#2A1703
(42,23,3)
#190D02
(25,13,2)
#000000
(0,0,0)

Tints of #C3710C

#C3710C
(195,113,12)
#C87D22
(200,125,34)
#CD8938
(205,137,56)
#D2954E
(210,149,78)
#D7A164
(215,161,100)
#DCAD7A
(220,173,122)
#E1B990
(225,185,144)
#E6C5A6
(230,197,166)
#EBD1BC
(235,209,188)
#F0DDD2
(240,221,210)
#F5E9E8
(245,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3710C; }

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

This text font color is #C3710C.


Background Color

.myBgColor { background-color: #C3710C; }

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

This div background color is #C3710C.


Border color

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

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

This div border color is #C3710C.


Opacity

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

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

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

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

This text has shadow with #C3710C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3710C on black background.


Color preview on white background

This text has color #C3710C on white background.



Black color preview on #C3710C background

This text has black color on #C3710C background.


White color preview on #C3710C background

This text has white color on #C3710C background.