COLOR #C1861B

HEX: #C1861B
RGB: (193,134,27)

Color info

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

RGB color model

#C1861B color RGB value is (193,134,27).

  • red value is 193;
  • green value is 134;
  • blue value is 27.
RGB:
(193,134,27)
(76%,53%,11%)

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 27 of 255 = 11%

193
134
27

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

Portions of RGB colors in percentages

R + G + B =
193 + 134 + 27 = 354 (100%)
R 193 of 354 ~ 54.52%
G 134 of 354 ~ 37.85%
B 27 of 354 ~ 7.63%

%54.52
%37.85

CMYK color model

#C1861B color CMYK value is (0,31,86,24).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 86.01%
  • key color value is 24.31%
CMYK:
(0,31,86,24)
C0M31Y86K24 
(0%,31%,86%,24%)
(0.00/0.31/0.86/0.24)	

CMYK percentages

%0
%30.57
%86.01
%24.31

Codes

Color #C1861B in popluar color models

C1861B
RGB19313427
HSL39°75.45%43.14%
HSB/HSV39°86.01%75.69%
CMYK0.00%30.57%86.01%
24.31%

Color #C1861B in popluar number systems.

HEXC1861B
Decimal19313427
Binary110000011000011011011
Octal30120633

Shades and tints

Shades of #C1861B

#C1861B
(193,134,27)
#B07A19
(176,122,25)
#9F6E17
(159,110,23)
#8E6215
(142,98,21)
#7D5613
(125,86,19)
#6C4A11
(108,74,17)
#5B3E0F
(91,62,15)
#4A320D
(74,50,13)
#39260B
(57,38,11)
#281A09
(40,26,9)
#170E07
(23,14,7)
#000000
(0,0,0)

Tints of #C1861B

#C1861B
(193,134,27)
#C6912F
(198,145,47)
#CB9C43
(203,156,67)
#D0A757
(208,167,87)
#D5B26B
(213,178,107)
#DABD7F
(218,189,127)
#DFC893
(223,200,147)
#E4D3A7
(228,211,167)
#E9DEBB
(233,222,187)
#EEE9CF
(238,233,207)
#F3F4E3
(243,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1861B color. Also use rgb(193,134,27) instead hex code.

Text Font Color

.myTextColor { color: #C1861B; }

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

This text font color is #C1861B.


Background Color

.myBgColor { background-color: #C1861B; }

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

This div background color is #C1861B.


Border color

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

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

This div border color is #C1861B.


Opacity

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

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

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

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

This text has shadow with #C1861B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1861B on black background.


Color preview on white background

This text has color #C1861B on white background.



Black color preview on #C1861B background

This text has black color on #C1861B background.


White color preview on #C1861B background

This text has white color on #C1861B background.