COLOR #C18811

HEX: #C18811
RGB: (193,136,17)

Color info

#C18811 contains mainly red and green colors. Web safe color of #C18811 is #CC9900 (or #C90).

RGB color model

#C18811 color RGB value is (193,136,17).

  • red value is 193;
  • green value is 136;
  • blue value is 17.
RGB:
(193,136,17)
(76%,53%,7%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 17 of 255 = 7%

193
136
17

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

Portions of RGB colors in percentages

R + G + B =
193 + 136 + 17 = 346 (100%)
R 193 of 346 ~ 55.78%
G 136 of 346 ~ 39.31%
B 17 of 346 ~ 4.91%

%55.78
%39.31

CMYK color model

#C18811 color CMYK value is (0,30,91,24).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 91.19%
  • key color value is 24.31%
CMYK:
(0,30,91,24)
C0M30Y91K24 
(0%,30%,91%,24%)
(0.00/0.30/0.91/0.24)	

CMYK percentages

%0
%29.53
%91.19
%24.31

Codes

Color #C18811 in popluar color models

C18811
RGB19313617
HSL41°83.81%41.18%
HSB/HSV41°91.19%75.69%
CMYK0.00%29.53%91.19%
24.31%

Color #C18811 in popluar number systems.

HEXC18811
Decimal19313617
Binary110000011000100010001
Octal30121021

Shades and tints

Shades of #C18811

#C18811
(193,136,17)
#B07C10
(176,124,16)
#9F700F
(159,112,15)
#8E640E
(142,100,14)
#7D580D
(125,88,13)
#6C4C0C
(108,76,12)
#5B400B
(91,64,11)
#4A340A
(74,52,10)
#392809
(57,40,9)
#281C08
(40,28,8)
#171007
(23,16,7)
#000000
(0,0,0)

Tints of #C18811

#C18811
(193,136,17)
#C69226
(198,146,38)
#CB9C3B
(203,156,59)
#D0A650
(208,166,80)
#D5B065
(213,176,101)
#DABA7A
(218,186,122)
#DFC48F
(223,196,143)
#E4CEA4
(228,206,164)
#E9D8B9
(233,216,185)
#EEE2CE
(238,226,206)
#F3ECE3
(243,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18811 color. Also use rgb(193,136,17) instead hex code.

Text Font Color

.myTextColor { color: #C18811; }

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

This text font color is #C18811.


Background Color

.myBgColor { background-color: #C18811; }

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

This div background color is #C18811.


Border color

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

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

This div border color is #C18811.


Opacity

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

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

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

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

This text has shadow with #C18811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18811 on black background.


Color preview on white background

This text has color #C18811 on white background.



Black color preview on #C18811 background

This text has black color on #C18811 background.


White color preview on #C18811 background

This text has white color on #C18811 background.