COLOR #4B4E0D

HEX: #4B4E0D
RGB: (75,78,13)

Color info

#4B4E0D contains mainly red and green colors. Web safe color of #4B4E0D is #336600 (or #360).

RGB color model

#4B4E0D color RGB value is (75,78,13).

  • red value is 75;
  • green value is 78;
  • blue value is 13.
RGB:
(75,78,13)
(29%,31%,5%)

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 13 of 255 = 5%

75
78
13

R + G + B ~ 22%. #4B4E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 13 = 166 (100%)
R 75 of 166 ~ 45.18%
G 78 of 166 ~ 46.99%
B 13 of 166 ~ 7.83%

%45.18
%46.99

CMYK color model

#4B4E0D color CMYK value is (4,0,83,69).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 69.41%
CMYK:
(4,0,83,69)
C4M0Y83K69 
(4%,0%,83%,69%)
(0.04/0.00/0.83/0.69)	

CMYK percentages

%3.85
%0
%83.33
%69.41

Codes

Color #4B4E0D in popluar color models

4B4E0D
RGB757813
HSL63°71.43%17.84%
HSB/HSV63°83.33%30.59%
CMYK3.85%0.00%83.33%
69.41%

Color #4B4E0D in popluar number systems.

HEX4B4E0D
Decimal757813
Binary100101110011101101
Octal11311615

Shades and tints

Shades of #4B4E0D

#4B4E0D
(75,78,13)
#45470C
(69,71,12)
#3F400B
(63,64,11)
#39390A
(57,57,10)
#333209
(51,50,9)
#2D2B08
(45,43,8)
#272407
(39,36,7)
#211D06
(33,29,6)
#1B1605
(27,22,5)
#150F04
(21,15,4)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #4B4E0D

#4B4E0D
(75,78,13)
#5B5E23
(91,94,35)
#6B6E39
(107,110,57)
#7B7E4F
(123,126,79)
#8B8E65
(139,142,101)
#9B9E7B
(155,158,123)
#ABAE91
(171,174,145)
#BBBEA7
(187,190,167)
#CBCEBD
(203,206,189)
#DBDED3
(219,222,211)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4E0D; }

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

This text font color is #4B4E0D.


Background Color

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

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

This div background color is #4B4E0D.


Border color

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

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

This div border color is #4B4E0D.


Opacity

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

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

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

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

This text has shadow with #4B4E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E0D on black background.


Color preview on white background

This text has color #4B4E0D on white background.



Black color preview on #4B4E0D background

This text has black color on #4B4E0D background.


White color preview on #4B4E0D background

This text has white color on #4B4E0D background.