COLOR #736A54

HEX: #736A54 RGB: (115,106,84)

Color info

#736A54 contains red, green and blue colors in about the same proportion. Web safe color of #736A54 is #666666 (or #666).

RGB color model

#736A54 color RGB value is (115,106,84).

RGB: (115,106,84) (45%, 42%, 33%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 84 of 255 = 33%

115
106
84

R + G + B ~ 40%. #736A54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 84 = 305 (100%)
R 115 of 305 ~ 37.7%
G 106 of 305 ~ 34.75%
B 84 of 305 ~ 27.54'%

%37.7
%34.75
%27.54

CMYK color model

#736A54 color CMYK value is (0,8,27,55).

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

CMYK: (0,8,27,55)
C0M8Y27K55 (0%, 8%, 27%, 55%)
(0.00 / 0.08 / 0.27 / 0.55)

CMYK percentages

%0
%7.83
%26.96
%54.9

Codes

Color #736A54 in popluar color models

73 6A 54
RGB 115 106 84
HSL 43° 15.58% 39.02%
HSB/HSV 43° 26.96% 45.10%
CMYK 0.00% 7.83% 26.96%
54.90%

Color #736A54 in popluar number systems.

HEX 73 6A 54
Decimal 115 106 84
Binary 1110011 1101010 1010100
Octal 163 152 124

Shades and tints

Shades of #736A54

#736A54
(115,106,84)
#69614D
(105,97,77)
#5F5846
(95,88,70)
#554F3F
(85,79,63)
#4B4638
(75,70,56)
#413D31
(65,61,49)
#37342A
(55,52,42)
#2D2B23
(45,43,35)
#23221C
(35,34,28)
#191915
(25,25,21)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #736A54

#736A54
(115,106,84)
#7F7763
(127,119,99)
#8B8472
(139,132,114)
#979181
(151,145,129)
#A39E90
(163,158,144)
#AFAB9F
(175,171,159)
#BBB8AE
(187,184,174)
#C7C5BD
(199,197,189)
#D3D2CC
(211,210,204)
#DFDFDB
(223,223,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A54; }

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

This text font color is #736A54.

Background Color

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

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

This div background color is #736A54.

Border color

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

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

This div border color is #736A54.

Opacity

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

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

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

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

This text has shadow with #736A54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736A54.

Preview

Color preview on black background

This text has color #736A54 on black background.


Color preview on white background

This text has color #736A54 on white background.


Black color preview on #736A54 background

This text has black color on #736A54 background.


White color preview on #736A54 background

This text has white color on #736A54 background.


Related colors

Complementary color

Complementary color for #hex is #8C95AB.


I love getcolorcode.com

Triadic colors

1 #54736A and #6A5473 with #736A54 are triadic colors.

2 #546A73 and #6A7354 with #736A54 are triadic colors.