COLOR #4B5D24

HEX: #4B5D24
RGB: (75,93,36)

Color info

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

RGB color model

#4B5D24 color RGB value is (75,93,36).

  • red value is 75;
  • green value is 93;
  • blue value is 36.
RGB:
(75,93,36)
(29%,36%,14%)

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 36 of 255 = 14%

75
93
36

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

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 36 = 204 (100%)
R 75 of 204 ~ 36.76%
G 93 of 204 ~ 45.59%
B 36 of 204 ~ 17.65%

%36.76
%45.59
%17.65

CMYK color model

#4B5D24 color CMYK value is (19,0,61,64).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 63.53%
CMYK:
(19,0,61,64)
C19M0Y61K64 
(19%,0%,61%,64%)
(0.19/0.00/0.61/0.64)	

CMYK percentages

%19.35
%0
%61.29
%63.53

Codes

Color #4B5D24 in popluar color models

4B5D24
RGB759336
HSL79°44.19%25.29%
HSB/HSV79°61.29%36.47%
CMYK19.35%0.00%61.29%
63.53%

Color #4B5D24 in popluar number systems.

HEX4B5D24
Decimal759336
Binary10010111011101100100
Octal11313544

Shades and tints

Shades of #4B5D24

#4B5D24
(75,93,36)
#455521
(69,85,33)
#3F4D1E
(63,77,30)
#39451B
(57,69,27)
#333D18
(51,61,24)
#2D3515
(45,53,21)
#272D12
(39,45,18)
#21250F
(33,37,15)
#1B1D0C
(27,29,12)
#151509
(21,21,9)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #4B5D24

#4B5D24
(75,93,36)
#5B6B37
(91,107,55)
#6B794A
(107,121,74)
#7B875D
(123,135,93)
#8B9570
(139,149,112)
#9BA383
(155,163,131)
#ABB196
(171,177,150)
#BBBFA9
(187,191,169)
#CBCDBC
(203,205,188)
#DBDBCF
(219,219,207)
#EBE9E2
(235,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5D24; }

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

This text font color is #4B5D24.


Background Color

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

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

This div background color is #4B5D24.


Border color

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

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

This div border color is #4B5D24.


Opacity

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

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

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

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

This text has shadow with #4B5D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5D24 on black background.


Color preview on white background

This text has color #4B5D24 on white background.



Black color preview on #4B5D24 background

This text has black color on #4B5D24 background.


White color preview on #4B5D24 background

This text has white color on #4B5D24 background.