COLOR #4F384A

HEX: #4F384A
RGB: (79,56,74)

Color info

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

RGB color model

#4F384A color RGB value is (79,56,74).

  • red value is 79;
  • green value is 56;
  • blue value is 74.
RGB:
(79,56,74)
(31%,22%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 56 of 255 = 22%
B 74 of 255 = 29%

79
56
74

R + G + B ~ 27%. #4F384A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 56 + 74 = 209 (100%)
R 79 of 209 ~ 37.8%
G 56 of 209 ~ 26.79%
B 74 of 209 ~ 35.41%

%37.8
%26.79
%35.41

CMYK color model

#4F384A color CMYK value is (0,29,6,69).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(0,29,6,69)
C0M29Y6K69 
(0%,29%,6%,69%)
(0.00/0.29/0.06/0.69)	

CMYK percentages

%0
%29.11
%6.33
%69.02

Codes

Color #4F384A in popluar color models

4F384A
RGB795674
HSL313°17.04%26.47%
HSB/HSV313°29.11%30.98%
CMYK0.00%29.11%6.33%
69.02%

Color #4F384A in popluar number systems.

HEX4F384A
Decimal795674
Binary10011111110001001010
Octal11770112

Shades and tints

Shades of #4F384A

#4F384A
(79,56,74)
#483344
(72,51,68)
#412E3E
(65,46,62)
#3A2938
(58,41,56)
#332432
(51,36,50)
#2C1F2C
(44,31,44)
#251A26
(37,26,38)
#1E1520
(30,21,32)
#17101A
(23,16,26)
#100B14
(16,11,20)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #4F384A

#4F384A
(79,56,74)
#5F4A5A
(95,74,90)
#6F5C6A
(111,92,106)
#7F6E7A
(127,110,122)
#8F808A
(143,128,138)
#9F929A
(159,146,154)
#AFA4AA
(175,164,170)
#BFB6BA
(191,182,186)
#CFC8CA
(207,200,202)
#DFDADA
(223,218,218)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F384A color. Also use rgb(79,56,74) instead hex code.

Text Font Color

.myTextColor { color: #4F384A; }

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

This text font color is #4F384A.


Background Color

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

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

This div background color is #4F384A.


Border color

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

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

This div border color is #4F384A.


Opacity

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

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

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

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

This text has shadow with #4F384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F384A on black background.


Color preview on white background

This text has color #4F384A on white background.



Black color preview on #4F384A background

This text has black color on #4F384A background.


White color preview on #4F384A background

This text has white color on #4F384A background.