COLOR #4F3030

HEX: #4F3030
RGB: (79,48,48)

Color info

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

RGB color model

#4F3030 color RGB value is (79,48,48).

  • red value is 79;
  • green value is 48;
  • blue value is 48.
RGB:
(79,48,48)
(31%,19%,19%)

RGB channels and saturation

R 79 of 255 = 31%
G 48 of 255 = 19%
B 48 of 255 = 19%

79
48
48

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

Portions of RGB colors in percentages

R + G + B =
79 + 48 + 48 = 175 (100%)
R 79 of 175 ~ 45.14%
G 48 of 175 ~ 27.43%
B 48 of 175 ~ 27.43%

%45.14
%27.43
%27.43

CMYK color model

#4F3030 color CMYK value is (0,39,39,69).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 39.24%
  • key color value is 69.02%
CMYK:
(0,39,39,69)
C0M39Y39K69 
(0%,39%,39%,69%)
(0.00/0.39/0.39/0.69)	

CMYK percentages

%0
%39.24
%39.24
%69.02

Codes

Color #4F3030 in popluar color models

4F3030
RGB794848
HSL24.41%24.90%
HSB/HSV39.24%30.98%
CMYK0.00%39.24%39.24%
69.02%

Color #4F3030 in popluar number systems.

HEX4F3030
Decimal794848
Binary1001111110000110000
Octal1176060

Shades and tints

Shades of #4F3030

#4F3030
(79,48,48)
#482C2C
(72,44,44)
#412828
(65,40,40)
#3A2424
(58,36,36)
#332020
(51,32,32)
#2C1C1C
(44,28,28)
#251818
(37,24,24)
#1E1414
(30,20,20)
#171010
(23,16,16)
#100C0C
(16,12,12)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #4F3030

#4F3030
(79,48,48)
#5F4242
(95,66,66)
#6F5454
(111,84,84)
#7F6666
(127,102,102)
#8F7878
(143,120,120)
#9F8A8A
(159,138,138)
#AF9C9C
(175,156,156)
#BFAEAE
(191,174,174)
#CFC0C0
(207,192,192)
#DFD2D2
(223,210,210)
#EFE4E4
(239,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3030; }

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

This text font color is #4F3030.


Background Color

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

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

This div background color is #4F3030.


Border color

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

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

This div border color is #4F3030.


Opacity

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

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

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

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

This text has shadow with #4F3030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3030 on black background.


Color preview on white background

This text has color #4F3030 on white background.



Black color preview on #4F3030 background

This text has black color on #4F3030 background.


White color preview on #4F3030 background

This text has white color on #4F3030 background.