COLOR #736A3B

HEX: #736A3B RGB: (115,106,59)

Color info

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

RGB color model

#736A3B color RGB value is (115,106,59).

RGB: (115,106,59) (45%, 42%, 23%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 59 of 255 = 23%

115
106
59

R + G + B ~ 37%. #736A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 59 = 280 (100%)
R 115 of 280 ~ 41.07%
G 106 of 280 ~ 37.86%
B 59 of 280 ~ 21.07'%

%41.07
%37.86
%21.07

CMYK color model

#736A3B color CMYK value is (0,8,49,55).

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

CMYK: (0,8,49,55)
C0M8Y49K55 (0%, 8%, 49%, 55%)
(0.00 / 0.08 / 0.49 / 0.55)

CMYK percentages

%0
%7.83
%48.7
%54.9

Codes

Color #736A3B in popluar color models

73 6A 3B
RGB 115 106 59
HSL 50° 32.18% 34.12%
HSB/HSV 50° 48.70% 45.10%
CMYK 0.00% 7.83% 48.70%
54.90%

Color #736A3B in popluar number systems.

HEX 73 6A 3B
Decimal 115 106 59
Binary 1110011 1101010 111011
Octal 163 152 73

Shades and tints

Shades of #736A3B

#736A3B
(115,106,59)
#696136
(105,97,54)
#5F5831
(95,88,49)
#554F2C
(85,79,44)
#4B4627
(75,70,39)
#413D22
(65,61,34)
#37341D
(55,52,29)
#2D2B18
(45,43,24)
#232213
(35,34,19)
#19190E
(25,25,14)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #736A3B

#736A3B
(115,106,59)
#7F774C
(127,119,76)
#8B845D
(139,132,93)
#97916E
(151,145,110)
#A39E7F
(163,158,127)
#AFAB90
(175,171,144)
#BBB8A1
(187,184,161)
#C7C5B2
(199,197,178)
#D3D2C3
(211,210,195)
#DFDFD4
(223,223,212)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A3B; }

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

This text font color is #736A3B.

Background Color

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

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

This div background color is #736A3B.

Border color

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

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

This div border color is #736A3B.

Opacity

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

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

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

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

This text has shadow with #736A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736A3B.

Preview

Color preview on black background

This text has color #736A3B on black background.


Color preview on white background

This text has color #736A3B on white background.


Black color preview on #736A3B background

This text has black color on #736A3B background.


White color preview on #736A3B background

This text has white color on #736A3B background.


Related colors

Complementary color

Complementary color for #hex is #8C95C4.


I love getcolorcode.com

Triadic colors

1 #3B736A and #6A3B73 with #736A3B are triadic colors.

2 #3B6A73 and #6A733B with #736A3B are triadic colors.