COLOR #C57258

HEX: #C57258
RGB: (197,114,88)

Color info

#C57258 contains mainly red color. Web safe color of #C57258 is #CC6666 (or #C66).

RGB color model

#C57258 color RGB value is (197,114,88).

  • red value is 197;
  • green value is 114;
  • blue value is 88.
RGB: (197,114,88) (77%,45%,35%)

RGB channels and saturation

R 197 of 255 = 77%
G 114 of 255 = 45%
B 88 of 255 = 35%

197
114
88

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

Portions of RGB colors in percentages

R + G + B =
197 + 114 + 88 = 399 (100%)
R 197 of 399 ~ 49.37%
G 114 of 399 ~ 28.57%
B 88 of 399 ~ 22.06%

%49.37
%28.57
%22.06

CMYK color model

#C57258 color CMYK value is (0,42,55,23).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 55.33%
  • key color value is 22.75%
CMYK: (0,42,55,23) C0M42Y55K23 (0%,42%,55%,23%) (0.00/0.42/0.55/0.23)

CMYK percentages

%0
%42.13
%55.33
%22.75

Codes

Color #C57258 in popluar color models

C57258
RGB19711488
HSL14°48.44%55.88%
HSB/HSV14°55.33%77.25%
CMYK0.00%42.13%55.33%
22.75%

Color #C57258 in popluar number systems.

HEXC57258
Decimal19711488
Binary1100010111100101011000
Octal305162130

Shades and tints

Shades of #C57258

#C57258
(197,114,88)
#B46850
(180,104,80)
#A35E48
(163,94,72)
#925440
(146,84,64)
#814A38
(129,74,56)
#704030
(112,64,48)
#5F3628
(95,54,40)
#4E2C20
(78,44,32)
#3D2218
(61,34,24)
#2C1810
(44,24,16)
#1B0E08
(27,14,8)
#000000
(0,0,0)

Tints of #C57258

#C57258
(197,114,88)
#CA7E67
(202,126,103)
#CF8A76
(207,138,118)
#D49685
(212,150,133)
#D9A294
(217,162,148)
#DEAEA3
(222,174,163)
#E3BAB2
(227,186,178)
#E8C6C1
(232,198,193)
#EDD2D0
(237,210,208)
#F2DEDF
(242,222,223)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57258 color. Also use rgb(197,114,88) instead hex code.

Text Font Color

.myTextColor { color: #C57258; }

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

This text font color is #C57258.


Background Color

.myBgColor { background-color: #C57258; }

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

This div background color is #C57258.


Border color

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

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

This div border color is #C57258.


Opacity

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

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

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

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

This text has shadow with #C57258 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C57258 on black background.


Color preview on white background

This text has color #C57258 on white background.



Black color preview on #C57258 background

This text has black color on #C57258 background.


White color preview on #C57258 background

This text has white color on #C57258 background.