COLOR #7F3D41

HEX: #7F3D41 RGB: (127,61,65)

Color info

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

RGB color model

#7F3D41 color RGB value is (127,61,65).

RGB: (127,61,65) (50%, 24%, 25%)

RGB channels and saturation

R 127 of 255 = 50%
G 61 of 255 = 24%
B 65 of 255 = 25%

127
61
65

R + G + B ~ 33%. #7F3D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 61 + 65 = 253 (100%)
R 127 of 253 ~ 50.2%
G 61 of 253 ~ 24.11%
B 65 of 253 ~ 25.69'%

%50.2
%24.11
%25.69

CMYK color model

#7F3D41 color CMYK value is (0,52,49,50).

  • cyan value is 0.00%
  • magenta value is 51.97%
  • yellow value is 48.82%
  • key color value is 50.20%

CMYK: (0,52,49,50)
C0M52Y49K50 (0%, 52%, 49%, 50%)
(0.00 / 0.52 / 0.49 / 0.50)

CMYK percentages

%0
%51.97
%48.82
%50.2

Codes

Color #7F3D41 in popluar color models

7F 3D 41
RGB 127 61 65
HSL 356° 35.11% 36.86%
HSB/HSV 356° 51.97% 49.80%
CMYK 0.00% 51.97% 48.82%
50.20%

Color #7F3D41 in popluar number systems.

HEX 7F 3D 41
Decimal 127 61 65
Binary 1111111 111101 1000001
Octal 177 75 101

Shades and tints

Shades of #7F3D41

#7F3D41
(127,61,65)
#74383C
(116,56,60)
#693337
(105,51,55)
#5E2E32
(94,46,50)
#53292D
(83,41,45)
#482428
(72,36,40)
#3D1F23
(61,31,35)
#321A1E
(50,26,30)
#271519
(39,21,25)
#1C1014
(28,16,20)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #7F3D41

#7F3D41
(127,61,65)
#8A4E52
(138,78,82)
#955F63
(149,95,99)
#A07074
(160,112,116)
#AB8185
(171,129,133)
#B69296
(182,146,150)
#C1A3A7
(193,163,167)
#CCB4B8
(204,180,184)
#D7C5C9
(215,197,201)
#E2D6DA
(226,214,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3D41 color. Also use rgb(127,61,65) instead hex code.

Text Font Color

.myTextColor { color: #7F3D41; }

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

This text font color is #7F3D41.

Background Color

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

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

This div background color is #7F3D41.

Border color

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

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

This div border color is #7F3D41.

Opacity

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

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

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

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

This text has shadow with #7F3D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3D41.

Preview

Color preview on black background

This text has color #7F3D41 on black background.


Color preview on white background

This text has color #7F3D41 on white background.


Black color preview on #7F3D41 background

This text has black color on #7F3D41 background.


White color preview on #7F3D41 background

This text has white color on #7F3D41 background.


Related colors

Complementary color

Complementary color for #hex is #80C2BE.


I love getcolorcode.com

Triadic colors

1 #417F3D and #3D417F with #7F3D41 are triadic colors.

2 #413D7F and #3D7F41 with #7F3D41 are triadic colors.