COLOR #7F553F

HEX: #7F553F
RGB: (127,85,63)

Color info

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

RGB color model

#7F553F color RGB value is (127,85,63).

  • red value is 127;
  • green value is 85;
  • blue value is 63.
RGB:
(127,85,63)
(50%,33%,25%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 63 of 255 = 25%

127
85
63

R + G + B ~ 36%. #7F553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 63 = 275 (100%)
R 127 of 275 ~ 46.18%
G 85 of 275 ~ 30.91%
B 63 of 275 ~ 22.91%

%46.18
%30.91
%22.91

CMYK color model

#7F553F color CMYK value is (0,33,50,50).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(0,33,50,50)
C0M33Y50K50 
(0%,33%,50%,50%)
(0.00/0.33/0.50/0.50)	

CMYK percentages

%0
%33.07
%50.39
%50.2

Codes

Color #7F553F in popluar color models

7F553F
RGB1278563
HSL21°33.68%37.25%
HSB/HSV21°50.39%49.80%
CMYK0.00%33.07%50.39%
50.20%

Color #7F553F in popluar number systems.

HEX7F553F
Decimal1278563
Binary11111111010101111111
Octal17712577

Shades and tints

Shades of #7F553F

#7F553F
(127,85,63)
#744E3A
(116,78,58)
#694735
(105,71,53)
#5E4030
(94,64,48)
#53392B
(83,57,43)
#483226
(72,50,38)
#3D2B21
(61,43,33)
#32241C
(50,36,28)
#271D17
(39,29,23)
#1C1612
(28,22,18)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #7F553F

#7F553F
(127,85,63)
#8A6450
(138,100,80)
#957361
(149,115,97)
#A08272
(160,130,114)
#AB9183
(171,145,131)
#B6A094
(182,160,148)
#C1AFA5
(193,175,165)
#CCBEB6
(204,190,182)
#D7CDC7
(215,205,199)
#E2DCD8
(226,220,216)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F553F color. Also use rgb(127,85,63) instead hex code.

Text Font Color

.myTextColor { color: #7F553F; }

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

This text font color is #7F553F.


Background Color

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

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

This div background color is #7F553F.


Border color

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

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

This div border color is #7F553F.


Opacity

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

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

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

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

This text has shadow with #7F553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F553F on black background.


Color preview on white background

This text has color #7F553F on white background.



Black color preview on #7F553F background

This text has black color on #7F553F background.


White color preview on #7F553F background

This text has white color on #7F553F background.