COLOR #C18C1E

HEX: #C18C1E
RGB: (193,140,30)

Color info

#C18C1E contains mainly red and green colors. Web safe color of #C18C1E is #CC9933 (or #C93).

RGB color model

#C18C1E color RGB value is (193,140,30).

  • red value is 193;
  • green value is 140;
  • blue value is 30.
RGB:
(193,140,30)
(76%,55%,12%)

RGB channels and saturation

R 193 of 255 = 76%
G 140 of 255 = 55%
B 30 of 255 = 12%

193
140
30

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

Portions of RGB colors in percentages

R + G + B =
193 + 140 + 30 = 363 (100%)
R 193 of 363 ~ 53.17%
G 140 of 363 ~ 38.57%
B 30 of 363 ~ 8.26%

%53.17
%38.57

CMYK color model

#C18C1E color CMYK value is (0,27,84,24).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 84.46%
  • key color value is 24.31%
CMYK:
(0,27,84,24)
C0M27Y84K24 
(0%,27%,84%,24%)
(0.00/0.27/0.84/0.24)	

CMYK percentages

%0
%27.46
%84.46
%24.31

Codes

Color #C18C1E in popluar color models

C18C1E
RGB19314030
HSL40°73.09%43.73%
HSB/HSV40°84.46%75.69%
CMYK0.00%27.46%84.46%
24.31%

Color #C18C1E in popluar number systems.

HEXC18C1E
Decimal19314030
Binary110000011000110011110
Octal30121436

Shades and tints

Shades of #C18C1E

#C18C1E
(193,140,30)
#B0801C
(176,128,28)
#9F741A
(159,116,26)
#8E6818
(142,104,24)
#7D5C16
(125,92,22)
#6C5014
(108,80,20)
#5B4412
(91,68,18)
#4A3810
(74,56,16)
#392C0E
(57,44,14)
#28200C
(40,32,12)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #C18C1E

#C18C1E
(193,140,30)
#C69632
(198,150,50)
#CBA046
(203,160,70)
#D0AA5A
(208,170,90)
#D5B46E
(213,180,110)
#DABE82
(218,190,130)
#DFC896
(223,200,150)
#E4D2AA
(228,210,170)
#E9DCBE
(233,220,190)
#EEE6D2
(238,230,210)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18C1E color. Also use rgb(193,140,30) instead hex code.

Text Font Color

.myTextColor { color: #C18C1E; }

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

This text font color is #C18C1E.


Background Color

.myBgColor { background-color: #C18C1E; }

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

This div background color is #C18C1E.


Border color

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

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

This div border color is #C18C1E.


Opacity

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

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

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

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

This text has shadow with #C18C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18C1E on black background.


Color preview on white background

This text has color #C18C1E on white background.



Black color preview on #C18C1E background

This text has black color on #C18C1E background.


White color preview on #C18C1E background

This text has white color on #C18C1E background.