COLOR #4F2835

HEX: #4F2835
RGB: (79,40,53)

Color info

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

RGB color model

#4F2835 color RGB value is (79,40,53).

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

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 53 of 255 = 21%

79
40
53

R + G + B ~ 23%. #4F2835 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 40 + 53 = 172 (100%)
R 79 of 172 ~ 45.93%
G 40 of 172 ~ 23.26%
B 53 of 172 ~ 30.81%

%45.93
%23.26
%30.81

CMYK color model

#4F2835 color CMYK value is (0,49,33,69).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 32.91%
  • key color value is 69.02%
CMYK:
(0,49,33,69)
C0M49Y33K69 
(0%,49%,33%,69%)
(0.00/0.49/0.33/0.69)	

CMYK percentages

%0
%49.37
%32.91
%69.02

Codes

Color #4F2835 in popluar color models

4F2835
RGB794053
HSL340°32.77%23.33%
HSB/HSV340°49.37%30.98%
CMYK0.00%49.37%32.91%
69.02%

Color #4F2835 in popluar number systems.

HEX4F2835
Decimal794053
Binary1001111101000110101
Octal1175065

Shades and tints

Shades of #4F2835

#4F2835
(79,40,53)
#482531
(72,37,49)
#41222D
(65,34,45)
#3A1F29
(58,31,41)
#331C25
(51,28,37)
#2C1921
(44,25,33)
#25161D
(37,22,29)
#1E1319
(30,19,25)
#171015
(23,16,21)
#100D11
(16,13,17)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F2835

#4F2835
(79,40,53)
#5F3B47
(95,59,71)
#6F4E59
(111,78,89)
#7F616B
(127,97,107)
#8F747D
(143,116,125)
#9F878F
(159,135,143)
#AF9AA1
(175,154,161)
#BFADB3
(191,173,179)
#CFC0C5
(207,192,197)
#DFD3D7
(223,211,215)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2835; }

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

This text font color is #4F2835.


Background Color

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

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

This div background color is #4F2835.


Border color

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

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

This div border color is #4F2835.


Opacity

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

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

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

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

This text has shadow with #4F2835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2835 on black background.


Color preview on white background

This text has color #4F2835 on white background.



Black color preview on #4F2835 background

This text has black color on #4F2835 background.


White color preview on #4F2835 background

This text has white color on #4F2835 background.