COLOR #736969

HEX: #736969
RGB: (115,105,105)

Color info

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

RGB color model

#736969 color RGB value is (115,105,105).

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

RGB channels and saturation

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

115
105
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 105 = 325 (100%)
R 115 of 325 ~ 35.38%
G 105 of 325 ~ 32.31%
B 105 of 325 ~ 32.31%

%35.38
%32.31
%32.31

CMYK color model

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

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

CMYK percentages

%0
%8.7
%8.7
%54.9

Codes

Color #736969 in popluar color models

736969
RGB115105105
HSL4.55%43.14%
HSB/HSV8.70%45.10%
CMYK0.00%8.70%8.70%
54.90%

Color #736969 in popluar number systems.

HEX736969
Decimal115105105
Binary111001111010011101001
Octal163151151

Shades and tints

Shades of #736969

#736969
(115,105,105)
#696060
(105,96,96)
#5F5757
(95,87,87)
#554E4E
(85,78,78)
#4B4545
(75,69,69)
#413C3C
(65,60,60)
#373333
(55,51,51)
#2D2A2A
(45,42,42)
#232121
(35,33,33)
#191818
(25,24,24)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #736969

#736969
(115,105,105)
#7F7676
(127,118,118)
#8B8383
(139,131,131)
#979090
(151,144,144)
#A39D9D
(163,157,157)
#AFAAAA
(175,170,170)
#BBB7B7
(187,183,183)
#C7C4C4
(199,196,196)
#D3D1D1
(211,209,209)
#DFDEDE
(223,222,222)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736969; }

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

This text font color is #736969.


Background Color

.myBgColor { background-color: #736969; }

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

This div background color is #736969.


Border color

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

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

This div border color is #736969.


Opacity

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

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

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

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

This text has shadow with #736969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736969 on black background.


Color preview on white background

This text has color #736969 on white background.



Black color preview on #736969 background

This text has black color on #736969 background.


White color preview on #736969 background

This text has white color on #736969 background.