COLOR #737E2A

HEX: #737E2A
RGB: (115,126,42)

Color info

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

RGB color model

#737E2A color RGB value is (115,126,42).

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

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 42 of 255 = 16%

115
126
42

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

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 42 = 283 (100%)
R 115 of 283 ~ 40.64%
G 126 of 283 ~ 44.52%
B 42 of 283 ~ 14.84%

%40.64
%44.52
%14.84

CMYK color model

#737E2A color CMYK value is (9,0,67,51).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 50.59%
CMYK:
(9,0,67,51)
C9M0Y67K51 
(9%,0%,67%,51%)
(0.09/0.00/0.67/0.51)	

CMYK percentages

%8.73
%0
%66.67
%50.59

Codes

Color #737E2A in popluar color models

737E2A
RGB11512642
HSL68°50.00%32.94%
HSB/HSV68°66.67%49.41%
CMYK8.73%0.00%66.67%
50.59%

Color #737E2A in popluar number systems.

HEX737E2A
Decimal11512642
Binary11100111111110101010
Octal16317652

Shades and tints

Shades of #737E2A

#737E2A
(115,126,42)
#697327
(105,115,39)
#5F6824
(95,104,36)
#555D21
(85,93,33)
#4B521E
(75,82,30)
#41471B
(65,71,27)
#373C18
(55,60,24)
#2D3115
(45,49,21)
#232612
(35,38,18)
#191B0F
(25,27,15)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #737E2A

#737E2A
(115,126,42)
#7F893D
(127,137,61)
#8B9450
(139,148,80)
#979F63
(151,159,99)
#A3AA76
(163,170,118)
#AFB589
(175,181,137)
#BBC09C
(187,192,156)
#C7CBAF
(199,203,175)
#D3D6C2
(211,214,194)
#DFE1D5
(223,225,213)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E2A; }

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

This text font color is #737E2A.


Background Color

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

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

This div background color is #737E2A.


Border color

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

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

This div border color is #737E2A.


Opacity

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

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

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

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

This text has shadow with #737E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E2A on black background.


Color preview on white background

This text has color #737E2A on white background.



Black color preview on #737E2A background

This text has black color on #737E2A background.


White color preview on #737E2A background

This text has white color on #737E2A background.