COLOR #7D231F

HEX: #7D231F RGB: (125,35,31)

Color info

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

RGB color model

#7D231F color RGB value is (125,35,31).

RGB: (125,35,31) (49%, 14%, 12%)

RGB channels and saturation

R 125 of 255 = 49%
G 35 of 255 = 14%
B 31 of 255 = 12%

125
35
31

R + G + B ~ 25%. #7D231F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 35 + 31 = 191 (100%)
R 125 of 191 ~ 65.45%
G 35 of 191 ~ 18.32%
B 31 of 191 ~ 16.23'%

%65.45
%18.32
%16.23

CMYK color model

#7D231F color CMYK value is (0,72,75,51).

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

CMYK: (0,72,75,51)
C0M72Y75K51 (0%, 72%, 75%, 51%)
(0.00 / 0.72 / 0.75 / 0.51)

CMYK percentages

%0
%72
%75.2
%50.98

Codes

Color #7D231F in popluar color models

7D 23 1F
RGB 125 35 31
HSL 60.26% 30.59%
HSB/HSV 75.20% 49.02%
CMYK 0.00% 72.00% 75.20%
50.98%

Color #7D231F in popluar number systems.

HEX 7D 23 1F
Decimal 125 35 31
Binary 1111101 100011 11111
Octal 175 43 37

Shades and tints

Shades of #7D231F

#7D231F
(125,35,31)
#72201D
(114,32,29)
#671D1B
(103,29,27)
#5C1A19
(92,26,25)
#511717
(81,23,23)
#461415
(70,20,21)
#3B1113
(59,17,19)
#300E11
(48,14,17)
#250B0F
(37,11,15)
#1A080D
(26,8,13)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #7D231F

#7D231F
(125,35,31)
#883733
(136,55,51)
#934B47
(147,75,71)
#9E5F5B
(158,95,91)
#A9736F
(169,115,111)
#B48783
(180,135,131)
#BF9B97
(191,155,151)
#CAAFAB
(202,175,171)
#D5C3BF
(213,195,191)
#E0D7D3
(224,215,211)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D231F; }

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

This text font color is #7D231F.

Background Color

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

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

This div background color is #7D231F.

Border color

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

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

This div border color is #7D231F.

Opacity

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

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

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

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

This text has shadow with #7D231F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D231F.

Preview

Color preview on black background

This text has color #7D231F on black background.


Color preview on white background

This text has color #7D231F on white background.


Black color preview on #7D231F background

This text has black color on #7D231F background.


White color preview on #7D231F background

This text has white color on #7D231F background.


Related colors

Complementary color

Complementary color for #hex is #82DCE0.


I love getcolorcode.com

Triadic colors

1 #1F7D23 and #231F7D with #7D231F are triadic colors.

2 #1F237D and #237D1F with #7D231F are triadic colors.