COLOR #4B5F24

HEX: #4B5F24
RGB: (75,95,36)

Color info

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

RGB color model

#4B5F24 color RGB value is (75,95,36).

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

RGB channels and saturation

R 75 of 255 = 29%
G 95 of 255 = 37%
B 36 of 255 = 14%

75
95
36

R + G + B ~ 27%. #4B5F24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 95 + 36 = 206 (100%)
R 75 of 206 ~ 36.41%
G 95 of 206 ~ 46.12%
B 36 of 206 ~ 17.48%

%36.41
%46.12
%17.48

CMYK color model

#4B5F24 color CMYK value is (21,0,62,63).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 62.11%
  • key color value is 62.75%
CMYK:
(21,0,62,63)
C21M0Y62K63 
(21%,0%,62%,63%)
(0.21/0.00/0.62/0.63)	

CMYK percentages

%21.05
%0
%62.11
%62.75

Codes

Color #4B5F24 in popluar color models

4B5F24
RGB759536
HSL80°45.04%25.69%
HSB/HSV80°62.11%37.25%
CMYK21.05%0.00%62.11%
62.75%

Color #4B5F24 in popluar number systems.

HEX4B5F24
Decimal759536
Binary10010111011111100100
Octal11313744

Shades and tints

Shades of #4B5F24

#4B5F24
(75,95,36)
#455721
(69,87,33)
#3F4F1E
(63,79,30)
#39471B
(57,71,27)
#333F18
(51,63,24)
#2D3715
(45,55,21)
#272F12
(39,47,18)
#21270F
(33,39,15)
#1B1F0C
(27,31,12)
#151709
(21,23,9)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #4B5F24

#4B5F24
(75,95,36)
#5B6D37
(91,109,55)
#6B7B4A
(107,123,74)
#7B895D
(123,137,93)
#8B9770
(139,151,112)
#9BA583
(155,165,131)
#ABB396
(171,179,150)
#BBC1A9
(187,193,169)
#CBCFBC
(203,207,188)
#DBDDCF
(219,221,207)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5F24; }

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

This text font color is #4B5F24.


Background Color

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

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

This div background color is #4B5F24.


Border color

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

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

This div border color is #4B5F24.


Opacity

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

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

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

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

This text has shadow with #4B5F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5F24 on black background.


Color preview on white background

This text has color #4B5F24 on white background.



Black color preview on #4B5F24 background

This text has black color on #4B5F24 background.


White color preview on #4B5F24 background

This text has white color on #4B5F24 background.