COLOR #736B67

HEX: #736B67 RGB: (115,107,103)

Color info

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

RGB color model

#736B67 color RGB value is (115,107,103).

RGB: (115,107,103) (45%, 42%, 40%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 103 of 255 = 40%

115
107
103

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

Portions of RGB colors in percentages

R + G + B = 115 + 107 + 103 = 325 (100%)
R 115 of 325 ~ 35.38%
G 107 of 325 ~ 32.92%
B 103 of 325 ~ 31.69'%

%35.38
%32.92
%31.69

CMYK color model

#736B67 color CMYK value is (0,7,10,55).

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

CMYK: (0,7,10,55)
C0M7Y10K55 (0%, 7%, 10%, 55%)
(0.00 / 0.07 / 0.10 / 0.55)

CMYK percentages

%0
%6.96
%10.43
%54.9

Codes

Color #736B67 in popluar color models

73 6B 67
RGB 115 107 103
HSL 20° 5.50% 42.75%
HSB/HSV 20° 10.43% 45.10%
CMYK 0.00% 6.96% 10.43%
54.90%

Color #736B67 in popluar number systems.

HEX 73 6B 67
Decimal 115 107 103
Binary 1110011 1101011 1100111
Octal 163 153 147

Shades and tints

Shades of #736B67

#736B67
(115,107,103)
#69625E
(105,98,94)
#5F5955
(95,89,85)
#55504C
(85,80,76)
#4B4743
(75,71,67)
#413E3A
(65,62,58)
#373531
(55,53,49)
#2D2C28
(45,44,40)
#23231F
(35,35,31)
#191A16
(25,26,22)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #736B67

#736B67
(115,107,103)
#7F7874
(127,120,116)
#8B8581
(139,133,129)
#97928E
(151,146,142)
#A39F9B
(163,159,155)
#AFACA8
(175,172,168)
#BBB9B5
(187,185,181)
#C7C6C2
(199,198,194)
#D3D3CF
(211,211,207)
#DFE0DC
(223,224,220)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B67; }

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

This text font color is #736B67.

Background Color

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

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

This div background color is #736B67.

Border color

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

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

This div border color is #736B67.

Opacity

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

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

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

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

This text has shadow with #736B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736B67.

Preview

Color preview on black background

This text has color #736B67 on black background.


Color preview on white background

This text has color #736B67 on white background.


Black color preview on #736B67 background

This text has black color on #736B67 background.


White color preview on #736B67 background

This text has white color on #736B67 background.


Related colors

Complementary color

Complementary color for #hex is #8C9498.


I love getcolorcode.com

Triadic colors

1 #67736B and #6B6773 with #736B67 are triadic colors.

2 #676B73 and #6B7367 with #736B67 are triadic colors.