COLOR #7D2B3D

HEX: #7D2B3D
RGB: (125,43,61)

Color info

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

RGB color model

#7D2B3D color RGB value is (125,43,61).

  • red value is 125;
  • green value is 43;
  • blue value is 61.
RGB:
(125,43,61)
(49%,17%,24%)

RGB channels and saturation

R 125 of 255 = 49%
G 43 of 255 = 17%
B 61 of 255 = 24%

125
43
61

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

Portions of RGB colors in percentages

R + G + B =
125 + 43 + 61 = 229 (100%)
R 125 of 229 ~ 54.59%
G 43 of 229 ~ 18.78%
B 61 of 229 ~ 26.64%

%54.59
%18.78
%26.64

CMYK color model

#7D2B3D color CMYK value is (0,66,51,51).

  • cyan value is 0.00%
  • magenta value is 65.60%
  • yellow value is 51.20%
  • key color value is 50.98%
CMYK:
(0,66,51,51)
C0M66Y51K51 
(0%,66%,51%,51%)
(0.00/0.66/0.51/0.51)	

CMYK percentages

%0
%65.6
%51.2
%50.98

Codes

Color #7D2B3D in popluar color models

7D2B3D
RGB1254361
HSL347°48.81%32.94%
HSB/HSV347°65.60%49.02%
CMYK0.00%65.60%51.20%
50.98%

Color #7D2B3D in popluar number systems.

HEX7D2B3D
Decimal1254361
Binary1111101101011111101
Octal1755375

Shades and tints

Shades of #7D2B3D

#7D2B3D
(125,43,61)
#722838
(114,40,56)
#672533
(103,37,51)
#5C222E
(92,34,46)
#511F29
(81,31,41)
#461C24
(70,28,36)
#3B191F
(59,25,31)
#30161A
(48,22,26)
#251315
(37,19,21)
#1A1010
(26,16,16)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #7D2B3D

#7D2B3D
(125,43,61)
#883E4E
(136,62,78)
#93515F
(147,81,95)
#9E6470
(158,100,112)
#A97781
(169,119,129)
#B48A92
(180,138,146)
#BF9DA3
(191,157,163)
#CAB0B4
(202,176,180)
#D5C3C5
(213,195,197)
#E0D6D6
(224,214,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2B3D color. Also use rgb(125,43,61) instead hex code.

Text Font Color

.myTextColor { color: #7D2B3D; }

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

This text font color is #7D2B3D.


Background Color

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

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

This div background color is #7D2B3D.


Border color

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

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

This div border color is #7D2B3D.


Opacity

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

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

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

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

This text has shadow with #7D2B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2B3D on black background.


Color preview on white background

This text has color #7D2B3D on white background.



Black color preview on #7D2B3D background

This text has black color on #7D2B3D background.


White color preview on #7D2B3D background

This text has white color on #7D2B3D background.