COLOR #7E9958

HEX: #7E9958
RGB: (126,153,88)

Color info

#7E9958 contains mainly red and green colors. Web safe color of #7E9958 is #669966 (or #696).

RGB color model

#7E9958 color RGB value is (126,153,88).

  • red value is 126;
  • green value is 153;
  • blue value is 88.
RGB:
(126,153,88)
(49%,60%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 88 of 255 = 35%

126
153
88

R + G + B ~ 48%. #7E9958 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 88 = 367 (100%)
R 126 of 367 ~ 34.33%
G 153 of 367 ~ 41.69%
B 88 of 367 ~ 23.98%

%34.33
%41.69
%23.98

CMYK color model

#7E9958 color CMYK value is (18,0,42,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 42.48%
  • key color value is 40.00%
CMYK:
(18,0,42,40)
C18M0Y42K40 
(18%,0%,42%,40%)
(0.18/0.00/0.42/0.40)	

CMYK percentages

%17.65
%0
%42.48
%40

Codes

Color #7E9958 in popluar color models

7E9958
RGB12615388
HSL85°26.97%47.25%
HSB/HSV85°42.48%60.00%
CMYK17.65%0.00%42.48%
40.00%

Color #7E9958 in popluar number systems.

HEX7E9958
Decimal12615388
Binary1111110100110011011000
Octal176231130

Shades and tints

Shades of #7E9958

#7E9958
(126,153,88)
#738C50
(115,140,80)
#687F48
(104,127,72)
#5D7240
(93,114,64)
#526538
(82,101,56)
#475830
(71,88,48)
#3C4B28
(60,75,40)
#313E20
(49,62,32)
#263118
(38,49,24)
#1B2410
(27,36,16)
#101708
(16,23,8)
#000000
(0,0,0)

Tints of #7E9958

#7E9958
(126,153,88)
#89A267
(137,162,103)
#94AB76
(148,171,118)
#9FB485
(159,180,133)
#AABD94
(170,189,148)
#B5C6A3
(181,198,163)
#C0CFB2
(192,207,178)
#CBD8C1
(203,216,193)
#D6E1D0
(214,225,208)
#E1EADF
(225,234,223)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9958 color. Also use rgb(126,153,88) instead hex code.

Text Font Color

.myTextColor { color: #7E9958; }

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

This text font color is #7E9958.


Background Color

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

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

This div background color is #7E9958.


Border color

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

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

This div border color is #7E9958.


Opacity

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

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

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

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

This text has shadow with #7E9958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9958 on black background.


Color preview on white background

This text has color #7E9958 on white background.



Black color preview on #7E9958 background

This text has black color on #7E9958 background.


White color preview on #7E9958 background

This text has white color on #7E9958 background.