COLOR #737E28

HEX: #737E28
RGB: (115,126,40)

Color info

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

RGB color model

#737E28 color RGB value is (115,126,40).

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

RGB channels and saturation

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

115
126
40

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

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 40 = 281 (100%)
R 115 of 281 ~ 40.93%
G 126 of 281 ~ 44.84%
B 40 of 281 ~ 14.23%

%40.93
%44.84
%14.23

CMYK color model

#737E28 color CMYK value is (9,0,68,51).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 50.59%
CMYK:
(9,0,68,51)
C9M0Y68K51 
(9%,0%,68%,51%)
(0.09/0.00/0.68/0.51)	

CMYK percentages

%8.73
%0
%68.25
%50.59

Codes

Color #737E28 in popluar color models

737E28
RGB11512640
HSL68°51.81%32.55%
HSB/HSV68°68.25%49.41%
CMYK8.73%0.00%68.25%
50.59%

Color #737E28 in popluar number systems.

HEX737E28
Decimal11512640
Binary11100111111110101000
Octal16317650

Shades and tints

Shades of #737E28

#737E28
(115,126,40)
#697325
(105,115,37)
#5F6822
(95,104,34)
#555D1F
(85,93,31)
#4B521C
(75,82,28)
#414719
(65,71,25)
#373C16
(55,60,22)
#2D3113
(45,49,19)
#232610
(35,38,16)
#191B0D
(25,27,13)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #737E28

#737E28
(115,126,40)
#7F893B
(127,137,59)
#8B944E
(139,148,78)
#979F61
(151,159,97)
#A3AA74
(163,170,116)
#AFB587
(175,181,135)
#BBC09A
(187,192,154)
#C7CBAD
(199,203,173)
#D3D6C0
(211,214,192)
#DFE1D3
(223,225,211)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E28; }

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

This text font color is #737E28.


Background Color

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

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

This div background color is #737E28.


Border color

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

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

This div border color is #737E28.


Opacity

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

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

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

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

This text has shadow with #737E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E28 on black background.


Color preview on white background

This text has color #737E28 on white background.



Black color preview on #737E28 background

This text has black color on #737E28 background.


White color preview on #737E28 background

This text has white color on #737E28 background.