COLOR #737C2D

HEX: #737C2D RGB: (115,124,45)

Color info

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

RGB color model

#737C2D color RGB value is (115,124,45).

RGB: (115,124,45) (45%, 49%, 18%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 45 of 255 = 18%

115
124
45

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

Portions of RGB colors in percentages

R + G + B = 115 + 124 + 45 = 284 (100%)
R 115 of 284 ~ 40.49%
G 124 of 284 ~ 43.66%
B 45 of 284 ~ 15.85'%

%40.49
%43.66
%15.85

CMYK color model

#737C2D color CMYK value is (7,0,64,51).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 63.71%
  • key color value is 51.37%

CMYK: (7,0,64,51)
C7M0Y64K51 (7%, 0%, 64%, 51%)
(0.07 / 0.00 / 0.64 / 0.51)

CMYK percentages

%7.26
%0
%63.71
%51.37

Codes

Color #737C2D in popluar color models

73 7C 2D
RGB 115 124 45
HSL 67° 46.75% 33.14%
HSB/HSV 67° 63.71% 48.63%
CMYK 7.26% 0.00% 63.71%
51.37%

Color #737C2D in popluar number systems.

HEX 73 7C 2D
Decimal 115 124 45
Binary 1110011 1111100 101101
Octal 163 174 55

Shades and tints

Shades of #737C2D

#737C2D
(115,124,45)
#697129
(105,113,41)
#5F6625
(95,102,37)
#555B21
(85,91,33)
#4B501D
(75,80,29)
#414519
(65,69,25)
#373A15
(55,58,21)
#2D2F11
(45,47,17)
#23240D
(35,36,13)
#191909
(25,25,9)
#0F0E05
(15,14,5)
#000000
(0,0,0)

Tints of #737C2D

#737C2D
(115,124,45)
#7F8740
(127,135,64)
#8B9253
(139,146,83)
#979D66
(151,157,102)
#A3A879
(163,168,121)
#AFB38C
(175,179,140)
#BBBE9F
(187,190,159)
#C7C9B2
(199,201,178)
#D3D4C5
(211,212,197)
#DFDFD8
(223,223,216)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737C2D; }

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

This text font color is #737C2D.

Background Color

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

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

This div background color is #737C2D.

Border color

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

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

This div border color is #737C2D.

Opacity

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

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

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

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

This text has shadow with #737C2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737C2D.

Preview

Color preview on black background

This text has color #737C2D on black background.


Color preview on white background

This text has color #737C2D on white background.


Black color preview on #737C2D background

This text has black color on #737C2D background.


White color preview on #737C2D background

This text has white color on #737C2D background.


Related colors

Complementary color

Complementary color for #hex is #8C83D2.


I love getcolorcode.com

Triadic colors

1 #2D737C and #7C2D73 with #737C2D are triadic colors.

2 #2D7C73 and #7C732D with #737C2D are triadic colors.