COLOR #4B4D18

HEX: #4B4D18
RGB: (75,77,24)

Color info

#4B4D18 contains red, green and blue colors in about the same proportion. Web safe color of #4B4D18 is #333300 (or #330).

RGB color model

#4B4D18 color RGB value is (75,77,24).

  • red value is 75;
  • green value is 77;
  • blue value is 24.
RGB:
(75,77,24)
(29%,30%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 24 of 255 = 9%

75
77
24

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

Portions of RGB colors in percentages

R + G + B =
75 + 77 + 24 = 176 (100%)
R 75 of 176 ~ 42.61%
G 77 of 176 ~ 43.75%
B 24 of 176 ~ 13.64%

%42.61
%43.75
%13.64

CMYK color model

#4B4D18 color CMYK value is (3,0,69,70).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 68.83%
  • key color value is 69.80%
CMYK:
(3,0,69,70)
C3M0Y69K70 
(3%,0%,69%,70%)
(0.03/0.00/0.69/0.70)	

CMYK percentages

%2.6
%0
%68.83
%69.8

Codes

Color #4B4D18 in popluar color models

4B4D18
RGB757724
HSL62°52.48%19.80%
HSB/HSV62°68.83%30.20%
CMYK2.60%0.00%68.83%
69.80%

Color #4B4D18 in popluar number systems.

HEX4B4D18
Decimal757724
Binary1001011100110111000
Octal11311530

Shades and tints

Shades of #4B4D18

#4B4D18
(75,77,24)
#454616
(69,70,22)
#3F3F14
(63,63,20)
#393812
(57,56,18)
#333110
(51,49,16)
#2D2A0E
(45,42,14)
#27230C
(39,35,12)
#211C0A
(33,28,10)
#1B1508
(27,21,8)
#150E06
(21,14,6)
#0F0704
(15,7,4)
#000000
(0,0,0)

Tints of #4B4D18

#4B4D18
(75,77,24)
#5B5D2D
(91,93,45)
#6B6D42
(107,109,66)
#7B7D57
(123,125,87)
#8B8D6C
(139,141,108)
#9B9D81
(155,157,129)
#ABAD96
(171,173,150)
#BBBDAB
(187,189,171)
#CBCDC0
(203,205,192)
#DBDDD5
(219,221,213)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D18; }

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

This text font color is #4B4D18.


Background Color

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

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

This div background color is #4B4D18.


Border color

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

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

This div border color is #4B4D18.


Opacity

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

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

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

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

This text has shadow with #4B4D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D18 on black background.


Color preview on white background

This text has color #4B4D18 on white background.



Black color preview on #4B4D18 background

This text has black color on #4B4D18 background.


White color preview on #4B4D18 background

This text has white color on #4B4D18 background.