COLOR #7D2B33

HEX: #7D2B33
RGB: (125,43,51)

Color info

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

RGB color model

#7D2B33 color RGB value is (125,43,51).

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

RGB channels and saturation

R 125 of 255 = 49%
G 43 of 255 = 17%
B 51 of 255 = 20%

125
43
51

R + G + B ~ 29%. #7D2B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 43 + 51 = 219 (100%)
R 125 of 219 ~ 57.08%
G 43 of 219 ~ 19.63%
B 51 of 219 ~ 23.29%

%57.08
%19.63
%23.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.60%
  • yellow value is 59.20%
  • key color value is 50.98%
CMYK:
(0,66,59,51)
C0M66Y59K51 
(0%,66%,59%,51%)
(0.00/0.66/0.59/0.51)	

CMYK percentages

%0
%65.6
%59.2
%50.98

Codes

Color #7D2B33 in popluar color models

7D2B33
RGB1254351
HSL354°48.81%32.94%
HSB/HSV354°65.60%49.02%
CMYK0.00%65.60%59.20%
50.98%

Color #7D2B33 in popluar number systems.

HEX7D2B33
Decimal1254351
Binary1111101101011110011
Octal1755363

Shades and tints

Shades of #7D2B33

#7D2B33
(125,43,51)
#72282F
(114,40,47)
#67252B
(103,37,43)
#5C2227
(92,34,39)
#511F23
(81,31,35)
#461C1F
(70,28,31)
#3B191B
(59,25,27)
#301617
(48,22,23)
#251313
(37,19,19)
#1A100F
(26,16,15)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #7D2B33

#7D2B33
(125,43,51)
#883E45
(136,62,69)
#935157
(147,81,87)
#9E6469
(158,100,105)
#A9777B
(169,119,123)
#B48A8D
(180,138,141)
#BF9D9F
(191,157,159)
#CAB0B1
(202,176,177)
#D5C3C3
(213,195,195)
#E0D6D5
(224,214,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2B33; }

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

This text font color is #7D2B33.


Background Color

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

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

This div background color is #7D2B33.


Border color

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

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

This div border color is #7D2B33.


Opacity

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

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

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

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

This text has shadow with #7D2B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2B33 on black background.


Color preview on white background

This text has color #7D2B33 on white background.



Black color preview on #7D2B33 background

This text has black color on #7D2B33 background.


White color preview on #7D2B33 background

This text has white color on #7D2B33 background.