COLOR #737D69

HEX: #737D69
RGB: (115,125,105)

Color info

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

RGB color model

#737D69 color RGB value is (115,125,105).

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

RGB channels and saturation

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

115
125
105

R + G + B ~ 45%. #737D69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 105 = 345 (100%)
R 115 of 345 ~ 33.33%
G 125 of 345 ~ 36.23%
B 105 of 345 ~ 30.43%

%33.33
%36.23
%30.43

CMYK color model

#737D69 color CMYK value is (8,0,16,51).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 50.98%
CMYK:
(8,0,16,51)
C8M0Y16K51 
(8%,0%,16%,51%)
(0.08/0.00/0.16/0.51)	

CMYK percentages

%8
%0
%16
%50.98

Codes

Color #737D69 in popluar color models

737D69
RGB115125105
HSL90°8.70%45.10%
HSB/HSV90°16.00%49.02%
CMYK8.00%0.00%16.00%
50.98%

Color #737D69 in popluar number systems.

HEX737D69
Decimal115125105
Binary111001111111011101001
Octal163175151

Shades and tints

Shades of #737D69

#737D69
(115,125,105)
#697260
(105,114,96)
#5F6757
(95,103,87)
#555C4E
(85,92,78)
#4B5145
(75,81,69)
#41463C
(65,70,60)
#373B33
(55,59,51)
#2D302A
(45,48,42)
#232521
(35,37,33)
#191A18
(25,26,24)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #737D69

#737D69
(115,125,105)
#7F8876
(127,136,118)
#8B9383
(139,147,131)
#979E90
(151,158,144)
#A3A99D
(163,169,157)
#AFB4AA
(175,180,170)
#BBBFB7
(187,191,183)
#C7CAC4
(199,202,196)
#D3D5D1
(211,213,209)
#DFE0DE
(223,224,222)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D69; }

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

This text font color is #737D69.


Background Color

.myBgColor { background-color: #737D69; }

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

This div background color is #737D69.


Border color

.myBorderColor { border: 1px solid #737D69; }

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

This div border color is #737D69.


Opacity

.myOpacity80 { color: #737D69; opacity: 0.8; }

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

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

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

This text has shadow with #737D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D69 on black background.


Color preview on white background

This text has color #737D69 on white background.



Black color preview on #737D69 background

This text has black color on #737D69 background.


White color preview on #737D69 background

This text has white color on #737D69 background.