COLOR #567463

HEX: #567463
RGB: (86,116,99)

Color info

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

RGB color model

#567463 color RGB value is (86,116,99).

  • red value is 86;
  • green value is 116;
  • blue value is 99.
RGB: (86,116,99) (34%,45%,39%)

RGB channels and saturation

R 86 of 255 = 34%
G 116 of 255 = 45%
B 99 of 255 = 39%

86
116
99

R + G + B ~ 39%. #567463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 116 + 99 = 301 (100%)
R 86 of 301 ~ 28.57%
G 116 of 301 ~ 38.54%
B 99 of 301 ~ 32.89%

%28.57
%38.54
%32.89

CMYK color model

#567463 color CMYK value is (26,0,15,55).

  • cyan value is 25.86%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK: (26,0,15,55) C26M0Y15K55 (26%,0%,15%,55%) (0.26/0.00/0.15/0.55)

CMYK percentages

%25.86
%0
%14.66
%54.51

Codes

Color #567463 in popluar color models

567463
RGB8611699
HSL146°14.85%39.61%
HSB/HSV146°25.86%45.49%
CMYK25.86%0.00%14.66%
54.51%

Color #567463 in popluar number systems.

HEX567463
Decimal8611699
Binary101011011101001100011
Octal126164143

Shades and tints

Shades of #567463

#567463
(86,116,99)
#4F6A5A
(79,106,90)
#486051
(72,96,81)
#415648
(65,86,72)
#3A4C3F
(58,76,63)
#334236
(51,66,54)
#2C382D
(44,56,45)
#252E24
(37,46,36)
#1E241B
(30,36,27)
#171A12
(23,26,18)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #567463

#567463
(86,116,99)
#658071
(101,128,113)
#748C7F
(116,140,127)
#83988D
(131,152,141)
#92A49B
(146,164,155)
#A1B0A9
(161,176,169)
#B0BCB7
(176,188,183)
#BFC8C5
(191,200,197)
#CED4D3
(206,212,211)
#DDE0E1
(221,224,225)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567463 color. Also use rgb(86,116,99) instead hex code.

Text Font Color

.myTextColor { color: #567463; }

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

This text font color is #567463.


Background Color

.myBgColor { background-color: #567463; }

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

This div background color is #567463.


Border color

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

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

This div border color is #567463.


Opacity

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

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

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

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

This text has shadow with #567463 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #567463 on black background.


Color preview on white background

This text has color #567463 on white background.



Black color preview on #567463 background

This text has black color on #567463 background.


White color preview on #567463 background

This text has white color on #567463 background.