COLOR #736A4C

HEX: #736A4C RGB: (115,106,76)

Color info

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

RGB color model

#736A4C color RGB value is (115,106,76).

RGB: (115,106,76) (45%, 42%, 30%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 76 of 255 = 30%

115
106
76

R + G + B ~ 39%. #736A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 76 = 297 (100%)
R 115 of 297 ~ 38.72%
G 106 of 297 ~ 35.69%
B 76 of 297 ~ 25.59'%

%38.72
%35.69
%25.59

CMYK color model

#736A4C color CMYK value is (0,8,34,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 33.91%
  • key color value is 54.90%

CMYK: (0,8,34,55)
C0M8Y34K55 (0%, 8%, 34%, 55%)
(0.00 / 0.08 / 0.34 / 0.55)

CMYK percentages

%0
%7.83
%33.91
%54.9

Codes

Color #736A4C in popluar color models

73 6A 4C
RGB 115 106 76
HSL 46° 20.42% 37.45%
HSB/HSV 46° 33.91% 45.10%
CMYK 0.00% 7.83% 33.91%
54.90%

Color #736A4C in popluar number systems.

HEX 73 6A 4C
Decimal 115 106 76
Binary 1110011 1101010 1001100
Octal 163 152 114

Shades and tints

Shades of #736A4C

#736A4C
(115,106,76)
#696146
(105,97,70)
#5F5840
(95,88,64)
#554F3A
(85,79,58)
#4B4634
(75,70,52)
#413D2E
(65,61,46)
#373428
(55,52,40)
#2D2B22
(45,43,34)
#23221C
(35,34,28)
#191916
(25,25,22)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #736A4C

#736A4C
(115,106,76)
#7F775C
(127,119,92)
#8B846C
(139,132,108)
#97917C
(151,145,124)
#A39E8C
(163,158,140)
#AFAB9C
(175,171,156)
#BBB8AC
(187,184,172)
#C7C5BC
(199,197,188)
#D3D2CC
(211,210,204)
#DFDFDC
(223,223,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736A4C color. Also use rgb(115,106,76) instead hex code.

Text Font Color

.myTextColor { color: #736A4C; }

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

This text font color is #736A4C.

Background Color

.myBgColor { background-color: #736A4C; }

<div style="background-color:#736A4C">Inner text</div>

This div background color is #736A4C.

Border color

.myBorderColor { border: 1px solid #736A4C; }

<div style="border:3px solid #736A4C">Div</div>

This div border color is #736A4C.

Opacity

.myOpacity80 { color: #736A4C; opacity: 0.8; }

<p style="color:#736A4C;opacity:0.8;">80%</p>

Text with #736A4C 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 #736A4C;}

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

This text has shadow with #736A4C color.


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

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

This text has shadow with #736A4C primary color and red secondary color.


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

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

This text has shadow with #736A4C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #736A4C.

Preview

Color preview on black background

This text has color #736A4C on black background.


Color preview on white background

This text has color #736A4C on white background.


Black color preview on #736A4C background

This text has black color on #736A4C background.


White color preview on #736A4C background

This text has white color on #736A4C background.


Related colors

Complementary color

Complementary color for #hex is #8C95B3.


I love getcolorcode.com

Triadic colors

1 #4C736A and #6A4C73 with #736A4C are triadic colors.

2 #4C6A73 and #6A734C with #736A4C are triadic colors.