COLOR #7F5339

HEX: #7F5339
RGB: (127,83,57)

Color info

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

RGB color model

#7F5339 color RGB value is (127,83,57).

  • red value is 127;
  • green value is 83;
  • blue value is 57.
RGB:
(127,83,57)
(50%,33%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 83 of 255 = 33%
B 57 of 255 = 22%

127
83
57

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

Portions of RGB colors in percentages

R + G + B =
127 + 83 + 57 = 267 (100%)
R 127 of 267 ~ 47.57%
G 83 of 267 ~ 31.09%
B 57 of 267 ~ 21.35%

%47.57
%31.09
%21.35

CMYK color model

#7F5339 color CMYK value is (0,35,55,50).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 55.12%
  • key color value is 50.20%
CMYK:
(0,35,55,50)
C0M35Y55K50 
(0%,35%,55%,50%)
(0.00/0.35/0.55/0.50)	

CMYK percentages

%0
%34.65
%55.12
%50.2

Codes

Color #7F5339 in popluar color models

7F5339
RGB1278357
HSL22°38.04%36.08%
HSB/HSV22°55.12%49.80%
CMYK0.00%34.65%55.12%
50.20%

Color #7F5339 in popluar number systems.

HEX7F5339
Decimal1278357
Binary11111111010011111001
Octal17712371

Shades and tints

Shades of #7F5339

#7F5339
(127,83,57)
#744C34
(116,76,52)
#69452F
(105,69,47)
#5E3E2A
(94,62,42)
#533725
(83,55,37)
#483020
(72,48,32)
#3D291B
(61,41,27)
#322216
(50,34,22)
#271B11
(39,27,17)
#1C140C
(28,20,12)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #7F5339

#7F5339
(127,83,57)
#8A624B
(138,98,75)
#95715D
(149,113,93)
#A0806F
(160,128,111)
#AB8F81
(171,143,129)
#B69E93
(182,158,147)
#C1ADA5
(193,173,165)
#CCBCB7
(204,188,183)
#D7CBC9
(215,203,201)
#E2DADB
(226,218,219)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5339 color. Also use rgb(127,83,57) instead hex code.

Text Font Color

.myTextColor { color: #7F5339; }

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

This text font color is #7F5339.


Background Color

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

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

This div background color is #7F5339.


Border color

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

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

This div border color is #7F5339.


Opacity

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

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

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

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

This text has shadow with #7F5339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5339 on black background.


Color preview on white background

This text has color #7F5339 on white background.



Black color preview on #7F5339 background

This text has black color on #7F5339 background.


White color preview on #7F5339 background

This text has white color on #7F5339 background.