COLOR #7F5B19

HEX: #7F5B19 RGB: (127,91,25)

Color info

#7F5B19 contains mainly red and green colors. Web safe color of #7F5B19 is #666600 (or #660).

RGB color model

#7F5B19 color RGB value is (127,91,25).

RGB: (127,91,25) (50%, 36%, 10%)

RGB channels and saturation

R 127 of 255 = 50%
G 91 of 255 = 36%
B 25 of 255 = 10%

127
91
25

R + G + B ~ 32%. #7F5B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 91 + 25 = 243 (100%)
R 127 of 243 ~ 52.26%
G 91 of 243 ~ 37.45%
B 25 of 243 ~ 10.29'%

%52.26
%37.45

CMYK color model

#7F5B19 color CMYK value is (0,28,80,50).

  • cyan value is 0.00%
  • magenta value is 28.35%
  • yellow value is 80.31%
  • key color value is 50.20%

CMYK: (0,28,80,50)
C0M28Y80K50 (0%, 28%, 80%, 50%)
(0.00 / 0.28 / 0.80 / 0.50)

CMYK percentages

%0
%28.35
%80.31
%50.2

Codes

Color #7F5B19 in popluar color models

7F 5B 19
RGB 127 91 25
HSL 39° 67.11% 29.80%
HSB/HSV 39° 80.31% 49.80%
CMYK 0.00% 28.35% 80.31%
50.20%

Color #7F5B19 in popluar number systems.

HEX 7F 5B 19
Decimal 127 91 25
Binary 1111111 1011011 11001
Octal 177 133 31

Shades and tints

Shades of #7F5B19

#7F5B19
(127,91,25)
#745317
(116,83,23)
#694B15
(105,75,21)
#5E4313
(94,67,19)
#533B11
(83,59,17)
#48330F
(72,51,15)
#3D2B0D
(61,43,13)
#32230B
(50,35,11)
#271B09
(39,27,9)
#1C1307
(28,19,7)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #7F5B19

#7F5B19
(127,91,25)
#8A692D
(138,105,45)
#957741
(149,119,65)
#A08555
(160,133,85)
#AB9369
(171,147,105)
#B6A17D
(182,161,125)
#C1AF91
(193,175,145)
#CCBDA5
(204,189,165)
#D7CBB9
(215,203,185)
#E2D9CD
(226,217,205)
#EDE7E1
(237,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5B19 color. Also use rgb(127,91,25) instead hex code.

Text Font Color

.myTextColor { color: #7F5B19; }

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

This text font color is #7F5B19.

Background Color

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

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

This div background color is #7F5B19.

Border color

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

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

This div border color is #7F5B19.

Opacity

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

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

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

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

This text has shadow with #7F5B19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5B19.

Preview

Color preview on black background

This text has color #7F5B19 on black background.


Color preview on white background

This text has color #7F5B19 on white background.


Black color preview on #7F5B19 background

This text has black color on #7F5B19 background.


White color preview on #7F5B19 background

This text has white color on #7F5B19 background.


Related colors

Complementary color

Complementary color for #hex is #80A4E6.


I love getcolorcode.com

Triadic colors

1 #197F5B and #5B197F with #7F5B19 are triadic colors.

2 #195B7F and #5B7F19 with #7F5B19 are triadic colors.