COLOR #7E733B

HEX: #7E733B RGB: (126,115,59)

Color info

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

RGB color model

#7E733B color RGB value is (126,115,59).

RGB: (126,115,59) (49%, 45%, 23%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 59 of 255 = 23%

126
115
59

R + G + B ~ 39%. #7E733B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 59 = 300 (100%)
R 126 of 300 ~ 42%
G 115 of 300 ~ 38.33%
B 59 of 300 ~ 19.67'%

%42
%38.33
%19.67

CMYK color model

#7E733B color CMYK value is (0,9,53,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 53.17%
  • key color value is 50.59%
CMYK: (0,9,53,51) C0M9Y53K51 (0%,9%,53%,51%) (0.00/0.09/0.53/0.51) 

CMYK percentages

%0
%8.73
%53.17
%50.59

Codes

Color #7E733B in popluar color models

7E 73 3B
RGB 126 115 59
HSL 50° 36.22% 36.27%
HSB/HSV 50° 53.17% 49.41%
CMYK 0.00% 8.73% 53.17%
50.59%

Color #7E733B in popluar number systems.

HEX 7E 73 3B
Decimal 126 115 59
Binary 1111110 1110011 111011
Octal 176 163 73

Shades and tints

Shades of #7E733B

#7E733B
(126,115,59)
#736936
(115,105,54)
#685F31
(104,95,49)
#5D552C
(93,85,44)
#524B27
(82,75,39)
#474122
(71,65,34)
#3C371D
(60,55,29)
#312D18
(49,45,24)
#262313
(38,35,19)
#1B190E
(27,25,14)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #7E733B

#7E733B
(126,115,59)
#897F4C
(137,127,76)
#948B5D
(148,139,93)
#9F976E
(159,151,110)
#AAA37F
(170,163,127)
#B5AF90
(181,175,144)
#C0BBA1
(192,187,161)
#CBC7B2
(203,199,178)
#D6D3C3
(214,211,195)
#E1DFD4
(225,223,212)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E733B; }

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

This text font color is #7E733B.

Background Color

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

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

This div background color is #7E733B.

Border color

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

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

This div border color is #7E733B.

Opacity

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

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

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

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

This text has shadow with #7E733B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E733B.

Preview

Color preview on black background

This text has color #7E733B on black background.


Color preview on white background

This text has color #7E733B on white background.


Black color preview on #7E733B background

This text has black color on #7E733B background.


White color preview on #7E733B background

This text has white color on #7E733B background.


Related colors

Complementary color

Complementary color for #hex is #818CC4.


I love getcolorcode.com

Triadic colors

1 #3B7E73 and #733B7E with #7E733B are triadic colors.

2 #3B737E and #737E3B with #7E733B are triadic colors.