COLOR #737A2D

HEX: #737A2D RGB: (115,122,45)

Color info

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

RGB color model

#737A2D color RGB value is (115,122,45).

RGB: (115,122,45) (45%, 48%, 18%)

RGB channels and saturation

R 115 of 255 = 45%
G 122 of 255 = 48%
B 45 of 255 = 18%

115
122
45

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

Portions of RGB colors in percentages

R + G + B = 115 + 122 + 45 = 282 (100%)
R 115 of 282 ~ 40.78%
G 122 of 282 ~ 43.26%
B 45 of 282 ~ 15.96'%

%40.78
%43.26
%15.96

CMYK color model

#737A2D color CMYK value is (6,0,63,52).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 63.11%
  • key color value is 52.16%

CMYK: (6,0,63,52)
C6M0Y63K52 (6%, 0%, 63%, 52%)
(0.06 / 0.00 / 0.63 / 0.52)

CMYK percentages

%5.74
%0
%63.11
%52.16

Codes

Color #737A2D in popluar color models

73 7A 2D
RGB 115 122 45
HSL 65° 46.11% 32.75%
HSB/HSV 65° 63.11% 47.84%
CMYK 5.74% 0.00% 63.11%
52.16%

Color #737A2D in popluar number systems.

HEX 73 7A 2D
Decimal 115 122 45
Binary 1110011 1111010 101101
Octal 163 172 55

Shades and tints

Shades of #737A2D

#737A2D
(115,122,45)
#696F29
(105,111,41)
#5F6425
(95,100,37)
#555921
(85,89,33)
#4B4E1D
(75,78,29)
#414319
(65,67,25)
#373815
(55,56,21)
#2D2D11
(45,45,17)
#23220D
(35,34,13)
#191709
(25,23,9)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #737A2D

#737A2D
(115,122,45)
#7F8640
(127,134,64)
#8B9253
(139,146,83)
#979E66
(151,158,102)
#A3AA79
(163,170,121)
#AFB68C
(175,182,140)
#BBC29F
(187,194,159)
#C7CEB2
(199,206,178)
#D3DAC5
(211,218,197)
#DFE6D8
(223,230,216)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737A2D color. Also use rgb(115,122,45) instead hex code.

Text Font Color

.myTextColor { color: #737A2D; }

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

This text font color is #737A2D.

Background Color

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

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

This div background color is #737A2D.

Border color

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

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

This div border color is #737A2D.

Opacity

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

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

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

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

This text has shadow with #737A2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737A2D.

Preview

Color preview on black background

This text has color #737A2D on black background.


Color preview on white background

This text has color #737A2D on white background.


Black color preview on #737A2D background

This text has black color on #737A2D background.


White color preview on #737A2D background

This text has white color on #737A2D background.


Related colors

Complementary color

Complementary color for #hex is #8C85D2.


I love getcolorcode.com

Triadic colors

1 #2D737A and #7A2D73 with #737A2D are triadic colors.

2 #2D7A73 and #7A732D with #737A2D are triadic colors.