COLOR #7E7435

HEX: #7E7435 RGB: (126,116,53)

Color info

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

RGB color model

#7E7435 color RGB value is (126,116,53).

RGB: (126,116,53) (49%, 45%, 21%)

RGB channels and saturation

R 126 of 255 = 49%
G 116 of 255 = 45%
B 53 of 255 = 21%

126
116
53

R + G + B ~ 38%. #7E7435 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 116 + 53 = 295 (100%)
R 126 of 295 ~ 42.71%
G 116 of 295 ~ 39.32%
B 53 of 295 ~ 17.97'%

%42.71
%39.32
%17.97

CMYK color model

#7E7435 color CMYK value is (0,8,58,51).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 57.94%
  • key color value is 50.59%

CMYK: (0,8,58,51)
C0M8Y58K51 (0%, 8%, 58%, 51%)
(0.00 / 0.08 / 0.58 / 0.51)

CMYK percentages

%0
%7.94
%57.94
%50.59

Codes

Color #7E7435 in popluar color models

7E 74 35
RGB 126 116 53
HSL 52° 40.78% 35.10%
HSB/HSV 52° 57.94% 49.41%
CMYK 0.00% 7.94% 57.94%
50.59%

Color #7E7435 in popluar number systems.

HEX 7E 74 35
Decimal 126 116 53
Binary 1111110 1110100 110101
Octal 176 164 65

Shades and tints

Shades of #7E7435

#7E7435
(126,116,53)
#736A31
(115,106,49)
#68602D
(104,96,45)
#5D5629
(93,86,41)
#524C25
(82,76,37)
#474221
(71,66,33)
#3C381D
(60,56,29)
#312E19
(49,46,25)
#262415
(38,36,21)
#1B1A11
(27,26,17)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #7E7435

#7E7435
(126,116,53)
#898047
(137,128,71)
#948C59
(148,140,89)
#9F986B
(159,152,107)
#AAA47D
(170,164,125)
#B5B08F
(181,176,143)
#C0BCA1
(192,188,161)
#CBC8B3
(203,200,179)
#D6D4C5
(214,212,197)
#E1E0D7
(225,224,215)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7435 color. Also use rgb(126,116,53) instead hex code.

Text Font Color

.myTextColor { color: #7E7435; }

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

This text font color is #7E7435.

Background Color

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

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

This div background color is #7E7435.

Border color

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

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

This div border color is #7E7435.

Opacity

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

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

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

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

This text has shadow with #7E7435 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7435.

Preview

Color preview on black background

This text has color #7E7435 on black background.


Color preview on white background

This text has color #7E7435 on white background.


Black color preview on #7E7435 background

This text has black color on #7E7435 background.


White color preview on #7E7435 background

This text has white color on #7E7435 background.


Related colors

Complementary color

Complementary color for #hex is #818BCA.


I love getcolorcode.com

Triadic colors

1 #357E74 and #74357E with #7E7435 are triadic colors.

2 #35747E and #747E35 with #7E7435 are triadic colors.