COLOR #4F3241

HEX: #4F3241
RGB: (79,50,65)

Color info

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

RGB color model

#4F3241 color RGB value is (79,50,65).

  • red value is 79;
  • green value is 50;
  • blue value is 65.
RGB: (79,50,65) (31%,20%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 65 of 255 = 25%

79
50
65

R + G + B ~ 25%. #4F3241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 65 = 194 (100%)
R 79 of 194 ~ 40.72%
G 50 of 194 ~ 25.77%
B 65 of 194 ~ 33.51%

%40.72
%25.77
%33.51

CMYK color model

#4F3241 color CMYK value is (0,37,18,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 17.72%
  • key color value is 69.02%
CMYK: (0,37,18,69) C0M37Y18K69 (0%,37%,18%,69%) (0.00/0.37/0.18/0.69)

CMYK percentages

%0
%36.71
%17.72
%69.02

Codes

Color #4F3241 in popluar color models

4F3241
RGB795065
HSL329°22.48%25.29%
HSB/HSV329°36.71%30.98%
CMYK0.00%36.71%17.72%
69.02%

Color #4F3241 in popluar number systems.

HEX4F3241
Decimal795065
Binary10011111100101000001
Octal11762101

Shades and tints

Shades of #4F3241

#4F3241
(79,50,65)
#482E3C
(72,46,60)
#412A37
(65,42,55)
#3A2632
(58,38,50)
#33222D
(51,34,45)
#2C1E28
(44,30,40)
#251A23
(37,26,35)
#1E161E
(30,22,30)
#171219
(23,18,25)
#100E14
(16,14,20)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #4F3241

#4F3241
(79,50,65)
#5F4452
(95,68,82)
#6F5663
(111,86,99)
#7F6874
(127,104,116)
#8F7A85
(143,122,133)
#9F8C96
(159,140,150)
#AF9EA7
(175,158,167)
#BFB0B8
(191,176,184)
#CFC2C9
(207,194,201)
#DFD4DA
(223,212,218)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3241; }

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

This text font color is #4F3241.


Background Color

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

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

This div background color is #4F3241.


Border color

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

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

This div border color is #4F3241.


Opacity

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

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

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

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

This text has shadow with #4F3241 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F3241 on black background.


Color preview on white background

This text has color #4F3241 on white background.



Black color preview on #4F3241 background

This text has black color on #4F3241 background.


White color preview on #4F3241 background

This text has white color on #4F3241 background.