COLOR #736A2C

HEX: #736A2C RGB: (115,106,44)

Color info

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

RGB color model

#736A2C color RGB value is (115,106,44).

RGB: (115,106,44) (45%, 42%, 17%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 44 of 255 = 17%

115
106
44

R + G + B ~ 35%. #736A2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 44 = 265 (100%)
R 115 of 265 ~ 43.4%
G 106 of 265 ~ 40%
B 44 of 265 ~ 16.6'%

%43.4
%40
%16.6

CMYK color model

#736A2C color CMYK value is (0,8,62,55).

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

CMYK: (0,8,62,55)
C0M8Y62K55 (0%, 8%, 62%, 55%)
(0.00 / 0.08 / 0.62 / 0.55)

CMYK percentages

%0
%7.83
%61.74
%54.9

Codes

Color #736A2C in popluar color models

73 6A 2C
RGB 115 106 44
HSL 52° 44.65% 31.18%
HSB/HSV 52° 61.74% 45.10%
CMYK 0.00% 7.83% 61.74%
54.90%

Color #736A2C in popluar number systems.

HEX 73 6A 2C
Decimal 115 106 44
Binary 1110011 1101010 101100
Octal 163 152 54

Shades and tints

Shades of #736A2C

#736A2C
(115,106,44)
#696128
(105,97,40)
#5F5824
(95,88,36)
#554F20
(85,79,32)
#4B461C
(75,70,28)
#413D18
(65,61,24)
#373414
(55,52,20)
#2D2B10
(45,43,16)
#23220C
(35,34,12)
#191908
(25,25,8)
#0F1004
(15,16,4)
#000000
(0,0,0)

Tints of #736A2C

#736A2C
(115,106,44)
#7F773F
(127,119,63)
#8B8452
(139,132,82)
#979165
(151,145,101)
#A39E78
(163,158,120)
#AFAB8B
(175,171,139)
#BBB89E
(187,184,158)
#C7C5B1
(199,197,177)
#D3D2C4
(211,210,196)
#DFDFD7
(223,223,215)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A2C; }

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

This text font color is #736A2C.

Background Color

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

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

This div background color is #736A2C.

Border color

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

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

This div border color is #736A2C.

Opacity

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

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

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

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

This text has shadow with #736A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736A2C.

Preview

Color preview on black background

This text has color #736A2C on black background.


Color preview on white background

This text has color #736A2C on white background.


Black color preview on #736A2C background

This text has black color on #736A2C background.


White color preview on #736A2C background

This text has white color on #736A2C background.


Related colors

Complementary color

Complementary color for #hex is #8C95D3.


I love getcolorcode.com

Triadic colors

1 #2C736A and #6A2C73 with #736A2C are triadic colors.

2 #2C6A73 and #6A732C with #736A2C are triadic colors.