COLOR #7D001D

HEX: #7D001D
RGB: (125,0,29)

Renk bilgisi

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

RGB renk modeli

#7D001D color RGB value is (125,0,29).

  • kırmız ton 125;
  • yeşil ton 0;
  • mavi ton 29.
RGB:
(125,0,29)
(49%,0%,11%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 0 of 255 = 0%
B 29 of 255 = 11%

125
0
29

R + G + B ~ 20%. #7D001D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 0 + 29 = 154 (100%)
R 125 of 154 ~ 81.17%
G 0 of 154 ~ 0%
B 29 of 154 ~ 18.83%

%81.17
%18.83

CMYK RENK MODELİ

#7D001D rengi CMYK tonu (0,100,77,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 76.80%
  • ana renk tonu 50.98%
CMYK:
(0,100,77,51)
C0M100Y77K51 
(0%,100%,77%,51%)
(0.00/1.00/0.77/0.51)	

CMYK yüzdeleri

%0
%100
%76.8
%50.98

Codes

Color #7D001D in popluar color models

7D001D
RGB125029
HSL346°100.00%24.51%
HSB/HSV346°100.00%49.02%
CMYK0.00%100.00%76.80%
50.98%

Color #7D001D in popluar number systems.

HEX7D001D
Decimal125029
Binary1111101011101
Octal175035

Shades and tints

Shades of #7D001D

#7D001D
(125,0,29)
#72001B
(114,0,27)
#670019
(103,0,25)
#5C0017
(92,0,23)
#510015
(81,0,21)
#460013
(70,0,19)
#3B0011
(59,0,17)
#30000F
(48,0,15)
#25000D
(37,0,13)
#1A000B
(26,0,11)
#0F0009
(15,0,9)
#000000
(0,0,0)

Tints of #7D001D

#7D001D
(125,0,29)
#881731
(136,23,49)
#932E45
(147,46,69)
#9E4559
(158,69,89)
#A95C6D
(169,92,109)
#B47381
(180,115,129)
#BF8A95
(191,138,149)
#CAA1A9
(202,161,169)
#D5B8BD
(213,184,189)
#E0CFD1
(224,207,209)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D001D color. Also use rgb(125,0,29) instead hex code.

Text Font Color

.myTextColor { color: #7D001D; }

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

This text font color is #7D001D.


Background Color

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

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

This div background color is #7D001D.


Border color

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

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

This div border color is #7D001D.


Opacity

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

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

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

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

This text has shadow with #7D001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D001D on black background.


Color preview on white background

This text has color #7D001D on white background.



Black color preview on #7D001D background

This text has black color on #7D001D background.


White color preview on #7D001D background

This text has white color on #7D001D background.