COLOR #C57B58

HEX: #C57B58
RGB: (197,123,88)

Color info

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

RGB color model

#C57B58 color RGB value is (197,123,88).

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

RGB channels and saturation

R 197 of 255 = 77%
G 123 of 255 = 48%
B 88 of 255 = 35%

197
123
88

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

Portions of RGB colors in percentages

R + G + B =
197 + 123 + 88 = 408 (100%)
R 197 of 408 ~ 48.28%
G 123 of 408 ~ 30.15%
B 88 of 408 ~ 21.57%

%48.28
%30.15
%21.57

CMYK color model

#C57B58 color CMYK value is (0,38,55,23).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 55.33%
  • key color value is 22.75%
CMYK:
(0,38,55,23)
C0M38Y55K23 
(0%,38%,55%,23%)
(0.00/0.38/0.55/0.23)	

CMYK percentages

%0
%37.56
%55.33
%22.75

Codes

Color #C57B58 in popluar color models

C57B58
RGB19712388
HSL19°48.44%55.88%
HSB/HSV19°55.33%77.25%
CMYK0.00%37.56%55.33%
22.75%

Color #C57B58 in popluar number systems.

HEXC57B58
Decimal19712388
Binary1100010111110111011000
Octal305173130

Shades and tints

Shades of #C57B58

#C57B58
(197,123,88)
#B47050
(180,112,80)
#A36548
(163,101,72)
#925A40
(146,90,64)
#814F38
(129,79,56)
#704430
(112,68,48)
#5F3928
(95,57,40)
#4E2E20
(78,46,32)
#3D2318
(61,35,24)
#2C1810
(44,24,16)
#1B0D08
(27,13,8)
#000000
(0,0,0)

Tints of #C57B58

#C57B58
(197,123,88)
#CA8767
(202,135,103)
#CF9376
(207,147,118)
#D49F85
(212,159,133)
#D9AB94
(217,171,148)
#DEB7A3
(222,183,163)
#E3C3B2
(227,195,178)
#E8CFC1
(232,207,193)
#EDDBD0
(237,219,208)
#F2E7DF
(242,231,223)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57B58; }

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

This text font color is #C57B58.


Background Color

.myBgColor { background-color: #C57B58; }

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

This div background color is #C57B58.


Border color

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

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

This div border color is #C57B58.


Opacity

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

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

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

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

This text has shadow with #C57B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57B58 on black background.


Color preview on white background

This text has color #C57B58 on white background.



Black color preview on #C57B58 background

This text has black color on #C57B58 background.


White color preview on #C57B58 background

This text has white color on #C57B58 background.