COLOR #736D2B

HEX: #736D2B RGB: (115,109,43)

Color info

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

RGB color model

#736D2B color RGB value is (115,109,43).

RGB: (115,109,43) (45%, 43%, 17%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 43 of 255 = 17%

115
109
43

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

Portions of RGB colors in percentages

R + G + B = 115 + 109 + 43 = 267 (100%)
R 115 of 267 ~ 43.07%
G 109 of 267 ~ 40.82%
B 43 of 267 ~ 16.1'%

%43.07
%40.82
%16.1

CMYK color model

#736D2B color CMYK value is (0,5,63,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 62.61%
  • key color value is 54.90%

CMYK: (0,5,63,55)
C0M5Y63K55 (0%, 5%, 63%, 55%)
(0.00 / 0.05 / 0.63 / 0.55)

CMYK percentages

%0
%5.22
%62.61
%54.9

Codes

Color #736D2B in popluar color models

73 6D 2B
RGB 115 109 43
HSL 55° 45.57% 30.98%
HSB/HSV 55° 62.61% 45.10%
CMYK 0.00% 5.22% 62.61%
54.90%

Color #736D2B in popluar number systems.

HEX 73 6D 2B
Decimal 115 109 43
Binary 1110011 1101101 101011
Octal 163 155 53

Shades and tints

Shades of #736D2B

#736D2B
(115,109,43)
#696428
(105,100,40)
#5F5B25
(95,91,37)
#555222
(85,82,34)
#4B491F
(75,73,31)
#41401C
(65,64,28)
#373719
(55,55,25)
#2D2E16
(45,46,22)
#232513
(35,37,19)
#191C10
(25,28,16)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #736D2B

#736D2B
(115,109,43)
#7F7A3E
(127,122,62)
#8B8751
(139,135,81)
#979464
(151,148,100)
#A3A177
(163,161,119)
#AFAE8A
(175,174,138)
#BBBB9D
(187,187,157)
#C7C8B0
(199,200,176)
#D3D5C3
(211,213,195)
#DFE2D6
(223,226,214)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736D2B color. Also use rgb(115,109,43) instead hex code.

Text Font Color

.myTextColor { color: #736D2B; }

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

This text font color is #736D2B.

Background Color

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

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

This div background color is #736D2B.

Border color

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

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

This div border color is #736D2B.

Opacity

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

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

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

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

This text has shadow with #736D2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736D2B.

Preview

Color preview on black background

This text has color #736D2B on black background.


Color preview on white background

This text has color #736D2B on white background.


Black color preview on #736D2B background

This text has black color on #736D2B background.


White color preview on #736D2B background

This text has white color on #736D2B background.


Related colors

Complementary color

Complementary color for #hex is #8C92D4.


I love getcolorcode.com

Triadic colors

1 #2B736D and #6D2B73 with #736D2B are triadic colors.

2 #2B6D73 and #6D732B with #736D2B are triadic colors.