COLOR #736269

HEX: #736269
RGB: (115,98,105)

Color info

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

RGB color model

#736269 color RGB value is (115,98,105).

  • red value is 115;
  • green value is 98;
  • blue value is 105.
RGB:
(115,98,105)
(45%,38%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 105 of 255 = 41%

115
98
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 98 + 105 = 318 (100%)
R 115 of 318 ~ 36.16%
G 98 of 318 ~ 30.82%
B 105 of 318 ~ 33.02%

%36.16
%30.82
%33.02

CMYK color model

#736269 color CMYK value is (0,15,9,55).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK:
(0,15,9,55)
C0M15Y9K55 
(0%,15%,9%,55%)
(0.00/0.15/0.09/0.55)	

CMYK percentages

%0
%14.78
%8.7
%54.9

Codes

Color #736269 in popluar color models

736269
RGB11598105
HSL335°7.98%41.76%
HSB/HSV335°14.78%45.10%
CMYK0.00%14.78%8.70%
54.90%

Color #736269 in popluar number systems.

HEX736269
Decimal11598105
Binary111001111000101101001
Octal163142151

Shades and tints

Shades of #736269

#736269
(115,98,105)
#695A60
(105,90,96)
#5F5257
(95,82,87)
#554A4E
(85,74,78)
#4B4245
(75,66,69)
#413A3C
(65,58,60)
#373233
(55,50,51)
#2D2A2A
(45,42,42)
#232221
(35,34,33)
#191A18
(25,26,24)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #736269

#736269
(115,98,105)
#7F7076
(127,112,118)
#8B7E83
(139,126,131)
#978C90
(151,140,144)
#A39A9D
(163,154,157)
#AFA8AA
(175,168,170)
#BBB6B7
(187,182,183)
#C7C4C4
(199,196,196)
#D3D2D1
(211,210,209)
#DFE0DE
(223,224,222)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736269 color. Also use rgb(115,98,105) instead hex code.

Text Font Color

.myTextColor { color: #736269; }

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

This text font color is #736269.


Background Color

.myBgColor { background-color: #736269; }

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

This div background color is #736269.


Border color

.myBorderColor { border: 1px solid #736269; }

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

This div border color is #736269.


Opacity

.myOpacity80 { color: #736269; opacity: 0.8; }

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

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

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

This text has shadow with #736269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736269 on black background.


Color preview on white background

This text has color #736269 on white background.



Black color preview on #736269 background

This text has black color on #736269 background.


White color preview on #736269 background

This text has white color on #736269 background.