COLOR #7D1F3F

HEX: #7D1F3F
RGB: (125,31,63)

Renk bilgisi

#7D1F3F contains mainly red color. #7D1F3F ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#7D1F3F color RGB value is (125,31,63).

  • kırmız ton 125;
  • yeşil ton 31;
  • mavi ton 63.
RGB:
(125,31,63)
(49%,12%,25%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 31 of 255 = 12%
B 63 of 255 = 25%

125
31
63

R + G + B ~ 29%. #7D1F3F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 31 + 63 = 219 (100%)
R 125 of 219 ~ 57.08%
G 31 of 219 ~ 14.16%
B 63 of 219 ~ 28.77%

%57.08
%14.16
%28.77

CMYK RENK MODELİ

#7D1F3F rengi CMYK tonu (0,75,50,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.20%
  • sarı tonu 49.60%
  • ana renk tonu 50.98%
CMYK:
(0,75,50,51)
C0M75Y50K51 
(0%,75%,50%,51%)
(0.00/0.75/0.50/0.51)	

CMYK yüzdeleri

%0
%75.2
%49.6
%50.98

Codes

Color #7D1F3F in popluar color models

7D1F3F
RGB1253163
HSL340°60.26%30.59%
HSB/HSV340°75.20%49.02%
CMYK0.00%75.20%49.60%
50.98%

Color #7D1F3F in popluar number systems.

HEX7D1F3F
Decimal1253163
Binary111110111111111111
Octal1753777

Shades and tints

Shades of #7D1F3F

#7D1F3F
(125,31,63)
#721D3A
(114,29,58)
#671B35
(103,27,53)
#5C1930
(92,25,48)
#51172B
(81,23,43)
#461526
(70,21,38)
#3B1321
(59,19,33)
#30111C
(48,17,28)
#250F17
(37,15,23)
#1A0D12
(26,13,18)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #7D1F3F

#7D1F3F
(125,31,63)
#883350
(136,51,80)
#934761
(147,71,97)
#9E5B72
(158,91,114)
#A96F83
(169,111,131)
#B48394
(180,131,148)
#BF97A5
(191,151,165)
#CAABB6
(202,171,182)
#D5BFC7
(213,191,199)
#E0D3D8
(224,211,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1F3F color. Also use rgb(125,31,63) instead hex code.

Text Font Color

.myTextColor { color: #7D1F3F; }

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

This text font color is #7D1F3F.


Background Color

.myBgColor { background-color: #7D1F3F; }

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

This div background color is #7D1F3F.


Border color

.myBorderColor { border: 1px solid #7D1F3F; }

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

This div border color is #7D1F3F.


Opacity

.myOpacity80 { color: #7D1F3F; opacity: 0.8; }

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

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

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

This text has shadow with #7D1F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1F3F on black background.


Color preview on white background

This text has color #7D1F3F on white background.



Black color preview on #7D1F3F background

This text has black color on #7D1F3F background.


White color preview on #7D1F3F background

This text has white color on #7D1F3F background.