COLOR #C2763B

HEX: #C2763B
RGB: (194,118,59)

Color info

#C2763B contains mainly red color. Web safe color of #C2763B is #CC6633 (or #C63).

RGB color model

#C2763B color RGB value is (194,118,59).

  • red value is 194;
  • green value is 118;
  • blue value is 59.
RGB:
(194,118,59)
(76%,46%,23%)

RGB channels and saturation

R 194 of 255 = 76%
G 118 of 255 = 46%
B 59 of 255 = 23%

194
118
59

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

Portions of RGB colors in percentages

R + G + B =
194 + 118 + 59 = 371 (100%)
R 194 of 371 ~ 52.29%
G 118 of 371 ~ 31.81%
B 59 of 371 ~ 15.9%

%52.29
%31.81
%15.9

CMYK color model

#C2763B color CMYK value is (0,39,70,24).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 69.59%
  • key color value is 23.92%
CMYK:
(0,39,70,24)
C0M39Y70K24 
(0%,39%,70%,24%)
(0.00/0.39/0.70/0.24)	

CMYK percentages

%0
%39.18
%69.59
%23.92

Codes

Color #C2763B in popluar color models

C2763B
RGB19411859
HSL26°53.36%49.61%
HSB/HSV26°69.59%76.08%
CMYK0.00%39.18%69.59%
23.92%

Color #C2763B in popluar number systems.

HEXC2763B
Decimal19411859
Binary110000101110110111011
Octal30216673

Shades and tints

Shades of #C2763B

#C2763B
(194,118,59)
#B16C36
(177,108,54)
#A06231
(160,98,49)
#8F582C
(143,88,44)
#7E4E27
(126,78,39)
#6D4422
(109,68,34)
#5C3A1D
(92,58,29)
#4B3018
(75,48,24)
#3A2613
(58,38,19)
#291C0E
(41,28,14)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #C2763B

#C2763B
(194,118,59)
#C7824C
(199,130,76)
#CC8E5D
(204,142,93)
#D19A6E
(209,154,110)
#D6A67F
(214,166,127)
#DBB290
(219,178,144)
#E0BEA1
(224,190,161)
#E5CAB2
(229,202,178)
#EAD6C3
(234,214,195)
#EFE2D4
(239,226,212)
#F4EEE5
(244,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2763B color. Also use rgb(194,118,59) instead hex code.

Text Font Color

.myTextColor { color: #C2763B; }

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

This text font color is #C2763B.


Background Color

.myBgColor { background-color: #C2763B; }

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

This div background color is #C2763B.


Border color

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

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

This div border color is #C2763B.


Opacity

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

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

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

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

This text has shadow with #C2763B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2763B on black background.


Color preview on white background

This text has color #C2763B on white background.



Black color preview on #C2763B background

This text has black color on #C2763B background.


White color preview on #C2763B background

This text has white color on #C2763B background.