COLOR #4F4845

HEX: #4F4845 RGB: (79,72,69)

Color info

#4F4845 contains red, green and blue colors in about the same proportion. Web safe color of #4F4845 is #663333 (or #633).

RGB color model

#4F4845 color RGB value is (79,72,69).

RGB: (79,72,69) (31%, 28%, 27%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 69 of 255 = 27%

79
72
69

R + G + B ~ 29%. #4F4845 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 69 = 220 (100%)
R 79 of 220 ~ 35.91%
G 72 of 220 ~ 32.73%
B 69 of 220 ~ 31.36'%

%35.91
%32.73
%31.36

CMYK color model

#4F4845 color CMYK value is (0,9,13,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 12.66%
  • key color value is 69.02%

CMYK: (0,9,13,69)
C0M9Y13K69 (0%, 9%, 13%, 69%)
(0.00 / 0.09 / 0.13 / 0.69)

CMYK percentages

%0
%8.86
%12.66
%69.02

Codes

Color #4F4845 in popluar color models

4F 48 45
RGB 79 72 69
HSL 18° 6.76% 29.02%
HSB/HSV 18° 12.66% 30.98%
CMYK 0.00% 8.86% 12.66%
69.02%

Color #4F4845 in popluar number systems.

HEX 4F 48 45
Decimal 79 72 69
Binary 1001111 1001000 1000101
Octal 117 110 105

Shades and tints

Shades of #4F4845

#4F4845
(79,72,69)
#48423F
(72,66,63)
#413C39
(65,60,57)
#3A3633
(58,54,51)
#33302D
(51,48,45)
#2C2A27
(44,42,39)
#252421
(37,36,33)
#1E1E1B
(30,30,27)
#171815
(23,24,21)
#10120F
(16,18,15)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F4845

#4F4845
(79,72,69)
#5F5855
(95,88,85)
#6F6865
(111,104,101)
#7F7875
(127,120,117)
#8F8885
(143,136,133)
#9F9895
(159,152,149)
#AFA8A5
(175,168,165)
#BFB8B5
(191,184,181)
#CFC8C5
(207,200,197)
#DFD8D5
(223,216,213)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4845 color. Also use rgb(79,72,69) instead hex code.

Text Font Color

.myTextColor { color: #4F4845; }

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

This text font color is #4F4845.

Background Color

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

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

This div background color is #4F4845.

Border color

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

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

This div border color is #4F4845.

Opacity

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

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

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

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

This text has shadow with #4F4845 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4845.

Preview

Color preview on black background

This text has color #4F4845 on black background.


Color preview on white background

This text has color #4F4845 on white background.


Black color preview on #4F4845 background

This text has black color on #4F4845 background.


White color preview on #4F4845 background

This text has white color on #4F4845 background.


Related colors

Complementary color

Complementary color for #hex is #B0B7BA.


I love getcolorcode.com

Triadic colors

1 #454F48 and #48454F with #4F4845 are triadic colors.

2 #45484F and #484F45 with #4F4845 are triadic colors.