COLOR #7D3955

HEX: #7D3955
RGB: (125,57,85)

Color info

#7D3955 contains mainly red and blue colors. Web safe color of #7D3955 is #663366 (or #636).

RGB color model

#7D3955 color RGB value is (125,57,85).

  • red value is 125;
  • green value is 57;
  • blue value is 85.
RGB:
(125,57,85)
(49%,22%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 57 of 255 = 22%
B 85 of 255 = 33%

125
57
85

R + G + B ~ 35%. #7D3955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 57 + 85 = 267 (100%)
R 125 of 267 ~ 46.82%
G 57 of 267 ~ 21.35%
B 85 of 267 ~ 31.84%

%46.82
%21.35
%31.84

CMYK color model

#7D3955 color CMYK value is (0,54,32,51).

  • cyan value is 0.00%
  • magenta value is 54.40%
  • yellow value is 32.00%
  • key color value is 50.98%
CMYK:
(0,54,32,51)
C0M54Y32K51 
(0%,54%,32%,51%)
(0.00/0.54/0.32/0.51)	

CMYK percentages

%0
%54.4
%32
%50.98

Codes

Color #7D3955 in popluar color models

7D3955
RGB1255785
HSL335°37.36%35.69%
HSB/HSV335°54.40%49.02%
CMYK0.00%54.40%32.00%
50.98%

Color #7D3955 in popluar number systems.

HEX7D3955
Decimal1255785
Binary11111011110011010101
Octal17571125

Shades and tints

Shades of #7D3955

#7D3955
(125,57,85)
#72344E
(114,52,78)
#672F47
(103,47,71)
#5C2A40
(92,42,64)
#512539
(81,37,57)
#462032
(70,32,50)
#3B1B2B
(59,27,43)
#301624
(48,22,36)
#25111D
(37,17,29)
#1A0C16
(26,12,22)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #7D3955

#7D3955
(125,57,85)
#884B64
(136,75,100)
#935D73
(147,93,115)
#9E6F82
(158,111,130)
#A98191
(169,129,145)
#B493A0
(180,147,160)
#BFA5AF
(191,165,175)
#CAB7BE
(202,183,190)
#D5C9CD
(213,201,205)
#E0DBDC
(224,219,220)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3955 color. Also use rgb(125,57,85) instead hex code.

Text Font Color

.myTextColor { color: #7D3955; }

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

This text font color is #7D3955.


Background Color

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

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

This div background color is #7D3955.


Border color

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

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

This div border color is #7D3955.


Opacity

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

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

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

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

This text has shadow with #7D3955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3955 on black background.


Color preview on white background

This text has color #7D3955 on white background.



Black color preview on #7D3955 background

This text has black color on #7D3955 background.


White color preview on #7D3955 background

This text has white color on #7D3955 background.