COLOR #616273

HEX: #616273
RGB: (97,98,115)

Color info

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

RGB color model

#616273 color RGB value is (97,98,115).

  • red value is 97;
  • green value is 98;
  • blue value is 115.
RGB:
(97,98,115)
(38%,38%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 98 of 255 = 38%
B 115 of 255 = 45%

97
98
115

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

Portions of RGB colors in percentages

R + G + B =
97 + 98 + 115 = 310 (100%)
R 97 of 310 ~ 31.29%
G 98 of 310 ~ 31.61%
B 115 of 310 ~ 37.1%

%31.29
%31.61
%37.1

CMYK color model

#616273 color CMYK value is (16,15,0,55).

  • cyan value is 15.65%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(16,15,0,55)
C16M15Y0K55 
(16%,15%,0%,55%)
(0.16/0.15/0.00/0.55)	

CMYK percentages

%15.65
%14.78
%0
%54.9

Codes

Color #616273 in popluar color models

616273
RGB9798115
HSL237°8.49%41.57%
HSB/HSV237°15.65%45.10%
CMYK15.65%14.78%0.00%
54.90%

Color #616273 in popluar number systems.

HEX616273
Decimal9798115
Binary110000111000101110011
Octal141142163

Shades and tints

Shades of #616273

#616273
(97,98,115)
#595A69
(89,90,105)
#51525F
(81,82,95)
#494A55
(73,74,85)
#41424B
(65,66,75)
#393A41
(57,58,65)
#313237
(49,50,55)
#292A2D
(41,42,45)
#212223
(33,34,35)
#191A19
(25,26,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #616273

#616273
(97,98,115)
#6F707F
(111,112,127)
#7D7E8B
(125,126,139)
#8B8C97
(139,140,151)
#999AA3
(153,154,163)
#A7A8AF
(167,168,175)
#B5B6BB
(181,182,187)
#C3C4C7
(195,196,199)
#D1D2D3
(209,210,211)
#DFE0DF
(223,224,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616273 color. Also use rgb(97,98,115) instead hex code.

Text Font Color

.myTextColor { color: #616273; }

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

This text font color is #616273.


Background Color

.myBgColor { background-color: #616273; }

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

This div background color is #616273.


Border color

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

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

This div border color is #616273.


Opacity

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

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

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

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

This text has shadow with #616273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616273 on black background.


Color preview on white background

This text has color #616273 on white background.



Black color preview on #616273 background

This text has black color on #616273 background.


White color preview on #616273 background

This text has white color on #616273 background.