COLOR #4B4024

HEX: #4B4024
RGB: (75,64,36)

Color info

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

RGB color model

#4B4024 color RGB value is (75,64,36).

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

RGB channels and saturation

R 75 of 255 = 29%
G 64 of 255 = 25%
B 36 of 255 = 14%

75
64
36

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

Portions of RGB colors in percentages

R + G + B =
75 + 64 + 36 = 175 (100%)
R 75 of 175 ~ 42.86%
G 64 of 175 ~ 36.57%
B 36 of 175 ~ 20.57%

%42.86
%36.57
%20.57

CMYK color model

#4B4024 color CMYK value is (0,15,52,71).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 52.00%
  • key color value is 70.59%
CMYK:
(0,15,52,71)
C0M15Y52K71 
(0%,15%,52%,71%)
(0.00/0.15/0.52/0.71)	

CMYK percentages

%0
%14.67
%52
%70.59

Codes

Color #4B4024 in popluar color models

4B4024
RGB756436
HSL43°35.14%21.76%
HSB/HSV43°52.00%29.41%
CMYK0.00%14.67%52.00%
70.59%

Color #4B4024 in popluar number systems.

HEX4B4024
Decimal756436
Binary10010111000000100100
Octal11310044

Shades and tints

Shades of #4B4024

#4B4024
(75,64,36)
#453B21
(69,59,33)
#3F361E
(63,54,30)
#39311B
(57,49,27)
#332C18
(51,44,24)
#2D2715
(45,39,21)
#272212
(39,34,18)
#211D0F
(33,29,15)
#1B180C
(27,24,12)
#151309
(21,19,9)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #4B4024

#4B4024
(75,64,36)
#5B5137
(91,81,55)
#6B624A
(107,98,74)
#7B735D
(123,115,93)
#8B8470
(139,132,112)
#9B9583
(155,149,131)
#ABA696
(171,166,150)
#BBB7A9
(187,183,169)
#CBC8BC
(203,200,188)
#DBD9CF
(219,217,207)
#EBEAE2
(235,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4024; }

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

This text font color is #4B4024.


Background Color

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

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

This div background color is #4B4024.


Border color

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

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

This div border color is #4B4024.


Opacity

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

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

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

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

This text has shadow with #4B4024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4024 on black background.


Color preview on white background

This text has color #4B4024 on white background.



Black color preview on #4B4024 background

This text has black color on #4B4024 background.


White color preview on #4B4024 background

This text has white color on #4B4024 background.