COLOR #7D2537

HEX: #7D2537
RGB: (125,37,55)

Color info

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

RGB color model

#7D2537 color RGB value is (125,37,55).

  • red value is 125;
  • green value is 37;
  • blue value is 55.
RGB:
(125,37,55)
(49%,15%,22%)

RGB channels and saturation

R 125 of 255 = 49%
G 37 of 255 = 15%
B 55 of 255 = 22%

125
37
55

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

Portions of RGB colors in percentages

R + G + B =
125 + 37 + 55 = 217 (100%)
R 125 of 217 ~ 57.6%
G 37 of 217 ~ 17.05%
B 55 of 217 ~ 25.35%

%57.6
%17.05
%25.35

CMYK color model

#7D2537 color CMYK value is (0,70,56,51).

  • cyan value is 0.00%
  • magenta value is 70.40%
  • yellow value is 56.00%
  • key color value is 50.98%
CMYK:
(0,70,56,51)
C0M70Y56K51 
(0%,70%,56%,51%)
(0.00/0.70/0.56/0.51)	

CMYK percentages

%0
%70.4
%56
%50.98

Codes

Color #7D2537 in popluar color models

7D2537
RGB1253755
HSL348°54.32%31.76%
HSB/HSV348°70.40%49.02%
CMYK0.00%70.40%56.00%
50.98%

Color #7D2537 in popluar number systems.

HEX7D2537
Decimal1253755
Binary1111101100101110111
Octal1754567

Shades and tints

Shades of #7D2537

#7D2537
(125,37,55)
#722232
(114,34,50)
#671F2D
(103,31,45)
#5C1C28
(92,28,40)
#511923
(81,25,35)
#46161E
(70,22,30)
#3B1319
(59,19,25)
#301014
(48,16,20)
#250D0F
(37,13,15)
#1A0A0A
(26,10,10)
#0F0705
(15,7,5)
#000000
(0,0,0)

Tints of #7D2537

#7D2537
(125,37,55)
#883849
(136,56,73)
#934B5B
(147,75,91)
#9E5E6D
(158,94,109)
#A9717F
(169,113,127)
#B48491
(180,132,145)
#BF97A3
(191,151,163)
#CAAAB5
(202,170,181)
#D5BDC7
(213,189,199)
#E0D0D9
(224,208,217)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2537 color. Also use rgb(125,37,55) instead hex code.

Text Font Color

.myTextColor { color: #7D2537; }

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

This text font color is #7D2537.


Background Color

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

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

This div background color is #7D2537.


Border color

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

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

This div border color is #7D2537.


Opacity

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

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

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

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

This text has shadow with #7D2537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2537 on black background.


Color preview on white background

This text has color #7D2537 on white background.



Black color preview on #7D2537 background

This text has black color on #7D2537 background.


White color preview on #7D2537 background

This text has white color on #7D2537 background.