COLOR #7F6D23

HEX: #7F6D23 RGB: (127,109,35)

Color info

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

RGB color model

#7F6D23 color RGB value is (127,109,35).

RGB: (127,109,35) (50%, 43%, 14%)

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 35 of 255 = 14%

127
109
35

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

Portions of RGB colors in percentages

R + G + B = 127 + 109 + 35 = 271 (100%)
R 127 of 271 ~ 46.86%
G 109 of 271 ~ 40.22%
B 35 of 271 ~ 12.92'%

%46.86
%40.22
%12.92

CMYK color model

#7F6D23 color CMYK value is (0,14,72,50).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 72.44%
  • key color value is 50.20%
CMYK: (0,14,72,50) C0M14Y72K50 (0%,14%,72%,50%) (0.00/0.14/0.72/0.50) 

CMYK percentages

%0
%14.17
%72.44
%50.2

Codes

Color #7F6D23 in popluar color models

7F 6D 23
RGB 127 109 35
HSL 48° 56.79% 31.76%
HSB/HSV 48° 72.44% 49.80%
CMYK 0.00% 14.17% 72.44%
50.20%

Color #7F6D23 in popluar number systems.

HEX 7F 6D 23
Decimal 127 109 35
Binary 1111111 1101101 100011
Octal 177 155 43

Shades and tints

Shades of #7F6D23

#7F6D23
(127,109,35)
#746420
(116,100,32)
#695B1D
(105,91,29)
#5E521A
(94,82,26)
#534917
(83,73,23)
#484014
(72,64,20)
#3D3711
(61,55,17)
#322E0E
(50,46,14)
#27250B
(39,37,11)
#1C1C08
(28,28,8)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #7F6D23

#7F6D23
(127,109,35)
#8A7A37
(138,122,55)
#95874B
(149,135,75)
#A0945F
(160,148,95)
#ABA173
(171,161,115)
#B6AE87
(182,174,135)
#C1BB9B
(193,187,155)
#CCC8AF
(204,200,175)
#D7D5C3
(215,213,195)
#E2E2D7
(226,226,215)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6D23 color. Also use rgb(127,109,35) instead hex code.

Text Font Color

.myTextColor { color: #7F6D23; }

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

This text font color is #7F6D23.

Background Color

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

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

This div background color is #7F6D23.

Border color

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

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

This div border color is #7F6D23.

Opacity

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

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

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

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

This text has shadow with #7F6D23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6D23.

Preview

Color preview on black background

This text has color #7F6D23 on black background.


Color preview on white background

This text has color #7F6D23 on white background.


Black color preview on #7F6D23 background

This text has black color on #7F6D23 background.


White color preview on #7F6D23 background

This text has white color on #7F6D23 background.


Related colors

Complementary color

Complementary color for #hex is #8092DC.


I love getcolorcode.com

Triadic colors

1 #237F6D and #6D237F with #7F6D23 are triadic colors.

2 #236D7F and #6D7F23 with #7F6D23 are triadic colors.