COLOR #C18634

HEX: #C18634
RGB: (193,134,52)

Color info

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

RGB color model

#C18634 color RGB value is (193,134,52).

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

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 52 of 255 = 20%

193
134
52

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

Portions of RGB colors in percentages

R + G + B =
193 + 134 + 52 = 379 (100%)
R 193 of 379 ~ 50.92%
G 134 of 379 ~ 35.36%
B 52 of 379 ~ 13.72%

%50.92
%35.36
%13.72

CMYK color model

#C18634 color CMYK value is (0,31,73,24).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 73.06%
  • key color value is 24.31%
CMYK:
(0,31,73,24)
C0M31Y73K24 
(0%,31%,73%,24%)
(0.00/0.31/0.73/0.24)	

CMYK percentages

%0
%30.57
%73.06
%24.31

Codes

Color #C18634 in popluar color models

C18634
RGB19313452
HSL35°57.55%48.04%
HSB/HSV35°73.06%75.69%
CMYK0.00%30.57%73.06%
24.31%

Color #C18634 in popluar number systems.

HEXC18634
Decimal19313452
Binary1100000110000110110100
Octal30120664

Shades and tints

Shades of #C18634

#C18634
(193,134,52)
#B07A30
(176,122,48)
#9F6E2C
(159,110,44)
#8E6228
(142,98,40)
#7D5624
(125,86,36)
#6C4A20
(108,74,32)
#5B3E1C
(91,62,28)
#4A3218
(74,50,24)
#392614
(57,38,20)
#281A10
(40,26,16)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #C18634

#C18634
(193,134,52)
#C69146
(198,145,70)
#CB9C58
(203,156,88)
#D0A76A
(208,167,106)
#D5B27C
(213,178,124)
#DABD8E
(218,189,142)
#DFC8A0
(223,200,160)
#E4D3B2
(228,211,178)
#E9DEC4
(233,222,196)
#EEE9D6
(238,233,214)
#F3F4E8
(243,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18634; }

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

This text font color is #C18634.


Background Color

.myBgColor { background-color: #C18634; }

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

This div background color is #C18634.


Border color

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

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

This div border color is #C18634.


Opacity

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

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

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

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

This text has shadow with #C18634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18634 on black background.


Color preview on white background

This text has color #C18634 on white background.



Black color preview on #C18634 background

This text has black color on #C18634 background.


White color preview on #C18634 background

This text has white color on #C18634 background.