COLOR #7D2F3B

HEX: #7D2F3B RGB: (125,47,59)

Color info

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

RGB color model

#7D2F3B color RGB value is (125,47,59).

RGB: (125,47,59) (49%, 18%, 23%)

RGB channels and saturation

R 125 of 255 = 49%
G 47 of 255 = 18%
B 59 of 255 = 23%

125
47
59

R + G + B ~ 30%. #7D2F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 47 + 59 = 231 (100%)
R 125 of 231 ~ 54.11%
G 47 of 231 ~ 20.35%
B 59 of 231 ~ 25.54'%

%54.11
%20.35
%25.54

CMYK color model

#7D2F3B color CMYK value is (0,62,53,51).

  • cyan value is 0.00%
  • magenta value is 62.40%
  • yellow value is 52.80%
  • key color value is 50.98%
CMYK: (0,62,53,51) C0M62Y53K51 (0%,62%,53%,51%) (0.00/0.62/0.53/0.51) 

CMYK percentages

%0
%62.4
%52.8
%50.98

Codes

Color #7D2F3B in popluar color models

7D 2F 3B
RGB 125 47 59
HSL 351° 45.35% 33.73%
HSB/HSV 351° 62.40% 49.02%
CMYK 0.00% 62.40% 52.80%
50.98%

Color #7D2F3B in popluar number systems.

HEX 7D 2F 3B
Decimal 125 47 59
Binary 1111101 101111 111011
Octal 175 57 73

Shades and tints

Shades of #7D2F3B

#7D2F3B
(125,47,59)
#722B36
(114,43,54)
#672731
(103,39,49)
#5C232C
(92,35,44)
#511F27
(81,31,39)
#461B22
(70,27,34)
#3B171D
(59,23,29)
#301318
(48,19,24)
#250F13
(37,15,19)
#1A0B0E
(26,11,14)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #7D2F3B

#7D2F3B
(125,47,59)
#88414C
(136,65,76)
#93535D
(147,83,93)
#9E656E
(158,101,110)
#A9777F
(169,119,127)
#B48990
(180,137,144)
#BF9BA1
(191,155,161)
#CAADB2
(202,173,178)
#D5BFC3
(213,191,195)
#E0D1D4
(224,209,212)
#EBE3E5
(235,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2F3B color. Also use rgb(125,47,59) instead hex code.

Text Font Color

.myTextColor { color: #7D2F3B; }

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

This text font color is #7D2F3B.

Background Color

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

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

This div background color is #7D2F3B.

Border color

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

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

This div border color is #7D2F3B.

Opacity

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

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

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

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

This text has shadow with #7D2F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D2F3B.

Preview

Color preview on black background

This text has color #7D2F3B on black background.


Color preview on white background

This text has color #7D2F3B on white background.


Black color preview on #7D2F3B background

This text has black color on #7D2F3B background.


White color preview on #7D2F3B background

This text has white color on #7D2F3B background.


Related colors

Complementary color

Complementary color for #hex is #82D0C4.


I love getcolorcode.com

Triadic colors

1 #3B7D2F and #2F3B7D with #7D2F3B are triadic colors.

2 #3B2F7D and #2F7D3B with #7D2F3B are triadic colors.