COLOR #736B3F

HEX: #736B3F RGB: (115,107,63)

Color info

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

RGB color model

#736B3F color RGB value is (115,107,63).

RGB: (115,107,63) (45%, 42%, 25%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 63 of 255 = 25%

115
107
63

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

Portions of RGB colors in percentages

R + G + B = 115 + 107 + 63 = 285 (100%)
R 115 of 285 ~ 40.35%
G 107 of 285 ~ 37.54%
B 63 of 285 ~ 22.11'%

%40.35
%37.54
%22.11

CMYK color model

#736B3F color CMYK value is (0,7,45,55).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 45.22%
  • key color value is 54.90%

CMYK: (0,7,45,55)
C0M7Y45K55 (0%, 7%, 45%, 55%)
(0.00 / 0.07 / 0.45 / 0.55)

CMYK percentages

%0
%6.96
%45.22
%54.9

Codes

Color #736B3F in popluar color models

73 6B 3F
RGB 115 107 63
HSL 51° 29.21% 34.90%
HSB/HSV 51° 45.22% 45.10%
CMYK 0.00% 6.96% 45.22%
54.90%

Color #736B3F in popluar number systems.

HEX 73 6B 3F
Decimal 115 107 63
Binary 1110011 1101011 111111
Octal 163 153 77

Shades and tints

Shades of #736B3F

#736B3F
(115,107,63)
#69623A
(105,98,58)
#5F5935
(95,89,53)
#555030
(85,80,48)
#4B472B
(75,71,43)
#413E26
(65,62,38)
#373521
(55,53,33)
#2D2C1C
(45,44,28)
#232317
(35,35,23)
#191A12
(25,26,18)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #736B3F

#736B3F
(115,107,63)
#7F7850
(127,120,80)
#8B8561
(139,133,97)
#979272
(151,146,114)
#A39F83
(163,159,131)
#AFAC94
(175,172,148)
#BBB9A5
(187,185,165)
#C7C6B6
(199,198,182)
#D3D3C7
(211,211,199)
#DFE0D8
(223,224,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736B3F color. Also use rgb(115,107,63) instead hex code.

Text Font Color

.myTextColor { color: #736B3F; }

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

This text font color is #736B3F.

Background Color

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

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

This div background color is #736B3F.

Border color

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

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

This div border color is #736B3F.

Opacity

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

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

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

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

This text has shadow with #736B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736B3F.

Preview

Color preview on black background

This text has color #736B3F on black background.


Color preview on white background

This text has color #736B3F on white background.


Black color preview on #736B3F background

This text has black color on #736B3F background.


White color preview on #736B3F background

This text has white color on #736B3F background.


Related colors

Complementary color

Complementary color for #hex is #8C94C0.


I love getcolorcode.com

Triadic colors

1 #3F736B and #6B3F73 with #736B3F are triadic colors.

2 #3F6B73 and #6B733F with #736B3F are triadic colors.