COLOR #737842

HEX: #737842
RGB: (115,120,66)

Color info

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

RGB color model

#737842 color RGB value is (115,120,66).

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

RGB channels and saturation

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

115
120
66

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

Portions of RGB colors in percentages

R + G + B =
115 + 120 + 66 = 301 (100%)
R 115 of 301 ~ 38.21%
G 120 of 301 ~ 39.87%
B 66 of 301 ~ 21.93%

%38.21
%39.87
%21.93

CMYK color model

#737842 color CMYK value is (4,0,45,53).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(4,0,45,53)
C4M0Y45K53 
(4%,0%,45%,53%)
(0.04/0.00/0.45/0.53)	

CMYK percentages

%4.17
%0
%45
%52.94

Codes

Color #737842 in popluar color models

737842
RGB11512066
HSL66°29.03%36.47%
HSB/HSV66°45.00%47.06%
CMYK4.17%0.00%45.00%
52.94%

Color #737842 in popluar number systems.

HEX737842
Decimal11512066
Binary111001111110001000010
Octal163170102

Shades and tints

Shades of #737842

#737842
(115,120,66)
#696E3C
(105,110,60)
#5F6436
(95,100,54)
#555A30
(85,90,48)
#4B502A
(75,80,42)
#414624
(65,70,36)
#373C1E
(55,60,30)
#2D3218
(45,50,24)
#232812
(35,40,18)
#191E0C
(25,30,12)
#0F1406
(15,20,6)
#000000
(0,0,0)

Tints of #737842

#737842
(115,120,66)
#7F8453
(127,132,83)
#8B9064
(139,144,100)
#979C75
(151,156,117)
#A3A886
(163,168,134)
#AFB497
(175,180,151)
#BBC0A8
(187,192,168)
#C7CCB9
(199,204,185)
#D3D8CA
(211,216,202)
#DFE4DB
(223,228,219)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737842; }

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

This text font color is #737842.


Background Color

.myBgColor { background-color: #737842; }

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

This div background color is #737842.


Border color

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

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

This div border color is #737842.


Opacity

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

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

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

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

This text has shadow with #737842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737842 on black background.


Color preview on white background

This text has color #737842 on white background.



Black color preview on #737842 background

This text has black color on #737842 background.


White color preview on #737842 background

This text has white color on #737842 background.