COLOR #737B2E

HEX: #737B2E
RGB: (115,123,46)

Color info

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

RGB color model

#737B2E color RGB value is (115,123,46).

  • red value is 115;
  • green value is 123;
  • blue value is 46.
RGB:
(115,123,46)
(45%,48%,18%)

RGB channels and saturation

R 115 of 255 = 45%
G 123 of 255 = 48%
B 46 of 255 = 18%

115
123
46

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

Portions of RGB colors in percentages

R + G + B =
115 + 123 + 46 = 284 (100%)
R 115 of 284 ~ 40.49%
G 123 of 284 ~ 43.31%
B 46 of 284 ~ 16.2%

%40.49
%43.31
%16.2

CMYK color model

#737B2E color CMYK value is (7,0,63,52).

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 62.60%
  • key color value is 51.76%
CMYK:
(7,0,63,52)
C7M0Y63K52 
(7%,0%,63%,52%)
(0.07/0.00/0.63/0.52)	

CMYK percentages

%6.5
%0
%62.6
%51.76

Codes

Color #737B2E in popluar color models

737B2E
RGB11512346
HSL66°45.56%33.14%
HSB/HSV66°62.60%48.24%
CMYK6.50%0.00%62.60%
51.76%

Color #737B2E in popluar number systems.

HEX737B2E
Decimal11512346
Binary11100111111011101110
Octal16317356

Shades and tints

Shades of #737B2E

#737B2E
(115,123,46)
#69702A
(105,112,42)
#5F6526
(95,101,38)
#555A22
(85,90,34)
#4B4F1E
(75,79,30)
#41441A
(65,68,26)
#373916
(55,57,22)
#2D2E12
(45,46,18)
#23230E
(35,35,14)
#19180A
(25,24,10)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #737B2E

#737B2E
(115,123,46)
#7F8741
(127,135,65)
#8B9354
(139,147,84)
#979F67
(151,159,103)
#A3AB7A
(163,171,122)
#AFB78D
(175,183,141)
#BBC3A0
(187,195,160)
#C7CFB3
(199,207,179)
#D3DBC6
(211,219,198)
#DFE7D9
(223,231,217)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737B2E color. Also use rgb(115,123,46) instead hex code.

Text Font Color

.myTextColor { color: #737B2E; }

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

This text font color is #737B2E.


Background Color

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

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

This div background color is #737B2E.


Border color

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

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

This div border color is #737B2E.


Opacity

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

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

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

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

This text has shadow with #737B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737B2E on black background.


Color preview on white background

This text has color #737B2E on white background.



Black color preview on #737B2E background

This text has black color on #737B2E background.


White color preview on #737B2E background

This text has white color on #737B2E background.