COLOR #C58440

HEX: #C58440
RGB: (197,132,64)

Color info

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

RGB color model

#C58440 color RGB value is (197,132,64).

  • red value is 197;
  • green value is 132;
  • blue value is 64.
RGB:
(197,132,64)
(77%,52%,25%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 64 of 255 = 25%

197
132
64

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

Portions of RGB colors in percentages

R + G + B =
197 + 132 + 64 = 393 (100%)
R 197 of 393 ~ 50.13%
G 132 of 393 ~ 33.59%
B 64 of 393 ~ 16.28%

%50.13
%33.59
%16.28

CMYK color model

#C58440 color CMYK value is (0,33,68,23).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 67.51%
  • key color value is 22.75%
CMYK:
(0,33,68,23)
C0M33Y68K23 
(0%,33%,68%,23%)
(0.00/0.33/0.68/0.23)	

CMYK percentages

%0
%32.99
%67.51
%22.75

Codes

Color #C58440 in popluar color models

C58440
RGB19713264
HSL31°53.41%51.18%
HSB/HSV31°67.51%77.25%
CMYK0.00%32.99%67.51%
22.75%

Color #C58440 in popluar number systems.

HEXC58440
Decimal19713264
Binary11000101100001001000000
Octal305204100

Shades and tints

Shades of #C58440

#C58440
(197,132,64)
#B4783B
(180,120,59)
#A36C36
(163,108,54)
#926031
(146,96,49)
#81542C
(129,84,44)
#704827
(112,72,39)
#5F3C22
(95,60,34)
#4E301D
(78,48,29)
#3D2418
(61,36,24)
#2C1813
(44,24,19)
#1B0C0E
(27,12,14)
#000000
(0,0,0)

Tints of #C58440

#C58440
(197,132,64)
#CA8F51
(202,143,81)
#CF9A62
(207,154,98)
#D4A573
(212,165,115)
#D9B084
(217,176,132)
#DEBB95
(222,187,149)
#E3C6A6
(227,198,166)
#E8D1B7
(232,209,183)
#EDDCC8
(237,220,200)
#F2E7D9
(242,231,217)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58440 color. Also use rgb(197,132,64) instead hex code.

Text Font Color

.myTextColor { color: #C58440; }

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

This text font color is #C58440.


Background Color

.myBgColor { background-color: #C58440; }

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

This div background color is #C58440.


Border color

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

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

This div border color is #C58440.


Opacity

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

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

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

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

This text has shadow with #C58440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58440 on black background.


Color preview on white background

This text has color #C58440 on white background.



Black color preview on #C58440 background

This text has black color on #C58440 background.


White color preview on #C58440 background

This text has white color on #C58440 background.