COLOR #737C48

HEX: #737C48 RGB: (115,124,72)

Color info

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

RGB color model

#737C48 color RGB value is (115,124,72).

RGB: (115,124,72) (45%, 49%, 28%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 72 of 255 = 28%

115
124
72

R + G + B ~ 41%. #737C48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 124 + 72 = 311 (100%)
R 115 of 311 ~ 36.98%
G 124 of 311 ~ 39.87%
B 72 of 311 ~ 23.15'%

%36.98
%39.87
%23.15

CMYK color model

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

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK: (7,0,42,51) C7M0Y42K51 (7%,0%,42%,51%) (0.07/0.00/0.42/0.51) 

CMYK percentages

%7.26
%0
%41.94
%51.37

Codes

Color #737C48 in popluar color models

73 7C 48
RGB 115 124 72
HSL 70° 26.53% 38.43%
HSB/HSV 70° 41.94% 48.63%
CMYK 7.26% 0.00% 41.94%
51.37%

Color #737C48 in popluar number systems.

HEX 73 7C 48
Decimal 115 124 72
Binary 1110011 1111100 1001000
Octal 163 174 110

Shades and tints

Shades of #737C48

#737C48
(115,124,72)
#697142
(105,113,66)
#5F663C
(95,102,60)
#555B36
(85,91,54)
#4B5030
(75,80,48)
#41452A
(65,69,42)
#373A24
(55,58,36)
#2D2F1E
(45,47,30)
#232418
(35,36,24)
#191912
(25,25,18)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #737C48

#737C48
(115,124,72)
#7F8758
(127,135,88)
#8B9268
(139,146,104)
#979D78
(151,157,120)
#A3A888
(163,168,136)
#AFB398
(175,179,152)
#BBBEA8
(187,190,168)
#C7C9B8
(199,201,184)
#D3D4C8
(211,212,200)
#DFDFD8
(223,223,216)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737C48; }

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

This text font color is #737C48.

Background Color

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

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

This div background color is #737C48.

Border color

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

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

This div border color is #737C48.

Opacity

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

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

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

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

This text has shadow with #737C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737C48.

Preview

Color preview on black background

This text has color #737C48 on black background.


Color preview on white background

This text has color #737C48 on white background.


Black color preview on #737C48 background

This text has black color on #737C48 background.


White color preview on #737C48 background

This text has white color on #737C48 background.


Related colors

Complementary color

Complementary color for #hex is #8C83B7.


I love getcolorcode.com

Triadic colors

1 #48737C and #7C4873 with #737C48 are triadic colors.

2 #487C73 and #7C7348 with #737C48 are triadic colors.