COLOR #4F3123

HEX: #4F3123 RGB: (79,49,35)

Color info

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

RGB color model

#4F3123 color RGB value is (79,49,35).

RGB: (79,49,35) (31%, 19%, 14%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 35 of 255 = 14%

79
49
35

R + G + B ~ 21%. #4F3123 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 35 = 163 (100%)
R 79 of 163 ~ 48.47%
G 49 of 163 ~ 30.06%
B 35 of 163 ~ 21.47'%

%48.47
%30.06
%21.47

CMYK color model

#4F3123 color CMYK value is (0,38,56,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 55.70%
  • key color value is 69.02%

CMYK: (0,38,56,69)
C0M38Y56K69 (0%, 38%, 56%, 69%)
(0.00 / 0.38 / 0.56 / 0.69)

CMYK percentages

%0
%37.97
%55.7
%69.02

Codes

Color #4F3123 in popluar color models

4F 31 23
RGB 79 49 35
HSL 19° 38.60% 22.35%
HSB/HSV 19° 55.70% 30.98%
CMYK 0.00% 37.97% 55.70%
69.02%

Color #4F3123 in popluar number systems.

HEX 4F 31 23
Decimal 79 49 35
Binary 1001111 110001 100011
Octal 117 61 43

Shades and tints

Shades of #4F3123

#4F3123
(79,49,35)
#482D20
(72,45,32)
#41291D
(65,41,29)
#3A251A
(58,37,26)
#332117
(51,33,23)
#2C1D14
(44,29,20)
#251911
(37,25,17)
#1E150E
(30,21,14)
#17110B
(23,17,11)
#100D08
(16,13,8)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #4F3123

#4F3123
(79,49,35)
#5F4337
(95,67,55)
#6F554B
(111,85,75)
#7F675F
(127,103,95)
#8F7973
(143,121,115)
#9F8B87
(159,139,135)
#AF9D9B
(175,157,155)
#BFAFAF
(191,175,175)
#CFC1C3
(207,193,195)
#DFD3D7
(223,211,215)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3123; }

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

This text font color is #4F3123.

Background Color

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

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

This div background color is #4F3123.

Border color

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

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

This div border color is #4F3123.

Opacity

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

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

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

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

This text has shadow with #4F3123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3123.

Preview

Color preview on black background

This text has color #4F3123 on black background.


Color preview on white background

This text has color #4F3123 on white background.


Black color preview on #4F3123 background

This text has black color on #4F3123 background.


White color preview on #4F3123 background

This text has white color on #4F3123 background.


Related colors

Complementary color

Complementary color for #hex is #B0CEDC.


I love getcolorcode.com

Triadic colors

1 #234F31 and #31234F with #4F3123 are triadic colors.

2 #23314F and #314F23 with #4F3123 are triadic colors.