COLOR #7D1F12

HEX: #7D1F12
RGB: (125,31,18)

Renk bilgisi

#7D1F12 contains mainly red color. #7D1F12 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#7D1F12 color RGB value is (125,31,18).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 31 of 255 = 12%
B 18 of 255 = 7%

125
31
18

R + G + B ~ 23%. #7D1F12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 31 + 18 = 174 (100%)
R 125 of 174 ~ 71.84%
G 31 of 174 ~ 17.82%
B 18 of 174 ~ 10.34%

%71.84
%17.82
%10.34

CMYK RENK MODELİ

#7D1F12 rengi CMYK tonu (0,75,86,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.20%
  • sarı tonu 85.60%
  • ana renk tonu 50.98%
CMYK:
(0,75,86,51)
C0M75Y86K51 
(0%,75%,86%,51%)
(0.00/0.75/0.86/0.51)	

CMYK yüzdeleri

%0
%75.2
%85.6
%50.98

Codes

Color #7D1F12 in popluar color models

7D1F12
RGB1253118
HSL74.83%28.04%
HSB/HSV85.60%49.02%
CMYK0.00%75.20%85.60%
50.98%

Color #7D1F12 in popluar number systems.

HEX7D1F12
Decimal1253118
Binary11111011111110010
Octal1753722

Shades and tints

Shades of #7D1F12

#7D1F12
(125,31,18)
#721D11
(114,29,17)
#671B10
(103,27,16)
#5C190F
(92,25,15)
#51170E
(81,23,14)
#46150D
(70,21,13)
#3B130C
(59,19,12)
#30110B
(48,17,11)
#250F0A
(37,15,10)
#1A0D09
(26,13,9)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #7D1F12

#7D1F12
(125,31,18)
#883327
(136,51,39)
#93473C
(147,71,60)
#9E5B51
(158,91,81)
#A96F66
(169,111,102)
#B4837B
(180,131,123)
#BF9790
(191,151,144)
#CAABA5
(202,171,165)
#D5BFBA
(213,191,186)
#E0D3CF
(224,211,207)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1F12; }

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

This text font color is #7D1F12.


Background Color

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

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

This div background color is #7D1F12.


Border color

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

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

This div border color is #7D1F12.


Opacity

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

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

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

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

This text has shadow with #7D1F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1F12 on black background.


Color preview on white background

This text has color #7D1F12 on white background.



Black color preview on #7D1F12 background

This text has black color on #7D1F12 background.


White color preview on #7D1F12 background

This text has white color on #7D1F12 background.