COLOR #4F5334

HEX: #4F5334
RGB: (79,83,52)

Color info

#4F5334 contains red, green and blue colors in about the same proportion. Web safe color of #4F5334 is #666633 (or #663).

RGB color model

#4F5334 color RGB value is (79,83,52).

  • red value is 79;
  • green value is 83;
  • blue value is 52.
RGB:
(79,83,52)
(31%,33%,20%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 52 of 255 = 20%

79
83
52

R + G + B ~ 28%. #4F5334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 52 = 214 (100%)
R 79 of 214 ~ 36.92%
G 83 of 214 ~ 38.79%
B 52 of 214 ~ 24.3%

%36.92
%38.79
%24.3

CMYK color model

#4F5334 color CMYK value is (5,0,37,67).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 67.45%
CMYK:
(5,0,37,67)
C5M0Y37K67 
(5%,0%,37%,67%)
(0.05/0.00/0.37/0.67)	

CMYK percentages

%4.82
%0
%37.35
%67.45

Codes

Color #4F5334 in popluar color models

4F5334
RGB798352
HSL68°22.96%26.47%
HSB/HSV68°37.35%32.55%
CMYK4.82%0.00%37.35%
67.45%

Color #4F5334 in popluar number systems.

HEX4F5334
Decimal798352
Binary10011111010011110100
Octal11712364

Shades and tints

Shades of #4F5334

#4F5334
(79,83,52)
#484C30
(72,76,48)
#41452C
(65,69,44)
#3A3E28
(58,62,40)
#333724
(51,55,36)
#2C3020
(44,48,32)
#25291C
(37,41,28)
#1E2218
(30,34,24)
#171B14
(23,27,20)
#101410
(16,20,16)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F5334

#4F5334
(79,83,52)
#5F6246
(95,98,70)
#6F7158
(111,113,88)
#7F806A
(127,128,106)
#8F8F7C
(143,143,124)
#9F9E8E
(159,158,142)
#AFADA0
(175,173,160)
#BFBCB2
(191,188,178)
#CFCBC4
(207,203,196)
#DFDAD6
(223,218,214)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5334; }

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

This text font color is #4F5334.


Background Color

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

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

This div background color is #4F5334.


Border color

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

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

This div border color is #4F5334.


Opacity

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

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

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

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

This text has shadow with #4F5334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5334 on black background.


Color preview on white background

This text has color #4F5334 on white background.



Black color preview on #4F5334 background

This text has black color on #4F5334 background.


White color preview on #4F5334 background

This text has white color on #4F5334 background.