COLOR #7F4F35

HEX: #7F4F35 RGB: (127,79,53)

Color info

#7F4F35 contains mainly red and green colors. Web safe color of #7F4F35 is #666633 (or #663).

RGB color model

#7F4F35 color RGB value is (127,79,53).

RGB: (127,79,53) (50%, 31%, 21%)

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 53 of 255 = 21%

127
79
53

R + G + B ~ 34%. #7F4F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 79 + 53 = 259 (100%)
R 127 of 259 ~ 49.03%
G 79 of 259 ~ 30.5%
B 53 of 259 ~ 20.46'%

%49.03
%30.5
%20.46

CMYK color model

#7F4F35 color CMYK value is (0,38,58,50).

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

CMYK: (0,38,58,50)
C0M38Y58K50 (0%, 38%, 58%, 50%)
(0.00 / 0.38 / 0.58 / 0.50)

CMYK percentages

%0
%37.8
%58.27
%50.2

Codes

Color #7F4F35 in popluar color models

7F 4F 35
RGB 127 79 53
HSL 21° 41.11% 35.29%
HSB/HSV 21° 58.27% 49.80%
CMYK 0.00% 37.80% 58.27%
50.20%

Color #7F4F35 in popluar number systems.

HEX 7F 4F 35
Decimal 127 79 53
Binary 1111111 1001111 110101
Octal 177 117 65

Shades and tints

Shades of #7F4F35

#7F4F35
(127,79,53)
#744831
(116,72,49)
#69412D
(105,65,45)
#5E3A29
(94,58,41)
#533325
(83,51,37)
#482C21
(72,44,33)
#3D251D
(61,37,29)
#321E19
(50,30,25)
#271715
(39,23,21)
#1C1011
(28,16,17)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #7F4F35

#7F4F35
(127,79,53)
#8A5F47
(138,95,71)
#956F59
(149,111,89)
#A07F6B
(160,127,107)
#AB8F7D
(171,143,125)
#B69F8F
(182,159,143)
#C1AFA1
(193,175,161)
#CCBFB3
(204,191,179)
#D7CFC5
(215,207,197)
#E2DFD7
(226,223,215)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F35; }

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

This text font color is #7F4F35.

Background Color

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

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

This div background color is #7F4F35.

Border color

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

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

This div border color is #7F4F35.

Opacity

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

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

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

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

This text has shadow with #7F4F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4F35.

Preview

Color preview on black background

This text has color #7F4F35 on black background.


Color preview on white background

This text has color #7F4F35 on white background.


Black color preview on #7F4F35 background

This text has black color on #7F4F35 background.


White color preview on #7F4F35 background

This text has white color on #7F4F35 background.


Related colors

Complementary color

Complementary color for #hex is #80B0CA.


I love getcolorcode.com

Triadic colors

1 #357F4F and #4F357F with #7F4F35 are triadic colors.

2 #354F7F and #4F7F35 with #7F4F35 are triadic colors.