COLOR #4F3023

HEX: #4F3023
RGB: (79,48,35)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
48
35

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

Portions of RGB colors in percentages

R + G + B =
79 + 48 + 35 = 162 (100%)
R 79 of 162 ~ 48.77%
G 48 of 162 ~ 29.63%
B 35 of 162 ~ 21.6%

%48.77
%29.63
%21.6

CMYK color model

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

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

CMYK percentages

%0
%39.24
%55.7
%69.02

Codes

Color #4F3023 in popluar color models

4F3023
RGB794835
HSL18°38.60%22.35%
HSB/HSV18°55.70%30.98%
CMYK0.00%39.24%55.70%
69.02%

Color #4F3023 in popluar number systems.

HEX4F3023
Decimal794835
Binary1001111110000100011
Octal1176043

Shades and tints

Shades of #4F3023

#4F3023
(79,48,35)
#482C20
(72,44,32)
#41281D
(65,40,29)
#3A241A
(58,36,26)
#332017
(51,32,23)
#2C1C14
(44,28,20)
#251811
(37,24,17)
#1E140E
(30,20,14)
#17100B
(23,16,11)
#100C08
(16,12,8)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #4F3023

#4F3023
(79,48,35)
#5F4237
(95,66,55)
#6F544B
(111,84,75)
#7F665F
(127,102,95)
#8F7873
(143,120,115)
#9F8A87
(159,138,135)
#AF9C9B
(175,156,155)
#BFAEAF
(191,174,175)
#CFC0C3
(207,192,195)
#DFD2D7
(223,210,215)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3023; }

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

This text font color is #4F3023.


Background Color

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

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

This div background color is #4F3023.


Border color

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

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

This div border color is #4F3023.


Opacity

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

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

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

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

This text has shadow with #4F3023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3023 on black background.


Color preview on white background

This text has color #4F3023 on white background.



Black color preview on #4F3023 background

This text has black color on #4F3023 background.


White color preview on #4F3023 background

This text has white color on #4F3023 background.