COLOR #C46D18

HEX: #C46D18
RGB: (196,109,24)

Color info

#C46D18 contains mainly red color. Web safe color of #C46D18 is #CC6600 (or #C60).

RGB color model

#C46D18 color RGB value is (196,109,24).

  • red value is 196;
  • green value is 109;
  • blue value is 24.
RGB:
(196,109,24)
(77%,43%,9%)

RGB channels and saturation

R 196 of 255 = 77%
G 109 of 255 = 43%
B 24 of 255 = 9%

196
109
24

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

Portions of RGB colors in percentages

R + G + B =
196 + 109 + 24 = 329 (100%)
R 196 of 329 ~ 59.57%
G 109 of 329 ~ 33.13%
B 24 of 329 ~ 7.29%

%59.57
%33.13

CMYK color model

#C46D18 color CMYK value is (0,44,88,23).

  • cyan value is 0.00%
  • magenta value is 44.39%
  • yellow value is 87.76%
  • key color value is 23.14%
CMYK:
(0,44,88,23)
C0M44Y88K23 
(0%,44%,88%,23%)
(0.00/0.44/0.88/0.23)	

CMYK percentages

%0
%44.39
%87.76
%23.14

Codes

Color #C46D18 in popluar color models

C46D18
RGB19610924
HSL30°78.18%43.14%
HSB/HSV30°87.76%76.86%
CMYK0.00%44.39%87.76%
23.14%

Color #C46D18 in popluar number systems.

HEXC46D18
Decimal19610924
Binary11000100110110111000
Octal30415530

Shades and tints

Shades of #C46D18

#C46D18
(196,109,24)
#B36416
(179,100,22)
#A25B14
(162,91,20)
#915212
(145,82,18)
#804910
(128,73,16)
#6F400E
(111,64,14)
#5E370C
(94,55,12)
#4D2E0A
(77,46,10)
#3C2508
(60,37,8)
#2B1C06
(43,28,6)
#1A1304
(26,19,4)
#000000
(0,0,0)

Tints of #C46D18

#C46D18
(196,109,24)
#C97A2D
(201,122,45)
#CE8742
(206,135,66)
#D39457
(211,148,87)
#D8A16C
(216,161,108)
#DDAE81
(221,174,129)
#E2BB96
(226,187,150)
#E7C8AB
(231,200,171)
#ECD5C0
(236,213,192)
#F1E2D5
(241,226,213)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46D18 color. Also use rgb(196,109,24) instead hex code.

Text Font Color

.myTextColor { color: #C46D18; }

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

This text font color is #C46D18.


Background Color

.myBgColor { background-color: #C46D18; }

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

This div background color is #C46D18.


Border color

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

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

This div border color is #C46D18.


Opacity

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

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

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

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

This text has shadow with #C46D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46D18 on black background.


Color preview on white background

This text has color #C46D18 on white background.



Black color preview on #C46D18 background

This text has black color on #C46D18 background.


White color preview on #C46D18 background

This text has white color on #C46D18 background.