COLOR #C18526

HEX: #C18526
RGB: (193,133,38)

Color info

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

RGB color model

#C18526 color RGB value is (193,133,38).

  • red value is 193;
  • green value is 133;
  • blue value is 38.
RGB:
(193,133,38)
(76%,52%,15%)

RGB channels and saturation

R 193 of 255 = 76%
G 133 of 255 = 52%
B 38 of 255 = 15%

193
133
38

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

Portions of RGB colors in percentages

R + G + B =
193 + 133 + 38 = 364 (100%)
R 193 of 364 ~ 53.02%
G 133 of 364 ~ 36.54%
B 38 of 364 ~ 10.44%

%53.02
%36.54
%10.44

CMYK color model

#C18526 color CMYK value is (0,31,80,24).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 80.31%
  • key color value is 24.31%
CMYK:
(0,31,80,24)
C0M31Y80K24 
(0%,31%,80%,24%)
(0.00/0.31/0.80/0.24)	

CMYK percentages

%0
%31.09
%80.31
%24.31

Codes

Color #C18526 in popluar color models

C18526
RGB19313338
HSL37°67.10%45.29%
HSB/HSV37°80.31%75.69%
CMYK0.00%31.09%80.31%
24.31%

Color #C18526 in popluar number systems.

HEXC18526
Decimal19313338
Binary1100000110000101100110
Octal30120546

Shades and tints

Shades of #C18526

#C18526
(193,133,38)
#B07923
(176,121,35)
#9F6D20
(159,109,32)
#8E611D
(142,97,29)
#7D551A
(125,85,26)
#6C4917
(108,73,23)
#5B3D14
(91,61,20)
#4A3111
(74,49,17)
#39250E
(57,37,14)
#28190B
(40,25,11)
#170D08
(23,13,8)
#000000
(0,0,0)

Tints of #C18526

#C18526
(193,133,38)
#C69039
(198,144,57)
#CB9B4C
(203,155,76)
#D0A65F
(208,166,95)
#D5B172
(213,177,114)
#DABC85
(218,188,133)
#DFC798
(223,199,152)
#E4D2AB
(228,210,171)
#E9DDBE
(233,221,190)
#EEE8D1
(238,232,209)
#F3F3E4
(243,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18526 color. Also use rgb(193,133,38) instead hex code.

Text Font Color

.myTextColor { color: #C18526; }

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

This text font color is #C18526.


Background Color

.myBgColor { background-color: #C18526; }

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

This div background color is #C18526.


Border color

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

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

This div border color is #C18526.


Opacity

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

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

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

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

This text has shadow with #C18526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18526 on black background.


Color preview on white background

This text has color #C18526 on white background.



Black color preview on #C18526 background

This text has black color on #C18526 background.


White color preview on #C18526 background

This text has white color on #C18526 background.