COLOR #4B5526

HEX: #4B5526
RGB: (75,85,38)

Color info

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

RGB color model

#4B5526 color RGB value is (75,85,38).

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

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 38 of 255 = 15%

75
85
38

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

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 38 = 198 (100%)
R 75 of 198 ~ 37.88%
G 85 of 198 ~ 42.93%
B 38 of 198 ~ 19.19%

%37.88
%42.93
%19.19

CMYK color model

#4B5526 color CMYK value is (12,0,55,67).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 55.29%
  • key color value is 66.67%
CMYK:
(12,0,55,67)
C12M0Y55K67 
(12%,0%,55%,67%)
(0.12/0.00/0.55/0.67)	

CMYK percentages

%11.76
%0
%55.29
%66.67

Codes

Color #4B5526 in popluar color models

4B5526
RGB758538
HSL73°38.21%24.12%
HSB/HSV73°55.29%33.33%
CMYK11.76%0.00%55.29%
66.67%

Color #4B5526 in popluar number systems.

HEX4B5526
Decimal758538
Binary10010111010101100110
Octal11312546

Shades and tints

Shades of #4B5526

#4B5526
(75,85,38)
#454E23
(69,78,35)
#3F4720
(63,71,32)
#39401D
(57,64,29)
#33391A
(51,57,26)
#2D3217
(45,50,23)
#272B14
(39,43,20)
#212411
(33,36,17)
#1B1D0E
(27,29,14)
#15160B
(21,22,11)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #4B5526

#4B5526
(75,85,38)
#5B6439
(91,100,57)
#6B734C
(107,115,76)
#7B825F
(123,130,95)
#8B9172
(139,145,114)
#9BA085
(155,160,133)
#ABAF98
(171,175,152)
#BBBEAB
(187,190,171)
#CBCDBE
(203,205,190)
#DBDCD1
(219,220,209)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5526; }

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

This text font color is #4B5526.


Background Color

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

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

This div background color is #4B5526.


Border color

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

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

This div border color is #4B5526.


Opacity

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

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

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

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

This text has shadow with #4B5526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5526 on black background.


Color preview on white background

This text has color #4B5526 on white background.



Black color preview on #4B5526 background

This text has black color on #4B5526 background.


White color preview on #4B5526 background

This text has white color on #4B5526 background.