COLOR #4B4F2E

HEX: #4B4F2E
RGB: (75,79,46)

Color info

#4B4F2E contains red, green and blue colors in about the same proportion. Web safe color of #4B4F2E is #336633 (or #363).

RGB color model

#4B4F2E color RGB value is (75,79,46).

  • red value is 75;
  • green value is 79;
  • blue value is 46.
RGB:
(75,79,46)
(29%,31%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 79 of 255 = 31%
B 46 of 255 = 18%

75
79
46

R + G + B ~ 26%. #4B4F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 79 + 46 = 200 (100%)
R 75 of 200 ~ 37.5%
G 79 of 200 ~ 39.5%
B 46 of 200 ~ 23%

%37.5
%39.5
%23

CMYK color model

#4B4F2E color CMYK value is (5,0,42,69).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 69.02%
CMYK:
(5,0,42,69)
C5M0Y42K69 
(5%,0%,42%,69%)
(0.05/0.00/0.42/0.69)	

CMYK percentages

%5.06
%0
%41.77
%69.02

Codes

Color #4B4F2E in popluar color models

4B4F2E
RGB757946
HSL67°26.40%24.51%
HSB/HSV67°41.77%30.98%
CMYK5.06%0.00%41.77%
69.02%

Color #4B4F2E in popluar number systems.

HEX4B4F2E
Decimal757946
Binary10010111001111101110
Octal11311756

Shades and tints

Shades of #4B4F2E

#4B4F2E
(75,79,46)
#45482A
(69,72,42)
#3F4126
(63,65,38)
#393A22
(57,58,34)
#33331E
(51,51,30)
#2D2C1A
(45,44,26)
#272516
(39,37,22)
#211E12
(33,30,18)
#1B170E
(27,23,14)
#15100A
(21,16,10)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #4B4F2E

#4B4F2E
(75,79,46)
#5B5F41
(91,95,65)
#6B6F54
(107,111,84)
#7B7F67
(123,127,103)
#8B8F7A
(139,143,122)
#9B9F8D
(155,159,141)
#ABAFA0
(171,175,160)
#BBBFB3
(187,191,179)
#CBCFC6
(203,207,198)
#DBDFD9
(219,223,217)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4F2E; }

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

This text font color is #4B4F2E.


Background Color

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

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

This div background color is #4B4F2E.


Border color

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

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

This div border color is #4B4F2E.


Opacity

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

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

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

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

This text has shadow with #4B4F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4F2E on black background.


Color preview on white background

This text has color #4B4F2E on white background.



Black color preview on #4B4F2E background

This text has black color on #4B4F2E background.


White color preview on #4B4F2E background

This text has white color on #4B4F2E background.