COLOR #4F483D

HEX: #4F483D
RGB: (79,72,61)

Color info

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

RGB color model

#4F483D color RGB value is (79,72,61).

  • red value is 79;
  • green value is 72;
  • blue value is 61.
RGB:
(79,72,61)
(31%,28%,24%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 61 of 255 = 24%

79
72
61

R + G + B ~ 28%. #4F483D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 61 = 212 (100%)
R 79 of 212 ~ 37.26%
G 72 of 212 ~ 33.96%
B 61 of 212 ~ 28.77%

%37.26
%33.96
%28.77

CMYK color model

#4F483D color CMYK value is (0,9,23,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(0,9,23,69)
C0M9Y23K69 
(0%,9%,23%,69%)
(0.00/0.09/0.23/0.69)	

CMYK percentages

%0
%8.86
%22.78
%69.02

Codes

Color #4F483D in popluar color models

4F483D
RGB797261
HSL37°12.86%27.45%
HSB/HSV37°22.78%30.98%
CMYK0.00%8.86%22.78%
69.02%

Color #4F483D in popluar number systems.

HEX4F483D
Decimal797261
Binary10011111001000111101
Octal11711075

Shades and tints

Shades of #4F483D

#4F483D
(79,72,61)
#484238
(72,66,56)
#413C33
(65,60,51)
#3A362E
(58,54,46)
#333029
(51,48,41)
#2C2A24
(44,42,36)
#25241F
(37,36,31)
#1E1E1A
(30,30,26)
#171815
(23,24,21)
#101210
(16,18,16)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F483D

#4F483D
(79,72,61)
#5F584E
(95,88,78)
#6F685F
(111,104,95)
#7F7870
(127,120,112)
#8F8881
(143,136,129)
#9F9892
(159,152,146)
#AFA8A3
(175,168,163)
#BFB8B4
(191,184,180)
#CFC8C5
(207,200,197)
#DFD8D6
(223,216,214)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F483D; }

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

This text font color is #4F483D.


Background Color

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

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

This div background color is #4F483D.


Border color

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

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

This div border color is #4F483D.


Opacity

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

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

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

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

This text has shadow with #4F483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F483D on black background.


Color preview on white background

This text has color #4F483D on white background.



Black color preview on #4F483D background

This text has black color on #4F483D background.


White color preview on #4F483D background

This text has white color on #4F483D background.