COLOR #657273

HEX: #657273
RGB: (101,114,115)

Color info

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

RGB color model

#657273 color RGB value is (101,114,115).

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

RGB channels and saturation

R 101 of 255 = 40%
G 114 of 255 = 45%
B 115 of 255 = 45%

101
114
115

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

Portions of RGB colors in percentages

R + G + B =
101 + 114 + 115 = 330 (100%)
R 101 of 330 ~ 30.61%
G 114 of 330 ~ 34.55%
B 115 of 330 ~ 34.85%

%30.61
%34.55
%34.85

CMYK color model

#657273 color CMYK value is (12,1,0,55).

  • cyan value is 12.17%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(12,1,0,55)
C12M1Y0K55 
(12%,1%,0%,55%)
(0.12/0.01/0.00/0.55)	

CMYK percentages

%12.17
%0.87
%0
%54.9

Codes

Color #657273 in popluar color models

657273
RGB101114115
HSL184°6.48%42.35%
HSB/HSV184°12.17%45.10%
CMYK12.17%0.87%0.00%
54.90%

Color #657273 in popluar number systems.

HEX657273
Decimal101114115
Binary110010111100101110011
Octal145162163

Shades and tints

Shades of #657273

#657273
(101,114,115)
#5C6869
(92,104,105)
#535E5F
(83,94,95)
#4A5455
(74,84,85)
#414A4B
(65,74,75)
#384041
(56,64,65)
#2F3637
(47,54,55)
#262C2D
(38,44,45)
#1D2223
(29,34,35)
#141819
(20,24,25)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #657273

#657273
(101,114,115)
#737E7F
(115,126,127)
#818A8B
(129,138,139)
#8F9697
(143,150,151)
#9DA2A3
(157,162,163)
#ABAEAF
(171,174,175)
#B9BABB
(185,186,187)
#C7C6C7
(199,198,199)
#D5D2D3
(213,210,211)
#E3DEDF
(227,222,223)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657273; }

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

This text font color is #657273.


Background Color

.myBgColor { background-color: #657273; }

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

This div background color is #657273.


Border color

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

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

This div border color is #657273.


Opacity

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

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

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

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

This text has shadow with #657273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657273 on black background.


Color preview on white background

This text has color #657273 on white background.



Black color preview on #657273 background

This text has black color on #657273 background.


White color preview on #657273 background

This text has white color on #657273 background.