COLOR #C4873F

HEX: #C4873F
RGB: (196,135,63)

Color info

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

RGB color model

#C4873F color RGB value is (196,135,63).

  • red value is 196;
  • green value is 135;
  • blue value is 63.
RGB:
(196,135,63)
(77%,53%,25%)

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 63 of 255 = 25%

196
135
63

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

Portions of RGB colors in percentages

R + G + B =
196 + 135 + 63 = 394 (100%)
R 196 of 394 ~ 49.75%
G 135 of 394 ~ 34.26%
B 63 of 394 ~ 15.99%

%49.75
%34.26
%15.99

CMYK color model

#C4873F color CMYK value is (0,31,68,23).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 67.86%
  • key color value is 23.14%
CMYK:
(0,31,68,23)
C0M31Y68K23 
(0%,31%,68%,23%)
(0.00/0.31/0.68/0.23)	

CMYK percentages

%0
%31.12
%67.86
%23.14

Codes

Color #C4873F in popluar color models

C4873F
RGB19613563
HSL32°52.99%50.78%
HSB/HSV32°67.86%76.86%
CMYK0.00%31.12%67.86%
23.14%

Color #C4873F in popluar number systems.

HEXC4873F
Decimal19613563
Binary1100010010000111111111
Octal30420777

Shades and tints

Shades of #C4873F

#C4873F
(196,135,63)
#B37B3A
(179,123,58)
#A26F35
(162,111,53)
#916330
(145,99,48)
#80572B
(128,87,43)
#6F4B26
(111,75,38)
#5E3F21
(94,63,33)
#4D331C
(77,51,28)
#3C2717
(60,39,23)
#2B1B12
(43,27,18)
#1A0F0D
(26,15,13)
#000000
(0,0,0)

Tints of #C4873F

#C4873F
(196,135,63)
#C99150
(201,145,80)
#CE9B61
(206,155,97)
#D3A572
(211,165,114)
#D8AF83
(216,175,131)
#DDB994
(221,185,148)
#E2C3A5
(226,195,165)
#E7CDB6
(231,205,182)
#ECD7C7
(236,215,199)
#F1E1D8
(241,225,216)
#F6EBE9
(246,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4873F color. Also use rgb(196,135,63) instead hex code.

Text Font Color

.myTextColor { color: #C4873F; }

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

This text font color is #C4873F.


Background Color

.myBgColor { background-color: #C4873F; }

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

This div background color is #C4873F.


Border color

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

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

This div border color is #C4873F.


Opacity

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

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

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

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

This text has shadow with #C4873F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4873F on black background.


Color preview on white background

This text has color #C4873F on white background.



Black color preview on #C4873F background

This text has black color on #C4873F background.


White color preview on #C4873F background

This text has white color on #C4873F background.