COLOR #4F6453

HEX: #4F6453 RGB: (79,100,83)

Color info

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

RGB color model

#4F6453 color RGB value is (79,100,83).

RGB: (79,100,83) (31%, 39%, 33%)

RGB channels and saturation

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

79
100
83

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

Portions of RGB colors in percentages

R + G + B = 79 + 100 + 83 = 262 (100%)
R 79 of 262 ~ 30.15%
G 100 of 262 ~ 38.17%
B 83 of 262 ~ 31.68'%

%30.15
%38.17
%31.68

CMYK color model

#4F6453 color CMYK value is (21,0,17,61).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 60.78%

CMYK: (21,0,17,61)
C21M0Y17K61 (21%, 0%, 17%, 61%)
(0.21 / 0.00 / 0.17 / 0.61)

CMYK percentages

%21
%0
%17
%60.78

Codes

Color #4F6453 in popluar color models

4F 64 53
RGB 79 100 83
HSL 131° 11.73% 35.10%
HSB/HSV 131° 21.00% 39.22%
CMYK 21.00% 0.00% 17.00%
60.78%

Color #4F6453 in popluar number systems.

HEX 4F 64 53
Decimal 79 100 83
Binary 1001111 1100100 1010011
Octal 117 144 123

Shades and tints

Shades of #4F6453

#4F6453
(79,100,83)
#485B4C
(72,91,76)
#415245
(65,82,69)
#3A493E
(58,73,62)
#334037
(51,64,55)
#2C3730
(44,55,48)
#252E29
(37,46,41)
#1E2522
(30,37,34)
#171C1B
(23,28,27)
#101314
(16,19,20)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F6453

#4F6453
(79,100,83)
#5F7262
(95,114,98)
#6F8071
(111,128,113)
#7F8E80
(127,142,128)
#8F9C8F
(143,156,143)
#9FAA9E
(159,170,158)
#AFB8AD
(175,184,173)
#BFC6BC
(191,198,188)
#CFD4CB
(207,212,203)
#DFE2DA
(223,226,218)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6453; }

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

This text font color is #4F6453.

Background Color

.myBgColor { background-color: #4F6453; }

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

This div background color is #4F6453.

Border color

.myBorderColor { border: 1px solid #4F6453; }

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

This div border color is #4F6453.

Opacity

.myOpacity80 { color: #4F6453; opacity: 0.8; }

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

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

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

This text has shadow with #4F6453 color.


.textShadow {text-shadow: 3px 3px 1px #4F6453', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4F6453; -webkit-box-shadow: 1px 1px 3px 2px #4F6453; box-shadow:1px 1px 3px 2px #4F6453;">
Div content here
</div>

This div box has shadow with color #4F6453.

Preview

Color preview on black background

This text has color #4F6453 on black background.


Color preview on white background

This text has color #4F6453 on white background.


Black color preview on #4F6453 background

This text has black color on #4F6453 background.


White color preview on #4F6453 background

This text has white color on #4F6453 background.


Related colors

Complementary color

Complementary color for #hex is #B09BAC.


I love getcolorcode.com

Triadic colors

1 #534F64 and #64534F with #4F6453 are triadic colors.

2 #53644F and #644F53 with #4F6453 are triadic colors.