COLOR #C3831C

HEX: #C3831C
RGB: (195,131,28)

Color info

#C3831C contains mainly red color. Web safe color of #C3831C is #CC9933 (or #C93).

RGB color model

#C3831C color RGB value is (195,131,28).

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

RGB channels and saturation

R 195 of 255 = 76%
G 131 of 255 = 51%
B 28 of 255 = 11%

195
131
28

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

Portions of RGB colors in percentages

R + G + B =
195 + 131 + 28 = 354 (100%)
R 195 of 354 ~ 55.08%
G 131 of 354 ~ 37.01%
B 28 of 354 ~ 7.91%

%55.08
%37.01

CMYK color model

#C3831C color CMYK value is (0,33,86,24).

  • cyan value is 0.00%
  • magenta value is 32.82%
  • yellow value is 85.64%
  • key color value is 23.53%
CMYK:
(0,33,86,24)
C0M33Y86K24 
(0%,33%,86%,24%)
(0.00/0.33/0.86/0.24)	

CMYK percentages

%0
%32.82
%85.64
%23.53

Codes

Color #C3831C in popluar color models

C3831C
RGB19513128
HSL37°74.89%43.73%
HSB/HSV37°85.64%76.47%
CMYK0.00%32.82%85.64%
23.53%

Color #C3831C in popluar number systems.

HEXC3831C
Decimal19513128
Binary110000111000001111100
Octal30320334

Shades and tints

Shades of #C3831C

#C3831C
(195,131,28)
#B2781A
(178,120,26)
#A16D18
(161,109,24)
#906216
(144,98,22)
#7F5714
(127,87,20)
#6E4C12
(110,76,18)
#5D4110
(93,65,16)
#4C360E
(76,54,14)
#3B2B0C
(59,43,12)
#2A200A
(42,32,10)
#191508
(25,21,8)
#000000
(0,0,0)

Tints of #C3831C

#C3831C
(195,131,28)
#C88E30
(200,142,48)
#CD9944
(205,153,68)
#D2A458
(210,164,88)
#D7AF6C
(215,175,108)
#DCBA80
(220,186,128)
#E1C594
(225,197,148)
#E6D0A8
(230,208,168)
#EBDBBC
(235,219,188)
#F0E6D0
(240,230,208)
#F5F1E4
(245,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3831C; }

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

This text font color is #C3831C.


Background Color

.myBgColor { background-color: #C3831C; }

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

This div background color is #C3831C.


Border color

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

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

This div border color is #C3831C.


Opacity

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

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

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

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

This text has shadow with #C3831C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3831C on black background.


Color preview on white background

This text has color #C3831C on white background.



Black color preview on #C3831C background

This text has black color on #C3831C background.


White color preview on #C3831C background

This text has white color on #C3831C background.