COLOR #C37E7F

HEX: #C37E7F
RGB: (195,126,127)

Renk bilgisi

#C37E7F contains mainly red color. #C37E7F ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C37E7F color RGB value is (195,126,127).

  • kırmız ton 195;
  • yeşil ton 126;
  • mavi ton 127.
RGB:
(195,126,127)
(76%,49%,50%)

RGB bağlantıları ve doygunluk

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

195
126
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 126 + 127 = 448 (100%)
R 195 of 448 ~ 43.53%
G 126 of 448 ~ 28.13%
B 127 of 448 ~ 28.35%

%43.53
%28.13
%28.35

CMYK RENK MODELİ

#C37E7F rengi CMYK tonu (0,35,35,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.38%
  • sarı tonu 34.87%
  • ana renk tonu 23.53%
CMYK:
(0,35,35,24)
C0M35Y35K24 
(0%,35%,35%,24%)
(0.00/0.35/0.35/0.24)	

CMYK yüzdeleri

%0
%35.38
%34.87
%23.53

Codes

Color #C37E7F in popluar color models

C37E7F
RGB195126127
HSL359°36.51%62.94%
HSB/HSV359°35.38%76.47%
CMYK0.00%35.38%34.87%
23.53%

Color #C37E7F in popluar number systems.

HEXC37E7F
Decimal195126127
Binary1100001111111101111111
Octal303176177

Shades and tints

Shades of #C37E7F

#C37E7F
(195,126,127)
#B27374
(178,115,116)
#A16869
(161,104,105)
#905D5E
(144,93,94)
#7F5253
(127,82,83)
#6E4748
(110,71,72)
#5D3C3D
(93,60,61)
#4C3132
(76,49,50)
#3B2627
(59,38,39)
#2A1B1C
(42,27,28)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #C37E7F

#C37E7F
(195,126,127)
#C8898A
(200,137,138)
#CD9495
(205,148,149)
#D29FA0
(210,159,160)
#D7AAAB
(215,170,171)
#DCB5B6
(220,181,182)
#E1C0C1
(225,192,193)
#E6CBCC
(230,203,204)
#EBD6D7
(235,214,215)
#F0E1E2
(240,225,226)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37E7F; }

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

This text font color is #C37E7F.


Background Color

.myBgColor { background-color: #C37E7F; }

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

This div background color is #C37E7F.


Border color

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

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

This div border color is #C37E7F.


Opacity

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

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

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

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

This text has shadow with #C37E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37E7F on black background.


Color preview on white background

This text has color #C37E7F on white background.



Black color preview on #C37E7F background

This text has black color on #C37E7F background.


White color preview on #C37E7F background

This text has white color on #C37E7F background.