COLOR #736F53

HEX: #736F53 RGB: (115,111,83)

Color info

#736F53 contains red, green and blue colors in about the same proportion. Web safe color of #736F53 is #666666 (or #666).

RGB color model

#736F53 color RGB value is (115,111,83).

RGB: (115,111,83) (45%, 44%, 33%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 83 of 255 = 33%

115
111
83

R + G + B ~ 41%. #736F53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 83 = 309 (100%)
R 115 of 309 ~ 37.22%
G 111 of 309 ~ 35.92%
B 83 of 309 ~ 26.86'%

%37.22
%35.92
%26.86

CMYK color model

#736F53 color CMYK value is (0,3,28,55).

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

CMYK: (0,3,28,55)
C0M3Y28K55 (0%, 3%, 28%, 55%)
(0.00 / 0.03 / 0.28 / 0.55)

CMYK percentages

%0
%3.48
%27.83
%54.9

Codes

Color #736F53 in popluar color models

73 6F 53
RGB 115 111 83
HSL 53° 16.16% 38.82%
HSB/HSV 53° 27.83% 45.10%
CMYK 0.00% 3.48% 27.83%
54.90%

Color #736F53 in popluar number systems.

HEX 73 6F 53
Decimal 115 111 83
Binary 1110011 1101111 1010011
Octal 163 157 123

Shades and tints

Shades of #736F53

#736F53
(115,111,83)
#69654C
(105,101,76)
#5F5B45
(95,91,69)
#55513E
(85,81,62)
#4B4737
(75,71,55)
#413D30
(65,61,48)
#373329
(55,51,41)
#2D2922
(45,41,34)
#231F1B
(35,31,27)
#191514
(25,21,20)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #736F53

#736F53
(115,111,83)
#7F7C62
(127,124,98)
#8B8971
(139,137,113)
#979680
(151,150,128)
#A3A38F
(163,163,143)
#AFB09E
(175,176,158)
#BBBDAD
(187,189,173)
#C7CABC
(199,202,188)
#D3D7CB
(211,215,203)
#DFE4DA
(223,228,218)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F53; }

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

This text font color is #736F53.

Background Color

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

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

This div background color is #736F53.

Border color

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

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

This div border color is #736F53.

Opacity

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

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

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

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

This text has shadow with #736F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F53.

Preview

Color preview on black background

This text has color #736F53 on black background.


Color preview on white background

This text has color #736F53 on white background.


Black color preview on #736F53 background

This text has black color on #736F53 background.


White color preview on #736F53 background

This text has white color on #736F53 background.


Related colors

Complementary color

Complementary color for #hex is #8C90AC.


I love getcolorcode.com

Triadic colors

1 #53736F and #6F5373 with #736F53 are triadic colors.

2 #536F73 and #6F7353 with #736F53 are triadic colors.