COLOR #737C3D

HEX: #737C3D RGB: (115,124,61)

Color info

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

RGB color model

#737C3D color RGB value is (115,124,61).

RGB: (115,124,61) (45%, 49%, 24%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 61 of 255 = 24%

115
124
61

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

Portions of RGB colors in percentages

R + G + B = 115 + 124 + 61 = 300 (100%)
R 115 of 300 ~ 38.33%
G 124 of 300 ~ 41.33%
B 61 of 300 ~ 20.33'%

%38.33
%41.33
%20.33

CMYK color model

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

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

CMYK: (7,0,51,51)
C7M0Y51K51 (7%, 0%, 51%, 51%)
(0.07 / 0.00 / 0.51 / 0.51)

CMYK percentages

%7.26
%0
%50.81
%51.37

Codes

Color #737C3D in popluar color models

73 7C 3D
RGB 115 124 61
HSL 69° 34.05% 36.27%
HSB/HSV 69° 50.81% 48.63%
CMYK 7.26% 0.00% 50.81%
51.37%

Color #737C3D in popluar number systems.

HEX 73 7C 3D
Decimal 115 124 61
Binary 1110011 1111100 111101
Octal 163 174 75

Shades and tints

Shades of #737C3D

#737C3D
(115,124,61)
#697138
(105,113,56)
#5F6633
(95,102,51)
#555B2E
(85,91,46)
#4B5029
(75,80,41)
#414524
(65,69,36)
#373A1F
(55,58,31)
#2D2F1A
(45,47,26)
#232415
(35,36,21)
#191910
(25,25,16)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #737C3D

#737C3D
(115,124,61)
#7F874E
(127,135,78)
#8B925F
(139,146,95)
#979D70
(151,157,112)
#A3A881
(163,168,129)
#AFB392
(175,179,146)
#BBBEA3
(187,190,163)
#C7C9B4
(199,201,180)
#D3D4C5
(211,212,197)
#DFDFD6
(223,223,214)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737C3D; }

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

This text font color is #737C3D.

Background Color

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

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

This div background color is #737C3D.

Border color

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

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

This div border color is #737C3D.

Opacity

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

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

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

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

This text has shadow with #737C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737C3D.

Preview

Color preview on black background

This text has color #737C3D on black background.


Color preview on white background

This text has color #737C3D on white background.


Black color preview on #737C3D background

This text has black color on #737C3D background.


White color preview on #737C3D background

This text has white color on #737C3D background.


Related colors

Complementary color

Complementary color for #hex is #8C83C2.


I love getcolorcode.com

Triadic colors

1 #3D737C and #7C3D73 with #737C3D are triadic colors.

2 #3D7C73 and #7C733D with #737C3D are triadic colors.