COLOR #737246

HEX: #737246
RGB: (115,114,70)

Color info

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

RGB color model

#737246 color RGB value is (115,114,70).

  • red value is 115;
  • green value is 114;
  • blue value is 70.
RGB:
(115,114,70)
(45%,45%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 70 of 255 = 27%

115
114
70

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

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 70 = 299 (100%)
R 115 of 299 ~ 38.46%
G 114 of 299 ~ 38.13%
B 70 of 299 ~ 23.41%

%38.46
%38.13
%23.41

CMYK color model

#737246 color CMYK value is (0,1,39,55).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(0,1,39,55)
C0M1Y39K55 
(0%,1%,39%,55%)
(0.00/0.01/0.39/0.55)	

CMYK percentages

%0
%0.87
%39.13
%54.9

Codes

Color #737246 in popluar color models

737246
RGB11511470
HSL59°24.32%36.27%
HSB/HSV59°39.13%45.10%
CMYK0.00%0.87%39.13%
54.90%

Color #737246 in popluar number systems.

HEX737246
Decimal11511470
Binary111001111100101000110
Octal163162106

Shades and tints

Shades of #737246

#737246
(115,114,70)
#696840
(105,104,64)
#5F5E3A
(95,94,58)
#555434
(85,84,52)
#4B4A2E
(75,74,46)
#414028
(65,64,40)
#373622
(55,54,34)
#2D2C1C
(45,44,28)
#232216
(35,34,22)
#191810
(25,24,16)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #737246

#737246
(115,114,70)
#7F7E56
(127,126,86)
#8B8A66
(139,138,102)
#979676
(151,150,118)
#A3A286
(163,162,134)
#AFAE96
(175,174,150)
#BBBAA6
(187,186,166)
#C7C6B6
(199,198,182)
#D3D2C6
(211,210,198)
#DFDED6
(223,222,214)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737246 color. Also use rgb(115,114,70) instead hex code.

Text Font Color

.myTextColor { color: #737246; }

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

This text font color is #737246.


Background Color

.myBgColor { background-color: #737246; }

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

This div background color is #737246.


Border color

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

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

This div border color is #737246.


Opacity

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

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

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

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

This text has shadow with #737246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737246 on black background.


Color preview on white background

This text has color #737246 on white background.



Black color preview on #737246 background

This text has black color on #737246 background.


White color preview on #737246 background

This text has white color on #737246 background.