COLOR #C5674F

HEX: #C5674F
RGB: (197,103,79)

Color info

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

RGB color model

#C5674F color RGB value is (197,103,79).

  • red value is 197;
  • green value is 103;
  • blue value is 79.
RGB:
(197,103,79)
(77%,40%,31%)

RGB channels and saturation

R 197 of 255 = 77%
G 103 of 255 = 40%
B 79 of 255 = 31%

197
103
79

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

Portions of RGB colors in percentages

R + G + B =
197 + 103 + 79 = 379 (100%)
R 197 of 379 ~ 51.98%
G 103 of 379 ~ 27.18%
B 79 of 379 ~ 20.84%

%51.98
%27.18
%20.84

CMYK color model

#C5674F color CMYK value is (0,48,60,23).

  • cyan value is 0.00%
  • magenta value is 47.72%
  • yellow value is 59.90%
  • key color value is 22.75%
CMYK:
(0,48,60,23)
C0M48Y60K23 
(0%,48%,60%,23%)
(0.00/0.48/0.60/0.23)	

CMYK percentages

%0
%47.72
%59.9
%22.75

Codes

Color #C5674F in popluar color models

C5674F
RGB19710379
HSL12°50.43%54.12%
HSB/HSV12°59.90%77.25%
CMYK0.00%47.72%59.90%
22.75%

Color #C5674F in popluar number systems.

HEXC5674F
Decimal19710379
Binary1100010111001111001111
Octal305147117

Shades and tints

Shades of #C5674F

#C5674F
(197,103,79)
#B45E48
(180,94,72)
#A35541
(163,85,65)
#924C3A
(146,76,58)
#814333
(129,67,51)
#703A2C
(112,58,44)
#5F3125
(95,49,37)
#4E281E
(78,40,30)
#3D1F17
(61,31,23)
#2C1610
(44,22,16)
#1B0D09
(27,13,9)
#000000
(0,0,0)

Tints of #C5674F

#C5674F
(197,103,79)
#CA745F
(202,116,95)
#CF816F
(207,129,111)
#D48E7F
(212,142,127)
#D99B8F
(217,155,143)
#DEA89F
(222,168,159)
#E3B5AF
(227,181,175)
#E8C2BF
(232,194,191)
#EDCFCF
(237,207,207)
#F2DCDF
(242,220,223)
#F7E9EF
(247,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5674F color. Also use rgb(197,103,79) instead hex code.

Text Font Color

.myTextColor { color: #C5674F; }

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

This text font color is #C5674F.


Background Color

.myBgColor { background-color: #C5674F; }

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

This div background color is #C5674F.


Border color

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

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

This div border color is #C5674F.


Opacity

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

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

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

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

This text has shadow with #C5674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5674F on black background.


Color preview on white background

This text has color #C5674F on white background.



Black color preview on #C5674F background

This text has black color on #C5674F background.


White color preview on #C5674F background

This text has white color on #C5674F background.