COLOR #C37413

HEX: #C37413
RGB: (195,116,19)

Color info

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

RGB color model

#C37413 color RGB value is (195,116,19).

  • red value is 195;
  • green value is 116;
  • blue value is 19.
RGB:
(195,116,19)
(76%,45%,7%)

RGB channels and saturation

R 195 of 255 = 76%
G 116 of 255 = 45%
B 19 of 255 = 7%

195
116
19

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

Portions of RGB colors in percentages

R + G + B =
195 + 116 + 19 = 330 (100%)
R 195 of 330 ~ 59.09%
G 116 of 330 ~ 35.15%
B 19 of 330 ~ 5.76%

%59.09
%35.15

CMYK color model

#C37413 color CMYK value is (0,41,90,24).

  • cyan value is 0.00%
  • magenta value is 40.51%
  • yellow value is 90.26%
  • key color value is 23.53%
CMYK:
(0,41,90,24)
C0M41Y90K24 
(0%,41%,90%,24%)
(0.00/0.41/0.90/0.24)	

CMYK percentages

%0
%40.51
%90.26
%23.53

Codes

Color #C37413 in popluar color models

C37413
RGB19511619
HSL33°82.24%41.96%
HSB/HSV33°90.26%76.47%
CMYK0.00%40.51%90.26%
23.53%

Color #C37413 in popluar number systems.

HEXC37413
Decimal19511619
Binary11000011111010010011
Octal30316423

Shades and tints

Shades of #C37413

#C37413
(195,116,19)
#B26A12
(178,106,18)
#A16011
(161,96,17)
#905610
(144,86,16)
#7F4C0F
(127,76,15)
#6E420E
(110,66,14)
#5D380D
(93,56,13)
#4C2E0C
(76,46,12)
#3B240B
(59,36,11)
#2A1A0A
(42,26,10)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #C37413

#C37413
(195,116,19)
#C88028
(200,128,40)
#CD8C3D
(205,140,61)
#D29852
(210,152,82)
#D7A467
(215,164,103)
#DCB07C
(220,176,124)
#E1BC91
(225,188,145)
#E6C8A6
(230,200,166)
#EBD4BB
(235,212,187)
#F0E0D0
(240,224,208)
#F5ECE5
(245,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37413 color. Also use rgb(195,116,19) instead hex code.

Text Font Color

.myTextColor { color: #C37413; }

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

This text font color is #C37413.


Background Color

.myBgColor { background-color: #C37413; }

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

This div background color is #C37413.


Border color

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

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

This div border color is #C37413.


Opacity

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

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

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

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

This text has shadow with #C37413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37413 on black background.


Color preview on white background

This text has color #C37413 on white background.



Black color preview on #C37413 background

This text has black color on #C37413 background.


White color preview on #C37413 background

This text has white color on #C37413 background.