COLOR #7E7323

HEX: #7E7323 RGB: (126,115,35)

Color info

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

RGB color model

#7E7323 color RGB value is (126,115,35).

RGB: (126,115,35) (49%, 45%, 14%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 35 of 255 = 14%

126
115
35

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 35 = 276 (100%)
R 126 of 276 ~ 45.65%
G 115 of 276 ~ 41.67%
B 35 of 276 ~ 12.68'%

%45.65
%41.67
%12.68

CMYK color model

#7E7323 color CMYK value is (0,9,72,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 72.22%
  • key color value is 50.59%
CMYK: (0,9,72,51) C0M9Y72K51 (0%,9%,72%,51%) (0.00/0.09/0.72/0.51) 

CMYK percentages

%0
%8.73
%72.22
%50.59

Codes

Color #7E7323 in popluar color models

7E 73 23
RGB 126 115 35
HSL 53° 56.52% 31.57%
HSB/HSV 53° 72.22% 49.41%
CMYK 0.00% 8.73% 72.22%
50.59%

Color #7E7323 in popluar number systems.

HEX 7E 73 23
Decimal 126 115 35
Binary 1111110 1110011 100011
Octal 176 163 43

Shades and tints

Shades of #7E7323

#7E7323
(126,115,35)
#736920
(115,105,32)
#685F1D
(104,95,29)
#5D551A
(93,85,26)
#524B17
(82,75,23)
#474114
(71,65,20)
#3C3711
(60,55,17)
#312D0E
(49,45,14)
#26230B
(38,35,11)
#1B1908
(27,25,8)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #7E7323

#7E7323
(126,115,35)
#897F37
(137,127,55)
#948B4B
(148,139,75)
#9F975F
(159,151,95)
#AAA373
(170,163,115)
#B5AF87
(181,175,135)
#C0BB9B
(192,187,155)
#CBC7AF
(203,199,175)
#D6D3C3
(214,211,195)
#E1DFD7
(225,223,215)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7323 color. Also use rgb(126,115,35) instead hex code.

Text Font Color

.myTextColor { color: #7E7323; }

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

This text font color is #7E7323.

Background Color

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

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

This div background color is #7E7323.

Border color

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

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

This div border color is #7E7323.

Opacity

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

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

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

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

This text has shadow with #7E7323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7323.

Preview

Color preview on black background

This text has color #7E7323 on black background.


Color preview on white background

This text has color #7E7323 on white background.


Black color preview on #7E7323 background

This text has black color on #7E7323 background.


White color preview on #7E7323 background

This text has white color on #7E7323 background.


Related colors

Complementary color

Complementary color for #hex is #818CDC.


I love getcolorcode.com

Triadic colors

1 #237E73 and #73237E with #7E7323 are triadic colors.

2 #23737E and #737E23 with #7E7323 are triadic colors.