COLOR #7D293A

HEX: #7D293A
RGB: (125,41,58)

Color info

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

RGB color model

#7D293A color RGB value is (125,41,58).

  • red value is 125;
  • green value is 41;
  • blue value is 58.
RGB:
(125,41,58)
(49%,16%,23%)

RGB channels and saturation

R 125 of 255 = 49%
G 41 of 255 = 16%
B 58 of 255 = 23%

125
41
58

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

Portions of RGB colors in percentages

R + G + B =
125 + 41 + 58 = 224 (100%)
R 125 of 224 ~ 55.8%
G 41 of 224 ~ 18.3%
B 58 of 224 ~ 25.89%

%55.8
%18.3
%25.89

CMYK color model

#7D293A color CMYK value is (0,67,54,51).

  • cyan value is 0.00%
  • magenta value is 67.20%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(0,67,54,51)
C0M67Y54K51 
(0%,67%,54%,51%)
(0.00/0.67/0.54/0.51)	

CMYK percentages

%0
%67.2
%53.6
%50.98

Codes

Color #7D293A in popluar color models

7D293A
RGB1254158
HSL348°50.60%32.55%
HSB/HSV348°67.20%49.02%
CMYK0.00%67.20%53.60%
50.98%

Color #7D293A in popluar number systems.

HEX7D293A
Decimal1254158
Binary1111101101001111010
Octal1755172

Shades and tints

Shades of #7D293A

#7D293A
(125,41,58)
#722635
(114,38,53)
#672330
(103,35,48)
#5C202B
(92,32,43)
#511D26
(81,29,38)
#461A21
(70,26,33)
#3B171C
(59,23,28)
#301417
(48,20,23)
#251112
(37,17,18)
#1A0E0D
(26,14,13)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #7D293A

#7D293A
(125,41,58)
#883C4B
(136,60,75)
#934F5C
(147,79,92)
#9E626D
(158,98,109)
#A9757E
(169,117,126)
#B4888F
(180,136,143)
#BF9BA0
(191,155,160)
#CAAEB1
(202,174,177)
#D5C1C2
(213,193,194)
#E0D4D3
(224,212,211)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D293A color. Also use rgb(125,41,58) instead hex code.

Text Font Color

.myTextColor { color: #7D293A; }

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

This text font color is #7D293A.


Background Color

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

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

This div background color is #7D293A.


Border color

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

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

This div border color is #7D293A.


Opacity

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

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

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

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

This text has shadow with #7D293A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D293A on black background.


Color preview on white background

This text has color #7D293A on white background.



Black color preview on #7D293A background

This text has black color on #7D293A background.


White color preview on #7D293A background

This text has white color on #7D293A background.