COLOR #7D281F

HEX: #7D281F RGB: (125,40,31)

Color info

#7D281F contains mainly red color. Web safe color of #7D281F is #663333 (or #633).

RGB color model

#7D281F color RGB value is (125,40,31).

RGB: (125,40,31) (49%, 16%, 12%)

RGB channels and saturation

R 125 of 255 = 49%
G 40 of 255 = 16%
B 31 of 255 = 12%

125
40
31

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

Portions of RGB colors in percentages

R + G + B = 125 + 40 + 31 = 196 (100%)
R 125 of 196 ~ 63.78%
G 40 of 196 ~ 20.41%
B 31 of 196 ~ 15.82'%

%63.78
%20.41
%15.82

CMYK color model

#7D281F color CMYK value is (0,68,75,51).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 75.20%
  • key color value is 50.98%

CMYK: (0,68,75,51)
C0M68Y75K51 (0%, 68%, 75%, 51%)
(0.00 / 0.68 / 0.75 / 0.51)

CMYK percentages

%0
%68
%75.2
%50.98

Codes

Color #7D281F in popluar color models

7D 28 1F
RGB 125 40 31
HSL 60.26% 30.59%
HSB/HSV 75.20% 49.02%
CMYK 0.00% 68.00% 75.20%
50.98%

Color #7D281F in popluar number systems.

HEX 7D 28 1F
Decimal 125 40 31
Binary 1111101 101000 11111
Octal 175 50 37

Shades and tints

Shades of #7D281F

#7D281F
(125,40,31)
#72251D
(114,37,29)
#67221B
(103,34,27)
#5C1F19
(92,31,25)
#511C17
(81,28,23)
#461915
(70,25,21)
#3B1613
(59,22,19)
#301311
(48,19,17)
#25100F
(37,16,15)
#1A0D0D
(26,13,13)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #7D281F

#7D281F
(125,40,31)
#883B33
(136,59,51)
#934E47
(147,78,71)
#9E615B
(158,97,91)
#A9746F
(169,116,111)
#B48783
(180,135,131)
#BF9A97
(191,154,151)
#CAADAB
(202,173,171)
#D5C0BF
(213,192,191)
#E0D3D3
(224,211,211)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D281F; }

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

This text font color is #7D281F.

Background Color

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

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

This div background color is #7D281F.

Border color

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

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

This div border color is #7D281F.

Opacity

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

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

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

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

This text has shadow with #7D281F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D281F.

Preview

Color preview on black background

This text has color #7D281F on black background.


Color preview on white background

This text has color #7D281F on white background.


Black color preview on #7D281F background

This text has black color on #7D281F background.


White color preview on #7D281F background

This text has white color on #7D281F background.


Related colors

Complementary color

Complementary color for #hex is #82D7E0.


I love getcolorcode.com

Triadic colors

1 #1F7D28 and #281F7D with #7D281F are triadic colors.

2 #1F287D and #287D1F with #7D281F are triadic colors.