COLOR #736F40

HEX: #736F40 RGB: (115,111,64)

Color info

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

RGB color model

#736F40 color RGB value is (115,111,64).

RGB: (115,111,64) (45%, 44%, 25%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 64 of 255 = 25%

115
111
64

R + G + B ~ 38%. #736F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 64 = 290 (100%)
R 115 of 290 ~ 39.66%
G 111 of 290 ~ 38.28%
B 64 of 290 ~ 22.07'%

%39.66
%38.28
%22.07

CMYK color model

#736F40 color CMYK value is (0,3,44,55).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 44.35%
  • key color value is 54.90%

CMYK: (0,3,44,55)
C0M3Y44K55 (0%, 3%, 44%, 55%)
(0.00 / 0.03 / 0.44 / 0.55)

CMYK percentages

%0
%3.48
%44.35
%54.9

Codes

Color #736F40 in popluar color models

73 6F 40
RGB 115 111 64
HSL 55° 28.49% 35.10%
HSB/HSV 55° 44.35% 45.10%
CMYK 0.00% 3.48% 44.35%
54.90%

Color #736F40 in popluar number systems.

HEX 73 6F 40
Decimal 115 111 64
Binary 1110011 1101111 1000000
Octal 163 157 100

Shades and tints

Shades of #736F40

#736F40
(115,111,64)
#69653B
(105,101,59)
#5F5B36
(95,91,54)
#555131
(85,81,49)
#4B472C
(75,71,44)
#413D27
(65,61,39)
#373322
(55,51,34)
#2D291D
(45,41,29)
#231F18
(35,31,24)
#191513
(25,21,19)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #736F40

#736F40
(115,111,64)
#7F7C51
(127,124,81)
#8B8962
(139,137,98)
#979673
(151,150,115)
#A3A384
(163,163,132)
#AFB095
(175,176,149)
#BBBDA6
(187,189,166)
#C7CAB7
(199,202,183)
#D3D7C8
(211,215,200)
#DFE4D9
(223,228,217)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736F40 color. Also use rgb(115,111,64) instead hex code.

Text Font Color

.myTextColor { color: #736F40; }

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

This text font color is #736F40.

Background Color

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

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

This div background color is #736F40.

Border color

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

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

This div border color is #736F40.

Opacity

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

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

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

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

This text has shadow with #736F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F40.

Preview

Color preview on black background

This text has color #736F40 on black background.


Color preview on white background

This text has color #736F40 on white background.


Black color preview on #736F40 background

This text has black color on #736F40 background.


White color preview on #736F40 background

This text has white color on #736F40 background.


Related colors

Complementary color

Complementary color for #hex is #8C90BF.


I love getcolorcode.com

Triadic colors

1 #40736F and #6F4073 with #736F40 are triadic colors.

2 #406F73 and #6F7340 with #736F40 are triadic colors.