COLOR #C18335

HEX: #C18335
RGB: (193,131,53)

Color info

#C18335 contains mainly red color. Web safe color of #C18335 is #CC9933 (or #C93).

RGB color model

#C18335 color RGB value is (193,131,53).

  • red value is 193;
  • green value is 131;
  • blue value is 53.
RGB:
(193,131,53)
(76%,51%,21%)

RGB channels and saturation

R 193 of 255 = 76%
G 131 of 255 = 51%
B 53 of 255 = 21%

193
131
53

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

Portions of RGB colors in percentages

R + G + B =
193 + 131 + 53 = 377 (100%)
R 193 of 377 ~ 51.19%
G 131 of 377 ~ 34.75%
B 53 of 377 ~ 14.06%

%51.19
%34.75
%14.06

CMYK color model

#C18335 color CMYK value is (0,32,73,24).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 72.54%
  • key color value is 24.31%
CMYK:
(0,32,73,24)
C0M32Y73K24 
(0%,32%,73%,24%)
(0.00/0.32/0.73/0.24)	

CMYK percentages

%0
%32.12
%72.54
%24.31

Codes

Color #C18335 in popluar color models

C18335
RGB19313153
HSL33°56.91%48.24%
HSB/HSV33°72.54%75.69%
CMYK0.00%32.12%72.54%
24.31%

Color #C18335 in popluar number systems.

HEXC18335
Decimal19313153
Binary1100000110000011110101
Octal30120365

Shades and tints

Shades of #C18335

#C18335
(193,131,53)
#B07831
(176,120,49)
#9F6D2D
(159,109,45)
#8E6229
(142,98,41)
#7D5725
(125,87,37)
#6C4C21
(108,76,33)
#5B411D
(91,65,29)
#4A3619
(74,54,25)
#392B15
(57,43,21)
#282011
(40,32,17)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #C18335

#C18335
(193,131,53)
#C68E47
(198,142,71)
#CB9959
(203,153,89)
#D0A46B
(208,164,107)
#D5AF7D
(213,175,125)
#DABA8F
(218,186,143)
#DFC5A1
(223,197,161)
#E4D0B3
(228,208,179)
#E9DBC5
(233,219,197)
#EEE6D7
(238,230,215)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18335 color. Also use rgb(193,131,53) instead hex code.

Text Font Color

.myTextColor { color: #C18335; }

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

This text font color is #C18335.


Background Color

.myBgColor { background-color: #C18335; }

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

This div background color is #C18335.


Border color

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

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

This div border color is #C18335.


Opacity

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

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

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

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

This text has shadow with #C18335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18335 on black background.


Color preview on white background

This text has color #C18335 on white background.



Black color preview on #C18335 background

This text has black color on #C18335 background.


White color preview on #C18335 background

This text has white color on #C18335 background.