COLOR #737969

HEX: #737969
RGB: (115,121,105)

Color info

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

RGB color model

#737969 color RGB value is (115,121,105).

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

RGB channels and saturation

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

115
121
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 105 = 341 (100%)
R 115 of 341 ~ 33.72%
G 121 of 341 ~ 35.48%
B 105 of 341 ~ 30.79%

%33.72
%35.48
%30.79

CMYK color model

#737969 color CMYK value is (5,0,13,53).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(5,0,13,53)
C5M0Y13K53 
(5%,0%,13%,53%)
(0.05/0.00/0.13/0.53)	

CMYK percentages

%4.96
%0
%13.22
%52.55

Codes

Color #737969 in popluar color models

737969
RGB115121105
HSL83°7.08%44.31%
HSB/HSV83°13.22%47.45%
CMYK4.96%0.00%13.22%
52.55%

Color #737969 in popluar number systems.

HEX737969
Decimal115121105
Binary111001111110011101001
Octal163171151

Shades and tints

Shades of #737969

#737969
(115,121,105)
#696E60
(105,110,96)
#5F6357
(95,99,87)
#55584E
(85,88,78)
#4B4D45
(75,77,69)
#41423C
(65,66,60)
#373733
(55,55,51)
#2D2C2A
(45,44,42)
#232121
(35,33,33)
#191618
(25,22,24)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #737969

#737969
(115,121,105)
#7F8576
(127,133,118)
#8B9183
(139,145,131)
#979D90
(151,157,144)
#A3A99D
(163,169,157)
#AFB5AA
(175,181,170)
#BBC1B7
(187,193,183)
#C7CDC4
(199,205,196)
#D3D9D1
(211,217,209)
#DFE5DE
(223,229,222)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737969; }

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

This text font color is #737969.


Background Color

.myBgColor { background-color: #737969; }

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

This div background color is #737969.


Border color

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

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

This div border color is #737969.


Opacity

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

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

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

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

This text has shadow with #737969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737969 on black background.


Color preview on white background

This text has color #737969 on white background.



Black color preview on #737969 background

This text has black color on #737969 background.


White color preview on #737969 background

This text has white color on #737969 background.