COLOR #737942

HEX: #737942
RGB: (115,121,66)

Color info

#737942 contains red, green and blue colors in about the same proportion. Web safe color of #737942 is #666633 (or #663).

RGB color model

#737942 color RGB value is (115,121,66).

  • red value is 115;
  • green value is 121;
  • blue value is 66.
RGB:
(115,121,66)
(45%,47%,26%)

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 66 of 255 = 26%

115
121
66

R + G + B ~ 39%. #737942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 66 = 302 (100%)
R 115 of 302 ~ 38.08%
G 121 of 302 ~ 40.07%
B 66 of 302 ~ 21.85%

%38.08
%40.07
%21.85

CMYK color model

#737942 color CMYK value is (5,0,45,53).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 52.55%
CMYK:
(5,0,45,53)
C5M0Y45K53 
(5%,0%,45%,53%)
(0.05/0.00/0.45/0.53)	

CMYK percentages

%4.96
%0
%45.45
%52.55

Codes

Color #737942 in popluar color models

737942
RGB11512166
HSL67°29.41%36.67%
HSB/HSV67°45.45%47.45%
CMYK4.96%0.00%45.45%
52.55%

Color #737942 in popluar number systems.

HEX737942
Decimal11512166
Binary111001111110011000010
Octal163171102

Shades and tints

Shades of #737942

#737942
(115,121,66)
#696E3C
(105,110,60)
#5F6336
(95,99,54)
#555830
(85,88,48)
#4B4D2A
(75,77,42)
#414224
(65,66,36)
#37371E
(55,55,30)
#2D2C18
(45,44,24)
#232112
(35,33,18)
#19160C
(25,22,12)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #737942

#737942
(115,121,66)
#7F8553
(127,133,83)
#8B9164
(139,145,100)
#979D75
(151,157,117)
#A3A986
(163,169,134)
#AFB597
(175,181,151)
#BBC1A8
(187,193,168)
#C7CDB9
(199,205,185)
#D3D9CA
(211,217,202)
#DFE5DB
(223,229,219)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737942 color. Also use rgb(115,121,66) instead hex code.

Text Font Color

.myTextColor { color: #737942; }

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

This text font color is #737942.


Background Color

.myBgColor { background-color: #737942; }

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

This div background color is #737942.


Border color

.myBorderColor { border: 1px solid #737942; }

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

This div border color is #737942.


Opacity

.myOpacity80 { color: #737942; opacity: 0.8; }

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

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

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

This text has shadow with #737942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737942 on black background.


Color preview on white background

This text has color #737942 on white background.



Black color preview on #737942 background

This text has black color on #737942 background.


White color preview on #737942 background

This text has white color on #737942 background.