COLOR #4F2B3D

HEX: #4F2B3D
RGB: (79,43,61)

Color info

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

RGB color model

#4F2B3D color RGB value is (79,43,61).

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

RGB channels and saturation

R 79 of 255 = 31%
G 43 of 255 = 17%
B 61 of 255 = 24%

79
43
61

R + G + B ~ 24%. #4F2B3D is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 43 + 61 = 183 (100%)
R 79 of 183 ~ 43.17%
G 43 of 183 ~ 23.5%
B 61 of 183 ~ 33.33%

%43.17
%23.5
%33.33

CMYK color model

#4F2B3D color CMYK value is (0,46,23,69).

  • cyan value is 0.00%
  • magenta value is 45.57%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(0,46,23,69)
C0M46Y23K69 
(0%,46%,23%,69%)
(0.00/0.46/0.23/0.69)	

CMYK percentages

%0
%45.57
%22.78
%69.02

Codes

Color #4F2B3D in popluar color models

4F2B3D
RGB794361
HSL330°29.51%23.92%
HSB/HSV330°45.57%30.98%
CMYK0.00%45.57%22.78%
69.02%

Color #4F2B3D in popluar number systems.

HEX4F2B3D
Decimal794361
Binary1001111101011111101
Octal1175375

Shades and tints

Shades of #4F2B3D

#4F2B3D
(79,43,61)
#482838
(72,40,56)
#412533
(65,37,51)
#3A222E
(58,34,46)
#331F29
(51,31,41)
#2C1C24
(44,28,36)
#25191F
(37,25,31)
#1E161A
(30,22,26)
#171315
(23,19,21)
#101010
(16,16,16)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F2B3D

#4F2B3D
(79,43,61)
#5F3E4E
(95,62,78)
#6F515F
(111,81,95)
#7F6470
(127,100,112)
#8F7781
(143,119,129)
#9F8A92
(159,138,146)
#AF9DA3
(175,157,163)
#BFB0B4
(191,176,180)
#CFC3C5
(207,195,197)
#DFD6D6
(223,214,214)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2B3D; }

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

This text font color is #4F2B3D.


Background Color

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

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

This div background color is #4F2B3D.


Border color

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

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

This div border color is #4F2B3D.


Opacity

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

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

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

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

This text has shadow with #4F2B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2B3D on black background.


Color preview on white background

This text has color #4F2B3D on white background.



Black color preview on #4F2B3D background

This text has black color on #4F2B3D background.


White color preview on #4F2B3D background

This text has white color on #4F2B3D background.