COLOR #7F2835

HEX: #7F2835 RGB: (127,40,53)

Color info

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

RGB color model

#7F2835 color RGB value is (127,40,53).

RGB: (127,40,53) (50%, 16%, 21%)

RGB channels and saturation

R 127 of 255 = 50%
G 40 of 255 = 16%
B 53 of 255 = 21%

127
40
53

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

Portions of RGB colors in percentages

R + G + B = 127 + 40 + 53 = 220 (100%)
R 127 of 220 ~ 57.73%
G 40 of 220 ~ 18.18%
B 53 of 220 ~ 24.09'%

%57.73
%18.18
%24.09

CMYK color model

#7F2835 color CMYK value is (0,69,58,50).

  • cyan value is 0.00%
  • magenta value is 68.50%
  • yellow value is 58.27%
  • key color value is 50.20%

CMYK: (0,69,58,50)
C0M69Y58K50 (0%, 69%, 58%, 50%)
(0.00 / 0.69 / 0.58 / 0.50)

CMYK percentages

%0
%68.5
%58.27
%50.2

Codes

Color #7F2835 in popluar color models

7F 28 35
RGB 127 40 53
HSL 351° 52.10% 32.75%
HSB/HSV 351° 68.50% 49.80%
CMYK 0.00% 68.50% 58.27%
50.20%

Color #7F2835 in popluar number systems.

HEX 7F 28 35
Decimal 127 40 53
Binary 1111111 101000 110101
Octal 177 50 65

Shades and tints

Shades of #7F2835

#7F2835
(127,40,53)
#742531
(116,37,49)
#69222D
(105,34,45)
#5E1F29
(94,31,41)
#531C25
(83,28,37)
#481921
(72,25,33)
#3D161D
(61,22,29)
#321319
(50,19,25)
#271015
(39,16,21)
#1C0D11
(28,13,17)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #7F2835

#7F2835
(127,40,53)
#8A3B47
(138,59,71)
#954E59
(149,78,89)
#A0616B
(160,97,107)
#AB747D
(171,116,125)
#B6878F
(182,135,143)
#C19AA1
(193,154,161)
#CCADB3
(204,173,179)
#D7C0C5
(215,192,197)
#E2D3D7
(226,211,215)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2835 color. Also use rgb(127,40,53) instead hex code.

Text Font Color

.myTextColor { color: #7F2835; }

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

This text font color is #7F2835.

Background Color

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

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

This div background color is #7F2835.

Border color

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

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

This div border color is #7F2835.

Opacity

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

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

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

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

This text has shadow with #7F2835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2835.

Preview

Color preview on black background

This text has color #7F2835 on black background.


Color preview on white background

This text has color #7F2835 on white background.


Black color preview on #7F2835 background

This text has black color on #7F2835 background.


White color preview on #7F2835 background

This text has white color on #7F2835 background.


Related colors

Complementary color

Complementary color for #hex is #80D7CA.


I love getcolorcode.com

Triadic colors

1 #357F28 and #28357F with #7F2835 are triadic colors.

2 #35287F and #287F35 with #7F2835 are triadic colors.