COLOR #C37F7F

HEX: #C37F7F
RGB: (195,127,127)

Color info

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

RGB color model

#C37F7F color RGB value is (195,127,127).

  • red value is 195;
  • green value is 127;
  • blue value is 127.
RGB:
(195,127,127)
(76%,50%,50%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 127 of 255 = 50%

195
127
127

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

Portions of RGB colors in percentages

R + G + B =
195 + 127 + 127 = 449 (100%)
R 195 of 449 ~ 43.43%
G 127 of 449 ~ 28.29%
B 127 of 449 ~ 28.29%

%43.43
%28.29
%28.29

CMYK color model

#C37F7F color CMYK value is (0,35,35,24).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 34.87%
  • key color value is 23.53%
CMYK:
(0,35,35,24)
C0M35Y35K24 
(0%,35%,35%,24%)
(0.00/0.35/0.35/0.24)	

CMYK percentages

%0
%34.87
%34.87
%23.53

Codes

Color #C37F7F in popluar color models

C37F7F
RGB195127127
HSL36.17%63.14%
HSB/HSV34.87%76.47%
CMYK0.00%34.87%34.87%
23.53%

Color #C37F7F in popluar number systems.

HEXC37F7F
Decimal195127127
Binary1100001111111111111111
Octal303177177

Shades and tints

Shades of #C37F7F

#C37F7F
(195,127,127)
#B27474
(178,116,116)
#A16969
(161,105,105)
#905E5E
(144,94,94)
#7F5353
(127,83,83)
#6E4848
(110,72,72)
#5D3D3D
(93,61,61)
#4C3232
(76,50,50)
#3B2727
(59,39,39)
#2A1C1C
(42,28,28)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C37F7F

#C37F7F
(195,127,127)
#C88A8A
(200,138,138)
#CD9595
(205,149,149)
#D2A0A0
(210,160,160)
#D7ABAB
(215,171,171)
#DCB6B6
(220,182,182)
#E1C1C1
(225,193,193)
#E6CCCC
(230,204,204)
#EBD7D7
(235,215,215)
#F0E2E2
(240,226,226)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37F7F color. Also use rgb(195,127,127) instead hex code.

Text Font Color

.myTextColor { color: #C37F7F; }

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

This text font color is #C37F7F.


Background Color

.myBgColor { background-color: #C37F7F; }

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

This div background color is #C37F7F.


Border color

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

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

This div border color is #C37F7F.


Opacity

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

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

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

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

This text has shadow with #C37F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37F7F on black background.


Color preview on white background

This text has color #C37F7F on white background.



Black color preview on #C37F7F background

This text has black color on #C37F7F background.


White color preview on #C37F7F background

This text has white color on #C37F7F background.