COLOR #506453

HEX: #506453
RGB: (80,100,83)

Color info

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

RGB color model

#506453 color RGB value is (80,100,83).

  • red value is 80;
  • green value is 100;
  • blue value is 83.
RGB:
(80,100,83)
(31%,39%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 83 of 255 = 33%

80
100
83

R + G + B ~ 34%. #506453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 83 = 263 (100%)
R 80 of 263 ~ 30.42%
G 100 of 263 ~ 38.02%
B 83 of 263 ~ 31.56%

%30.42
%38.02
%31.56

CMYK color model

#506453 color CMYK value is (20,0,17,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 60.78%
CMYK:
(20,0,17,61)
C20M0Y17K61 
(20%,0%,17%,61%)
(0.20/0.00/0.17/0.61)	

CMYK percentages

%20
%0
%17
%60.78

Codes

Color #506453 in popluar color models

506453
RGB8010083
HSL129°11.11%35.29%
HSB/HSV129°20.00%39.22%
CMYK20.00%0.00%17.00%
60.78%

Color #506453 in popluar number systems.

HEX506453
Decimal8010083
Binary101000011001001010011
Octal120144123

Shades and tints

Shades of #506453

#506453
(80,100,83)
#495B4C
(73,91,76)
#425245
(66,82,69)
#3B493E
(59,73,62)
#344037
(52,64,55)
#2D3730
(45,55,48)
#262E29
(38,46,41)
#1F2522
(31,37,34)
#181C1B
(24,28,27)
#111314
(17,19,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #506453

#506453
(80,100,83)
#5F7262
(95,114,98)
#6E8071
(110,128,113)
#7D8E80
(125,142,128)
#8C9C8F
(140,156,143)
#9BAA9E
(155,170,158)
#AAB8AD
(170,184,173)
#B9C6BC
(185,198,188)
#C8D4CB
(200,212,203)
#D7E2DA
(215,226,218)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506453 color. Also use rgb(80,100,83) instead hex code.

Text Font Color

.myTextColor { color: #506453; }

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

This text font color is #506453.


Background Color

.myBgColor { background-color: #506453; }

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

This div background color is #506453.


Border color

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

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

This div border color is #506453.


Opacity

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

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

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

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

This text has shadow with #506453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506453 on black background.


Color preview on white background

This text has color #506453 on white background.



Black color preview on #506453 background

This text has black color on #506453 background.


White color preview on #506453 background

This text has white color on #506453 background.