COLOR #4B5523

HEX: #4B5523 RGB: (75,85,35)

Color info

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

RGB color model

#4B5523 color RGB value is (75,85,35).

RGB: (75,85,35) (29%, 33%, 14%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 35 of 255 = 14%

75
85
35

R + G + B ~ 25%. #4B5523 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 85 + 35 = 195 (100%)
R 75 of 195 ~ 38.46%
G 85 of 195 ~ 43.59%
B 35 of 195 ~ 17.95'%

%38.46
%43.59
%17.95

CMYK color model

#4B5523 color CMYK value is (12,0,59,67).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 66.67%

CMYK: (12,0,59,67)
C12M0Y59K67 (12%, 0%, 59%, 67%)
(0.12 / 0.00 / 0.59 / 0.67)

CMYK percentages

%11.76
%0
%58.82
%66.67

Codes

Color #4B5523 in popluar color models

4B 55 23
RGB 75 85 35
HSL 72° 41.67% 23.53%
HSB/HSV 72° 58.82% 33.33%
CMYK 11.76% 0.00% 58.82%
66.67%

Color #4B5523 in popluar number systems.

HEX 4B 55 23
Decimal 75 85 35
Binary 1001011 1010101 100011
Octal 113 125 43

Shades and tints

Shades of #4B5523

#4B5523
(75,85,35)
#454E20
(69,78,32)
#3F471D
(63,71,29)
#39401A
(57,64,26)
#333917
(51,57,23)
#2D3214
(45,50,20)
#272B11
(39,43,17)
#21240E
(33,36,14)
#1B1D0B
(27,29,11)
#151608
(21,22,8)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #4B5523

#4B5523
(75,85,35)
#5B6437
(91,100,55)
#6B734B
(107,115,75)
#7B825F
(123,130,95)
#8B9173
(139,145,115)
#9BA087
(155,160,135)
#ABAF9B
(171,175,155)
#BBBEAF
(187,190,175)
#CBCDC3
(203,205,195)
#DBDCD7
(219,220,215)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5523; }

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

This text font color is #4B5523.

Background Color

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

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

This div background color is #4B5523.

Border color

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

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

This div border color is #4B5523.

Opacity

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

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

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

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

This text has shadow with #4B5523 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5523.

Preview

Color preview on black background

This text has color #4B5523 on black background.


Color preview on white background

This text has color #4B5523 on white background.


Black color preview on #4B5523 background

This text has black color on #4B5523 background.


White color preview on #4B5523 background

This text has white color on #4B5523 background.


Related colors

Complementary color

Complementary color for #hex is #B4AADC.


I love getcolorcode.com

Triadic colors

1 #234B55 and #55234B with #4B5523 are triadic colors.

2 #23554B and #554B23 with #4B5523 are triadic colors.