COLOR #737E2E

HEX: #737E2E
RGB: (115,126,46)

Color info

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

RGB color model

#737E2E color RGB value is (115,126,46).

  • red value is 115;
  • green value is 126;
  • blue value is 46.
RGB:
(115,126,46)
(45%,49%,18%)

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 46 of 255 = 18%

115
126
46

R + G + B ~ 37%. #737E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 46 = 287 (100%)
R 115 of 287 ~ 40.07%
G 126 of 287 ~ 43.9%
B 46 of 287 ~ 16.03%

%40.07
%43.9
%16.03

CMYK color model

#737E2E color CMYK value is (9,0,63,51).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 63.49%
  • key color value is 50.59%
CMYK:
(9,0,63,51)
C9M0Y63K51 
(9%,0%,63%,51%)
(0.09/0.00/0.63/0.51)	

CMYK percentages

%8.73
%0
%63.49
%50.59

Codes

Color #737E2E in popluar color models

737E2E
RGB11512646
HSL68°46.51%33.73%
HSB/HSV68°63.49%49.41%
CMYK8.73%0.00%63.49%
50.59%

Color #737E2E in popluar number systems.

HEX737E2E
Decimal11512646
Binary11100111111110101110
Octal16317656

Shades and tints

Shades of #737E2E

#737E2E
(115,126,46)
#69732A
(105,115,42)
#5F6826
(95,104,38)
#555D22
(85,93,34)
#4B521E
(75,82,30)
#41471A
(65,71,26)
#373C16
(55,60,22)
#2D3112
(45,49,18)
#23260E
(35,38,14)
#191B0A
(25,27,10)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #737E2E

#737E2E
(115,126,46)
#7F8941
(127,137,65)
#8B9454
(139,148,84)
#979F67
(151,159,103)
#A3AA7A
(163,170,122)
#AFB58D
(175,181,141)
#BBC0A0
(187,192,160)
#C7CBB3
(199,203,179)
#D3D6C6
(211,214,198)
#DFE1D9
(223,225,217)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737E2E color. Also use rgb(115,126,46) instead hex code.

Text Font Color

.myTextColor { color: #737E2E; }

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

This text font color is #737E2E.


Background Color

.myBgColor { background-color: #737E2E; }

<div style="background-color:#737E2E">Inner text</div>

This div background color is #737E2E.


Border color

.myBorderColor { border: 1px solid #737E2E; }

<div style="border:3px solid #737E2E">Div</div>

This div border color is #737E2E.


Opacity

.myOpacity80 { color: #737E2E; opacity: 0.8; }

<p style="color:#737E2E;opacity:0.8;">80%</p>

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

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

This text has shadow with #737E2E color.

.textShadow {text-shadow: 3px 3px 1px #737E2E, 3px 3px 1px red;}

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

This text has shadow with #737E2E primary color and red secondary color.


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

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

This text has shadow with #737E2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E2E on black background.


Color preview on white background

This text has color #737E2E on white background.



Black color preview on #737E2E background

This text has black color on #737E2E background.


White color preview on #737E2E background

This text has white color on #737E2E background.