COLOR #C3931C

HEX: #C3931C
RGB: (195,147,28)

Color info

#C3931C contains mainly red and green colors. Web safe color of #C3931C is #CC9933 (or #C93).

RGB color model

#C3931C color RGB value is (195,147,28).

  • red value is 195;
  • green value is 147;
  • blue value is 28.
RGB:
(195,147,28)
(76%,58%,11%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 28 of 255 = 11%

195
147
28

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

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 28 = 370 (100%)
R 195 of 370 ~ 52.7%
G 147 of 370 ~ 39.73%
B 28 of 370 ~ 7.57%

%52.7
%39.73

CMYK color model

#C3931C color CMYK value is (0,25,86,24).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 85.64%
  • key color value is 23.53%
CMYK:
(0,25,86,24)
C0M25Y86K24 
(0%,25%,86%,24%)
(0.00/0.25/0.86/0.24)	

CMYK percentages

%0
%24.62
%85.64
%23.53

Codes

Color #C3931C in popluar color models

C3931C
RGB19514728
HSL43°74.89%43.73%
HSB/HSV43°85.64%76.47%
CMYK0.00%24.62%85.64%
23.53%

Color #C3931C in popluar number systems.

HEXC3931C
Decimal19514728
Binary110000111001001111100
Octal30322334

Shades and tints

Shades of #C3931C

#C3931C
(195,147,28)
#B2861A
(178,134,26)
#A17918
(161,121,24)
#906C16
(144,108,22)
#7F5F14
(127,95,20)
#6E5212
(110,82,18)
#5D4510
(93,69,16)
#4C380E
(76,56,14)
#3B2B0C
(59,43,12)
#2A1E0A
(42,30,10)
#191108
(25,17,8)
#000000
(0,0,0)

Tints of #C3931C

#C3931C
(195,147,28)
#C89C30
(200,156,48)
#CDA544
(205,165,68)
#D2AE58
(210,174,88)
#D7B76C
(215,183,108)
#DCC080
(220,192,128)
#E1C994
(225,201,148)
#E6D2A8
(230,210,168)
#EBDBBC
(235,219,188)
#F0E4D0
(240,228,208)
#F5EDE4
(245,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3931C color. Also use rgb(195,147,28) instead hex code.

Text Font Color

.myTextColor { color: #C3931C; }

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

This text font color is #C3931C.


Background Color

.myBgColor { background-color: #C3931C; }

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

This div background color is #C3931C.


Border color

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

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

This div border color is #C3931C.


Opacity

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

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

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

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

This text has shadow with #C3931C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3931C on black background.


Color preview on white background

This text has color #C3931C on white background.



Black color preview on #C3931C background

This text has black color on #C3931C background.


White color preview on #C3931C background

This text has white color on #C3931C background.