COLOR #737965

HEX: #737965
RGB: (115,121,101)

Color info

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

RGB color model

#737965 color RGB value is (115,121,101).

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

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 101 of 255 = 40%

115
121
101

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 101 = 337 (100%)
R 115 of 337 ~ 34.12%
G 121 of 337 ~ 35.91%
B 101 of 337 ~ 29.97%

%34.12
%35.91
%29.97

CMYK color model

#737965 color CMYK value is (5,0,17,53).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 52.55%
CMYK:
(5,0,17,53)
C5M0Y17K53 
(5%,0%,17%,53%)
(0.05/0.00/0.17/0.53)	

CMYK percentages

%4.96
%0
%16.53
%52.55

Codes

Color #737965 in popluar color models

737965
RGB115121101
HSL78°9.01%43.53%
HSB/HSV78°16.53%47.45%
CMYK4.96%0.00%16.53%
52.55%

Color #737965 in popluar number systems.

HEX737965
Decimal115121101
Binary111001111110011100101
Octal163171145

Shades and tints

Shades of #737965

#737965
(115,121,101)
#696E5C
(105,110,92)
#5F6353
(95,99,83)
#55584A
(85,88,74)
#4B4D41
(75,77,65)
#414238
(65,66,56)
#37372F
(55,55,47)
#2D2C26
(45,44,38)
#23211D
(35,33,29)
#191614
(25,22,20)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #737965

#737965
(115,121,101)
#7F8573
(127,133,115)
#8B9181
(139,145,129)
#979D8F
(151,157,143)
#A3A99D
(163,169,157)
#AFB5AB
(175,181,171)
#BBC1B9
(187,193,185)
#C7CDC7
(199,205,199)
#D3D9D5
(211,217,213)
#DFE5E3
(223,229,227)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737965; }

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

This text font color is #737965.


Background Color

.myBgColor { background-color: #737965; }

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

This div background color is #737965.


Border color

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

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

This div border color is #737965.


Opacity

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

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

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

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

This text has shadow with #737965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737965 on black background.


Color preview on white background

This text has color #737965 on white background.



Black color preview on #737965 background

This text has black color on #737965 background.


White color preview on #737965 background

This text has white color on #737965 background.