COLOR #4F550B

HEX: #4F550B RGB: (79,85,11)

Color info

#4F550B contains mainly red and green colors. Web safe color of #4F550B is #666600 (or #660).

RGB color model

#4F550B color RGB value is (79,85,11).

RGB: (79,85,11) (31%, 33%, 4%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 11 of 255 = 4%

79
85
11

R + G + B ~ 23%. #4F550B is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 85 + 11 = 175 (100%)
R 79 of 175 ~ 45.14%
G 85 of 175 ~ 48.57%
B 11 of 175 ~ 6.29'%

%45.14
%48.57

CMYK color model

#4F550B color CMYK value is (7,0,87,67).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 87.06%
  • key color value is 66.67%
CMYK: (7,0,87,67) C7M0Y87K67 (7%,0%,87%,67%) (0.07/0.00/0.87/0.67) 

CMYK percentages

%7.06
%0
%87.06
%66.67

Codes

Color #4F550B in popluar color models

4F 55 0B
RGB 79 85 11
HSL 65° 77.08% 18.82%
HSB/HSV 65° 87.06% 33.33%
CMYK 7.06% 0.00% 87.06%
66.67%

Color #4F550B in popluar number systems.

HEX 4F 55 0B
Decimal 79 85 11
Binary 1001111 1010101 1011
Octal 117 125 13

Shades and tints

Shades of #4F550B

#4F550B
(79,85,11)
#484E0A
(72,78,10)
#414709
(65,71,9)
#3A4008
(58,64,8)
#333907
(51,57,7)
#2C3206
(44,50,6)
#252B05
(37,43,5)
#1E2404
(30,36,4)
#171D03
(23,29,3)
#101602
(16,22,2)
#090F01
(9,15,1)
#000000
(0,0,0)

Tints of #4F550B

#4F550B
(79,85,11)
#5F6421
(95,100,33)
#6F7337
(111,115,55)
#7F824D
(127,130,77)
#8F9163
(143,145,99)
#9FA079
(159,160,121)
#AFAF8F
(175,175,143)
#BFBEA5
(191,190,165)
#CFCDBB
(207,205,187)
#DFDCD1
(223,220,209)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F550B color. Also use rgb(79,85,11) instead hex code.

Text Font Color

.myTextColor { color: #4F550B; }

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

This text font color is #4F550B.

Background Color

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

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

This div background color is #4F550B.

Border color

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

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

This div border color is #4F550B.

Opacity

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

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

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

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

This text has shadow with #4F550B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F550B.

Preview

Color preview on black background

This text has color #4F550B on black background.


Color preview on white background

This text has color #4F550B on white background.


Black color preview on #4F550B background

This text has black color on #4F550B background.


White color preview on #4F550B background

This text has white color on #4F550B background.


Related colors

Complementary color

Complementary color for #hex is #B0AAF4.


I love getcolorcode.com

Triadic colors

1 #0B4F55 and #550B4F with #4F550B are triadic colors.

2 #0B554F and #554F0B with #4F550B are triadic colors.