COLOR #737271

HEX: #737271
RGB: (115,114,113)

Color info

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

RGB color model

#737271 color RGB value is (115,114,113).

  • red value is 115;
  • green value is 114;
  • blue value is 113.
RGB:
(115,114,113)
(45%,45%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 113 of 255 = 44%

115
114
113

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

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 113 = 342 (100%)
R 115 of 342 ~ 33.63%
G 114 of 342 ~ 33.33%
B 113 of 342 ~ 33.04%

%33.63
%33.33
%33.04

CMYK color model

#737271 color CMYK value is (0,1,2,55).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(0,1,2,55)
C0M1Y2K55 
(0%,1%,2%,55%)
(0.00/0.01/0.02/0.55)	

CMYK percentages

%0
%0.87
%1.74
%54.9

Codes

Color #737271 in popluar color models

737271
RGB115114113
HSL30°0.88%44.71%
HSB/HSV30°1.74%45.10%
CMYK0.00%0.87%1.74%
54.90%

Color #737271 in popluar number systems.

HEX737271
Decimal115114113
Binary111001111100101110001
Octal163162161

Shades and tints

Shades of #737271

#737271
(115,114,113)
#696867
(105,104,103)
#5F5E5D
(95,94,93)
#555453
(85,84,83)
#4B4A49
(75,74,73)
#41403F
(65,64,63)
#373635
(55,54,53)
#2D2C2B
(45,44,43)
#232221
(35,34,33)
#191817
(25,24,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #737271

#737271
(115,114,113)
#7F7E7D
(127,126,125)
#8B8A89
(139,138,137)
#979695
(151,150,149)
#A3A2A1
(163,162,161)
#AFAEAD
(175,174,173)
#BBBAB9
(187,186,185)
#C7C6C5
(199,198,197)
#D3D2D1
(211,210,209)
#DFDEDD
(223,222,221)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737271; }

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

This text font color is #737271.


Background Color

.myBgColor { background-color: #737271; }

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

This div background color is #737271.


Border color

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

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

This div border color is #737271.


Opacity

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

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

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

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

This text has shadow with #737271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737271 on black background.


Color preview on white background

This text has color #737271 on white background.



Black color preview on #737271 background

This text has black color on #737271 background.


White color preview on #737271 background

This text has white color on #737271 background.