COLOR #C58E40

HEX: #C58E40
RGB: (197,142,64)

Color info

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

RGB color model

#C58E40 color RGB value is (197,142,64).

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

RGB channels and saturation

R 197 of 255 = 77%
G 142 of 255 = 56%
B 64 of 255 = 25%

197
142
64

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

Portions of RGB colors in percentages

R + G + B =
197 + 142 + 64 = 403 (100%)
R 197 of 403 ~ 48.88%
G 142 of 403 ~ 35.24%
B 64 of 403 ~ 15.88%

%48.88
%35.24
%15.88

CMYK color model

#C58E40 color CMYK value is (0,28,68,23).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 67.51%
  • key color value is 22.75%
CMYK:
(0,28,68,23)
C0M28Y68K23 
(0%,28%,68%,23%)
(0.00/0.28/0.68/0.23)	

CMYK percentages

%0
%27.92
%67.51
%22.75

Codes

Color #C58E40 in popluar color models

C58E40
RGB19714264
HSL35°53.41%51.18%
HSB/HSV35°67.51%77.25%
CMYK0.00%27.92%67.51%
22.75%

Color #C58E40 in popluar number systems.

HEXC58E40
Decimal19714264
Binary11000101100011101000000
Octal305216100

Shades and tints

Shades of #C58E40

#C58E40
(197,142,64)
#B4823B
(180,130,59)
#A37636
(163,118,54)
#926A31
(146,106,49)
#815E2C
(129,94,44)
#705227
(112,82,39)
#5F4622
(95,70,34)
#4E3A1D
(78,58,29)
#3D2E18
(61,46,24)
#2C2213
(44,34,19)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #C58E40

#C58E40
(197,142,64)
#CA9851
(202,152,81)
#CFA262
(207,162,98)
#D4AC73
(212,172,115)
#D9B684
(217,182,132)
#DEC095
(222,192,149)
#E3CAA6
(227,202,166)
#E8D4B7
(232,212,183)
#EDDEC8
(237,222,200)
#F2E8D9
(242,232,217)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58E40; }

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

This text font color is #C58E40.


Background Color

.myBgColor { background-color: #C58E40; }

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

This div background color is #C58E40.


Border color

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

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

This div border color is #C58E40.


Opacity

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

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

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

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

This text has shadow with #C58E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58E40 on black background.


Color preview on white background

This text has color #C58E40 on white background.



Black color preview on #C58E40 background

This text has black color on #C58E40 background.


White color preview on #C58E40 background

This text has white color on #C58E40 background.