COLOR #C0783A

HEX: #C0783A
RGB: (192,120,58)

Color info

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

RGB color model

#C0783A color RGB value is (192,120,58).

  • red value is 192;
  • green value is 120;
  • blue value is 58.
RGB:
(192,120,58)
(75%,47%,23%)

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 58 of 255 = 23%

192
120
58

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

Portions of RGB colors in percentages

R + G + B =
192 + 120 + 58 = 370 (100%)
R 192 of 370 ~ 51.89%
G 120 of 370 ~ 32.43%
B 58 of 370 ~ 15.68%

%51.89
%32.43
%15.68

CMYK color model

#C0783A color CMYK value is (0,38,70,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 69.79%
  • key color value is 24.71%
CMYK:
(0,38,70,25)
C0M38Y70K25 
(0%,38%,70%,25%)
(0.00/0.38/0.70/0.25)	

CMYK percentages

%0
%37.5
%69.79
%24.71

Codes

Color #C0783A in popluar color models

C0783A
RGB19212058
HSL28°53.60%49.02%
HSB/HSV28°69.79%75.29%
CMYK0.00%37.50%69.79%
24.71%

Color #C0783A in popluar number systems.

HEXC0783A
Decimal19212058
Binary110000001111000111010
Octal30017072

Shades and tints

Shades of #C0783A

#C0783A
(192,120,58)
#AF6E35
(175,110,53)
#9E6430
(158,100,48)
#8D5A2B
(141,90,43)
#7C5026
(124,80,38)
#6B4621
(107,70,33)
#5A3C1C
(90,60,28)
#493217
(73,50,23)
#382812
(56,40,18)
#271E0D
(39,30,13)
#161408
(22,20,8)
#000000
(0,0,0)

Tints of #C0783A

#C0783A
(192,120,58)
#C5844B
(197,132,75)
#CA905C
(202,144,92)
#CF9C6D
(207,156,109)
#D4A87E
(212,168,126)
#D9B48F
(217,180,143)
#DEC0A0
(222,192,160)
#E3CCB1
(227,204,177)
#E8D8C2
(232,216,194)
#EDE4D3
(237,228,211)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0783A color. Also use rgb(192,120,58) instead hex code.

Text Font Color

.myTextColor { color: #C0783A; }

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

This text font color is #C0783A.


Background Color

.myBgColor { background-color: #C0783A; }

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

This div background color is #C0783A.


Border color

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

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

This div border color is #C0783A.


Opacity

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

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

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

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

This text has shadow with #C0783A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0783A on black background.


Color preview on white background

This text has color #C0783A on white background.



Black color preview on #C0783A background

This text has black color on #C0783A background.


White color preview on #C0783A background

This text has white color on #C0783A background.