COLOR #4F3549

HEX: #4F3549
RGB: (79,53,73)

Color info

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

RGB color model

#4F3549 color RGB value is (79,53,73).

  • red value is 79;
  • green value is 53;
  • blue value is 73.
RGB:
(79,53,73)
(31%,21%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 73 of 255 = 29%

79
53
73

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

Portions of RGB colors in percentages

R + G + B =
79 + 53 + 73 = 205 (100%)
R 79 of 205 ~ 38.54%
G 53 of 205 ~ 25.85%
B 73 of 205 ~ 35.61%

%38.54
%25.85
%35.61

CMYK color model

#4F3549 color CMYK value is (0,33,8,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(0,33,8,69)
C0M33Y8K69 
(0%,33%,8%,69%)
(0.00/0.33/0.08/0.69)	

CMYK percentages

%0
%32.91
%7.59
%69.02

Codes

Color #4F3549 in popluar color models

4F3549
RGB795373
HSL314°19.70%25.88%
HSB/HSV314°32.91%30.98%
CMYK0.00%32.91%7.59%
69.02%

Color #4F3549 in popluar number systems.

HEX4F3549
Decimal795373
Binary10011111101011001001
Octal11765111

Shades and tints

Shades of #4F3549

#4F3549
(79,53,73)
#483143
(72,49,67)
#412D3D
(65,45,61)
#3A2937
(58,41,55)
#332531
(51,37,49)
#2C212B
(44,33,43)
#251D25
(37,29,37)
#1E191F
(30,25,31)
#171519
(23,21,25)
#101113
(16,17,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #4F3549

#4F3549
(79,53,73)
#5F4759
(95,71,89)
#6F5969
(111,89,105)
#7F6B79
(127,107,121)
#8F7D89
(143,125,137)
#9F8F99
(159,143,153)
#AFA1A9
(175,161,169)
#BFB3B9
(191,179,185)
#CFC5C9
(207,197,201)
#DFD7D9
(223,215,217)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3549 color. Also use rgb(79,53,73) instead hex code.

Text Font Color

.myTextColor { color: #4F3549; }

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

This text font color is #4F3549.


Background Color

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

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

This div background color is #4F3549.


Border color

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

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

This div border color is #4F3549.


Opacity

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

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

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

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

This text has shadow with #4F3549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3549 on black background.


Color preview on white background

This text has color #4F3549 on white background.



Black color preview on #4F3549 background

This text has black color on #4F3549 background.


White color preview on #4F3549 background

This text has white color on #4F3549 background.