COLOR #736C32

HEX: #736C32 RGB: (115,108,50)

Color info

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

RGB color model

#736C32 color RGB value is (115,108,50).

RGB: (115,108,50) (45%, 42%, 20%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 50 of 255 = 20%

115
108
50

R + G + B ~ 36%. #736C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 108 + 50 = 273 (100%)
R 115 of 273 ~ 42.12%
G 108 of 273 ~ 39.56%
B 50 of 273 ~ 18.32'%

%42.12
%39.56
%18.32

CMYK color model

#736C32 color CMYK value is (0,6,57,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 56.52%
  • key color value is 54.90%
CMYK: (0,6,57,55) C0M6Y57K55 (0%,6%,57%,55%) (0.00/0.06/0.57/0.55) 

CMYK percentages

%0
%6.09
%56.52
%54.9

Codes

Color #736C32 in popluar color models

73 6C 32
RGB 115 108 50
HSL 54° 39.39% 32.35%
HSB/HSV 54° 56.52% 45.10%
CMYK 0.00% 6.09% 56.52%
54.90%

Color #736C32 in popluar number systems.

HEX 73 6C 32
Decimal 115 108 50
Binary 1110011 1101100 110010
Octal 163 154 62

Shades and tints

Shades of #736C32

#736C32
(115,108,50)
#69632E
(105,99,46)
#5F5A2A
(95,90,42)
#555126
(85,81,38)
#4B4822
(75,72,34)
#413F1E
(65,63,30)
#37361A
(55,54,26)
#2D2D16
(45,45,22)
#232412
(35,36,18)
#191B0E
(25,27,14)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #736C32

#736C32
(115,108,50)
#7F7944
(127,121,68)
#8B8656
(139,134,86)
#979368
(151,147,104)
#A3A07A
(163,160,122)
#AFAD8C
(175,173,140)
#BBBA9E
(187,186,158)
#C7C7B0
(199,199,176)
#D3D4C2
(211,212,194)
#DFE1D4
(223,225,212)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736C32 color. Also use rgb(115,108,50) instead hex code.

Text Font Color

.myTextColor { color: #736C32; }

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

This text font color is #736C32.

Background Color

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

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

This div background color is #736C32.

Border color

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

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

This div border color is #736C32.

Opacity

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

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

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

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

This text has shadow with #736C32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736C32.

Preview

Color preview on black background

This text has color #736C32 on black background.


Color preview on white background

This text has color #736C32 on white background.


Black color preview on #736C32 background

This text has black color on #736C32 background.


White color preview on #736C32 background

This text has white color on #736C32 background.


Related colors

Complementary color

Complementary color for #hex is #8C93CD.


I love getcolorcode.com

Triadic colors

1 #32736C and #6C3273 with #736C32 are triadic colors.

2 #326C73 and #6C7332 with #736C32 are triadic colors.