COLOR #D37177

HEX: #D37177
RGB: (211,113,119)

Renk bilgisi

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

RGB renk modeli

#D37177 color RGB value is (211,113,119).

  • kırmız ton 211;
  • yeşil ton 113;
  • mavi ton 119.
RGB:
(211,113,119)
(83%,44%,47%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 113 of 255 = 44%
B 119 of 255 = 47%

211
113
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 113 + 119 = 443 (100%)
R 211 of 443 ~ 47.63%
G 113 of 443 ~ 25.51%
B 119 of 443 ~ 26.86%

%47.63
%25.51
%26.86

CMYK RENK MODELİ

#D37177 rengi CMYK tonu (0,46,44,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.45%
  • sarı tonu 43.60%
  • ana renk tonu 17.25%
CMYK:
(0,46,44,17)
C0M46Y44K17 
(0%,46%,44%,17%)
(0.00/0.46/0.44/0.17)	

CMYK yüzdeleri

%0
%46.45
%43.6
%17.25

Codes

Color #D37177 in popluar color models

D37177
RGB211113119
HSL356°52.69%63.53%
HSB/HSV356°46.45%82.75%
CMYK0.00%46.45%43.60%
17.25%

Color #D37177 in popluar number systems.

HEXD37177
Decimal211113119
Binary1101001111100011110111
Octal323161167

Shades and tints

Shades of #D37177

#D37177
(211,113,119)
#C0676D
(192,103,109)
#AD5D63
(173,93,99)
#9A5359
(154,83,89)
#87494F
(135,73,79)
#743F45
(116,63,69)
#61353B
(97,53,59)
#4E2B31
(78,43,49)
#3B2127
(59,33,39)
#28171D
(40,23,29)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #D37177

#D37177
(211,113,119)
#D77D83
(215,125,131)
#DB898F
(219,137,143)
#DF959B
(223,149,155)
#E3A1A7
(227,161,167)
#E7ADB3
(231,173,179)
#EBB9BF
(235,185,191)
#EFC5CB
(239,197,203)
#F3D1D7
(243,209,215)
#F7DDE3
(247,221,227)
#FBE9EF
(251,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37177 color. Also use rgb(211,113,119) instead hex code.

Text Font Color

.myTextColor { color: #D37177; }

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

This text font color is #D37177.


Background Color

.myBgColor { background-color: #D37177; }

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

This div background color is #D37177.


Border color

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

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

This div border color is #D37177.


Opacity

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

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

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

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

This text has shadow with #D37177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37177 on black background.


Color preview on white background

This text has color #D37177 on white background.



Black color preview on #D37177 background

This text has black color on #D37177 background.


White color preview on #D37177 background

This text has white color on #D37177 background.