COLOR #4B4B2E

HEX: #4B4B2E
RGB: (75,75,46)

Color info

#4B4B2E contains red, green and blue colors in about the same proportion. Web safe color of #4B4B2E is #333333 (or #333).

RGB color model

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

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

RGB channels and saturation

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

75
75
46

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

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 46 = 196 (100%)
R 75 of 196 ~ 38.27%
G 75 of 196 ~ 38.27%
B 46 of 196 ~ 23.47%

%38.27
%38.27
%23.47

CMYK color model

#4B4B2E color CMYK value is (0,0,39,71).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 70.59%
CMYK:
(0,0,39,71)
C0M0Y39K71 
(0%,0%,39%,71%)
(0.00/0.00/0.39/0.71)	

CMYK percentages

%0
%0
%38.67
%70.59

Codes

Color #4B4B2E in popluar color models

4B4B2E
RGB757546
HSL60°23.97%23.73%
HSB/HSV60°38.67%29.41%
CMYK0.00%0.00%38.67%
70.59%

Color #4B4B2E in popluar number systems.

HEX4B4B2E
Decimal757546
Binary10010111001011101110
Octal11311356

Shades and tints

Shades of #4B4B2E

#4B4B2E
(75,75,46)
#45452A
(69,69,42)
#3F3F26
(63,63,38)
#393922
(57,57,34)
#33331E
(51,51,30)
#2D2D1A
(45,45,26)
#272716
(39,39,22)
#212112
(33,33,18)
#1B1B0E
(27,27,14)
#15150A
(21,21,10)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #4B4B2E

#4B4B2E
(75,75,46)
#5B5B41
(91,91,65)
#6B6B54
(107,107,84)
#7B7B67
(123,123,103)
#8B8B7A
(139,139,122)
#9B9B8D
(155,155,141)
#ABABA0
(171,171,160)
#BBBBB3
(187,187,179)
#CBCBC6
(203,203,198)
#DBDBD9
(219,219,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4B2E; }

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

This text font color is #4B4B2E.


Background Color

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

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

This div background color is #4B4B2E.


Border color

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

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

This div border color is #4B4B2E.


Opacity

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

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

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

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

This text has shadow with #4B4B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4B2E on black background.


Color preview on white background

This text has color #4B4B2E on white background.



Black color preview on #4B4B2E background

This text has black color on #4B4B2E background.


White color preview on #4B4B2E background

This text has white color on #4B4B2E background.