COLOR #7D1139

HEX: #7D1139
RGB: (125,17,57)

Renk bilgisi

#7D1139 contains mainly red color. #7D1139 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#7D1139 color RGB value is (125,17,57).

  • kırmız ton 125;
  • yeşil ton 17;
  • mavi ton 57.
RGB:
(125,17,57)
(49%,7%,22%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 17 of 255 = 7%
B 57 of 255 = 22%

125
17
57

R + G + B ~ 26%. #7D1139 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 17 + 57 = 199 (100%)
R 125 of 199 ~ 62.81%
G 17 of 199 ~ 8.54%
B 57 of 199 ~ 28.64%

%62.81
%28.64

CMYK RENK MODELİ

#7D1139 rengi CMYK tonu (0,86,54,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.40%
  • sarı tonu 54.40%
  • ana renk tonu 50.98%
CMYK:
(0,86,54,51)
C0M86Y54K51 
(0%,86%,54%,51%)
(0.00/0.86/0.54/0.51)	

CMYK yüzdeleri

%0
%86.4
%54.4
%50.98

Codes

Color #7D1139 in popluar color models

7D1139
RGB1251757
HSL338°76.06%27.84%
HSB/HSV338°86.40%49.02%
CMYK0.00%86.40%54.40%
50.98%

Color #7D1139 in popluar number systems.

HEX7D1139
Decimal1251757
Binary111110110001111001
Octal1752171

Shades and tints

Shades of #7D1139

#7D1139
(125,17,57)
#721034
(114,16,52)
#670F2F
(103,15,47)
#5C0E2A
(92,14,42)
#510D25
(81,13,37)
#460C20
(70,12,32)
#3B0B1B
(59,11,27)
#300A16
(48,10,22)
#250911
(37,9,17)
#1A080C
(26,8,12)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #7D1139

#7D1139
(125,17,57)
#88264B
(136,38,75)
#933B5D
(147,59,93)
#9E506F
(158,80,111)
#A96581
(169,101,129)
#B47A93
(180,122,147)
#BF8FA5
(191,143,165)
#CAA4B7
(202,164,183)
#D5B9C9
(213,185,201)
#E0CEDB
(224,206,219)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1139 color. Also use rgb(125,17,57) instead hex code.

Text Font Color

.myTextColor { color: #7D1139; }

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

This text font color is #7D1139.


Background Color

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

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

This div background color is #7D1139.


Border color

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

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

This div border color is #7D1139.


Opacity

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

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

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

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

This text has shadow with #7D1139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1139 on black background.


Color preview on white background

This text has color #7D1139 on white background.



Black color preview on #7D1139 background

This text has black color on #7D1139 background.


White color preview on #7D1139 background

This text has white color on #7D1139 background.