COLOR #4F4B27

HEX: #4F4B27 RGB: (79,75,39)

Color info

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

RGB color model

#4F4B27 color RGB value is (79,75,39).

RGB: (79,75,39) (31%, 29%, 15%)

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 39 of 255 = 15%

79
75
39

R + G + B ~ 25%. #4F4B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 75 + 39 = 193 (100%)
R 79 of 193 ~ 40.93%
G 75 of 193 ~ 38.86%
B 39 of 193 ~ 20.21'%

%40.93
%38.86
%20.21

CMYK color model

#4F4B27 color CMYK value is (0,5,51,69).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 50.63%
  • key color value is 69.02%

CMYK: (0,5,51,69)
C0M5Y51K69 (0%, 5%, 51%, 69%)
(0.00 / 0.05 / 0.51 / 0.69)

CMYK percentages

%0
%5.06
%50.63
%69.02

Codes

Color #4F4B27 in popluar color models

4F 4B 27
RGB 79 75 39
HSL 54° 33.90% 23.14%
HSB/HSV 54° 50.63% 30.98%
CMYK 0.00% 5.06% 50.63%
69.02%

Color #4F4B27 in popluar number systems.

HEX 4F 4B 27
Decimal 79 75 39
Binary 1001111 1001011 100111
Octal 117 113 47

Shades and tints

Shades of #4F4B27

#4F4B27
(79,75,39)
#484524
(72,69,36)
#413F21
(65,63,33)
#3A391E
(58,57,30)
#33331B
(51,51,27)
#2C2D18
(44,45,24)
#252715
(37,39,21)
#1E2112
(30,33,18)
#171B0F
(23,27,15)
#10150C
(16,21,12)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #4F4B27

#4F4B27
(79,75,39)
#5F5B3A
(95,91,58)
#6F6B4D
(111,107,77)
#7F7B60
(127,123,96)
#8F8B73
(143,139,115)
#9F9B86
(159,155,134)
#AFAB99
(175,171,153)
#BFBBAC
(191,187,172)
#CFCBBF
(207,203,191)
#DFDBD2
(223,219,210)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B27; }

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

This text font color is #4F4B27.

Background Color

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

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

This div background color is #4F4B27.

Border color

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

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

This div border color is #4F4B27.

Opacity

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

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

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

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

This text has shadow with #4F4B27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4B27.

Preview

Color preview on black background

This text has color #4F4B27 on black background.


Color preview on white background

This text has color #4F4B27 on white background.


Black color preview on #4F4B27 background

This text has black color on #4F4B27 background.


White color preview on #4F4B27 background

This text has white color on #4F4B27 background.


Related colors

Complementary color

Complementary color for #hex is #B0B4D8.


I love getcolorcode.com

Triadic colors

1 #274F4B and #4B274F with #4F4B27 are triadic colors.

2 #274B4F and #4B4F27 with #4F4B27 are triadic colors.