COLOR #4F242A

HEX: #4F242A RGB: (79,36,42)

Color info

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

RGB color model

#4F242A color RGB value is (79,36,42).

RGB: (79,36,42) (31%, 14%, 16%)

RGB channels and saturation

R 79 of 255 = 31%
G 36 of 255 = 14%
B 42 of 255 = 16%

79
36
42

R + G + B ~ 20%. #4F242A is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 36 + 42 = 157 (100%)
R 79 of 157 ~ 50.32%
G 36 of 157 ~ 22.93%
B 42 of 157 ~ 26.75'%

%50.32
%22.93
%26.75

CMYK color model

#4F242A color CMYK value is (0,54,47,69).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 46.84%
  • key color value is 69.02%

CMYK: (0,54,47,69)
C0M54Y47K69 (0%, 54%, 47%, 69%)
(0.00 / 0.54 / 0.47 / 0.69)

CMYK percentages

%0
%54.43
%46.84
%69.02

Codes

Color #4F242A in popluar color models

4F 24 2A
RGB 79 36 42
HSL 352° 37.39% 22.55%
HSB/HSV 352° 54.43% 30.98%
CMYK 0.00% 54.43% 46.84%
69.02%

Color #4F242A in popluar number systems.

HEX 4F 24 2A
Decimal 79 36 42
Binary 1001111 100100 101010
Octal 117 44 52

Shades and tints

Shades of #4F242A

#4F242A
(79,36,42)
#482127
(72,33,39)
#411E24
(65,30,36)
#3A1B21
(58,27,33)
#33181E
(51,24,30)
#2C151B
(44,21,27)
#251218
(37,18,24)
#1E0F15
(30,15,21)
#170C12
(23,12,18)
#10090F
(16,9,15)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #4F242A

#4F242A
(79,36,42)
#5F373D
(95,55,61)
#6F4A50
(111,74,80)
#7F5D63
(127,93,99)
#8F7076
(143,112,118)
#9F8389
(159,131,137)
#AF969C
(175,150,156)
#BFA9AF
(191,169,175)
#CFBCC2
(207,188,194)
#DFCFD5
(223,207,213)
#EFE2E8
(239,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F242A; }

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

This text font color is #4F242A.

Background Color

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

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

This div background color is #4F242A.

Border color

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

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

This div border color is #4F242A.

Opacity

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

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

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

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

This text has shadow with #4F242A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F242A.

Preview

Color preview on black background

This text has color #4F242A on black background.


Color preview on white background

This text has color #4F242A on white background.


Black color preview on #4F242A background

This text has black color on #4F242A background.


White color preview on #4F242A background

This text has white color on #4F242A background.


Related colors

Complementary color

Complementary color for #hex is #B0DBD5.


I love getcolorcode.com

Triadic colors

1 #2A4F24 and #242A4F with #4F242A are triadic colors.

2 #2A244F and #244F2A with #4F242A are triadic colors.