COLOR #736A67

HEX: #736A67
RGB: (115,106,103)

Color info

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

RGB color model

#736A67 color RGB value is (115,106,103).

  • red value is 115;
  • green value is 106;
  • blue value is 103.
RGB:
(115,106,103)
(45%,42%,40%)

RGB channels and saturation

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

115
106
103

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 103 = 324 (100%)
R 115 of 324 ~ 35.49%
G 106 of 324 ~ 32.72%
B 103 of 324 ~ 31.79%

%35.49
%32.72
%31.79

CMYK color model

#736A67 color CMYK value is (0,8,10,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(0,8,10,55)
C0M8Y10K55 
(0%,8%,10%,55%)
(0.00/0.08/0.10/0.55)	

CMYK percentages

%0
%7.83
%10.43
%54.9

Codes

Color #736A67 in popluar color models

736A67
RGB115106103
HSL15°5.50%42.75%
HSB/HSV15°10.43%45.10%
CMYK0.00%7.83%10.43%
54.90%

Color #736A67 in popluar number systems.

HEX736A67
Decimal115106103
Binary111001111010101100111
Octal163152147

Shades and tints

Shades of #736A67

#736A67
(115,106,103)
#69615E
(105,97,94)
#5F5855
(95,88,85)
#554F4C
(85,79,76)
#4B4643
(75,70,67)
#413D3A
(65,61,58)
#373431
(55,52,49)
#2D2B28
(45,43,40)
#23221F
(35,34,31)
#191916
(25,25,22)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #736A67

#736A67
(115,106,103)
#7F7774
(127,119,116)
#8B8481
(139,132,129)
#97918E
(151,145,142)
#A39E9B
(163,158,155)
#AFABA8
(175,171,168)
#BBB8B5
(187,184,181)
#C7C5C2
(199,197,194)
#D3D2CF
(211,210,207)
#DFDFDC
(223,223,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A67; }

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

This text font color is #736A67.


Background Color

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

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

This div background color is #736A67.


Border color

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

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

This div border color is #736A67.


Opacity

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

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

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

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

This text has shadow with #736A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A67 on black background.


Color preview on white background

This text has color #736A67 on white background.



Black color preview on #736A67 background

This text has black color on #736A67 background.


White color preview on #736A67 background

This text has white color on #736A67 background.