COLOR #4F3541

HEX: #4F3541 RGB: (79,53,65)

Color info

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

RGB color model

#4F3541 color RGB value is (79,53,65).

RGB: (79,53,65) (31%, 21%, 25%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 65 of 255 = 25%

79
53
65

R + G + B ~ 26%. #4F3541 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 53 + 65 = 197 (100%)
R 79 of 197 ~ 40.1%
G 53 of 197 ~ 26.9%
B 65 of 197 ~ 32.99'%

%40.1
%26.9
%32.99

CMYK color model

#4F3541 color CMYK value is (0,33,18,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 17.72%
  • key color value is 69.02%

CMYK: (0,33,18,69)
C0M33Y18K69 (0%, 33%, 18%, 69%)
(0.00 / 0.33 / 0.18 / 0.69)

CMYK percentages

%0
%32.91
%17.72
%69.02

Codes

Color #4F3541 in popluar color models

4F 35 41
RGB 79 53 65
HSL 332° 19.70% 25.88%
HSB/HSV 332° 32.91% 30.98%
CMYK 0.00% 32.91% 17.72%
69.02%

Color #4F3541 in popluar number systems.

HEX 4F 35 41
Decimal 79 53 65
Binary 1001111 110101 1000001
Octal 117 65 101

Shades and tints

Shades of #4F3541

#4F3541
(79,53,65)
#48313C
(72,49,60)
#412D37
(65,45,55)
#3A2932
(58,41,50)
#33252D
(51,37,45)
#2C2128
(44,33,40)
#251D23
(37,29,35)
#1E191E
(30,25,30)
#171519
(23,21,25)
#101114
(16,17,20)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #4F3541

#4F3541
(79,53,65)
#5F4752
(95,71,82)
#6F5963
(111,89,99)
#7F6B74
(127,107,116)
#8F7D85
(143,125,133)
#9F8F96
(159,143,150)
#AFA1A7
(175,161,167)
#BFB3B8
(191,179,184)
#CFC5C9
(207,197,201)
#DFD7DA
(223,215,218)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3541; }

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

This text font color is #4F3541.

Background Color

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

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

This div background color is #4F3541.

Border color

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

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

This div border color is #4F3541.

Opacity

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

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

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

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

This text has shadow with #4F3541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3541.

Preview

Color preview on black background

This text has color #4F3541 on black background.


Color preview on white background

This text has color #4F3541 on white background.


Black color preview on #4F3541 background

This text has black color on #4F3541 background.


White color preview on #4F3541 background

This text has white color on #4F3541 background.


Related colors

Complementary color

Complementary color for #hex is #B0CABE.


I love getcolorcode.com

Triadic colors

1 #414F35 and #35414F with #4F3541 are triadic colors.

2 #41354F and #354F41 with #4F3541 are triadic colors.