COLOR #4B5528

HEX: #4B5528
RGB: (75,85,40)

Color info

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

RGB color model

#4B5528 color RGB value is (75,85,40).

  • red value is 75;
  • green value is 85;
  • blue value is 40.
RGB:
(75,85,40)
(29%,33%,16%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 40 of 255 = 16%

75
85
40

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

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 40 = 200 (100%)
R 75 of 200 ~ 37.5%
G 85 of 200 ~ 42.5%
B 40 of 200 ~ 20%

%37.5
%42.5
%20

CMYK color model

#4B5528 color CMYK value is (12,0,53,67).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 66.67%
CMYK:
(12,0,53,67)
C12M0Y53K67 
(12%,0%,53%,67%)
(0.12/0.00/0.53/0.67)	

CMYK percentages

%11.76
%0
%52.94
%66.67

Codes

Color #4B5528 in popluar color models

4B5528
RGB758540
HSL73°36.00%24.51%
HSB/HSV73°52.94%33.33%
CMYK11.76%0.00%52.94%
66.67%

Color #4B5528 in popluar number systems.

HEX4B5528
Decimal758540
Binary10010111010101101000
Octal11312550

Shades and tints

Shades of #4B5528

#4B5528
(75,85,40)
#454E25
(69,78,37)
#3F4722
(63,71,34)
#39401F
(57,64,31)
#33391C
(51,57,28)
#2D3219
(45,50,25)
#272B16
(39,43,22)
#212413
(33,36,19)
#1B1D10
(27,29,16)
#15160D
(21,22,13)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #4B5528

#4B5528
(75,85,40)
#5B643B
(91,100,59)
#6B734E
(107,115,78)
#7B8261
(123,130,97)
#8B9174
(139,145,116)
#9BA087
(155,160,135)
#ABAF9A
(171,175,154)
#BBBEAD
(187,190,173)
#CBCDC0
(203,205,192)
#DBDCD3
(219,220,211)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5528 color. Also use rgb(75,85,40) instead hex code.

Text Font Color

.myTextColor { color: #4B5528; }

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

This text font color is #4B5528.


Background Color

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

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

This div background color is #4B5528.


Border color

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

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

This div border color is #4B5528.


Opacity

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

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

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

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

This text has shadow with #4B5528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5528 on black background.


Color preview on white background

This text has color #4B5528 on white background.



Black color preview on #4B5528 background

This text has black color on #4B5528 background.


White color preview on #4B5528 background

This text has white color on #4B5528 background.