COLOR #4B523E

HEX: #4B523E
RGB: (75,82,62)

Color info

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

RGB color model

#4B523E color RGB value is (75,82,62).

  • red value is 75;
  • green value is 82;
  • blue value is 62.
RGB:
(75,82,62)
(29%,32%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 62 of 255 = 24%

75
82
62

R + G + B ~ 28%. #4B523E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 82 + 62 = 219 (100%)
R 75 of 219 ~ 34.25%
G 82 of 219 ~ 37.44%
B 62 of 219 ~ 28.31%

%34.25
%37.44
%28.31

CMYK color model

#4B523E color CMYK value is (9,0,24,68).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(9,0,24,68)
C9M0Y24K68 
(9%,0%,24%,68%)
(0.09/0.00/0.24/0.68)	

CMYK percentages

%8.54
%0
%24.39
%67.84

Codes

Color #4B523E in popluar color models

4B523E
RGB758262
HSL81°13.89%28.24%
HSB/HSV81°24.39%32.16%
CMYK8.54%0.00%24.39%
67.84%

Color #4B523E in popluar number systems.

HEX4B523E
Decimal758262
Binary10010111010010111110
Octal11312276

Shades and tints

Shades of #4B523E

#4B523E
(75,82,62)
#454B39
(69,75,57)
#3F4434
(63,68,52)
#393D2F
(57,61,47)
#33362A
(51,54,42)
#2D2F25
(45,47,37)
#272820
(39,40,32)
#21211B
(33,33,27)
#1B1A16
(27,26,22)
#151311
(21,19,17)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #4B523E

#4B523E
(75,82,62)
#5B614F
(91,97,79)
#6B7060
(107,112,96)
#7B7F71
(123,127,113)
#8B8E82
(139,142,130)
#9B9D93
(155,157,147)
#ABACA4
(171,172,164)
#BBBBB5
(187,187,181)
#CBCAC6
(203,202,198)
#DBD9D7
(219,217,215)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B523E color. Also use rgb(75,82,62) instead hex code.

Text Font Color

.myTextColor { color: #4B523E; }

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

This text font color is #4B523E.


Background Color

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

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

This div background color is #4B523E.


Border color

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

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

This div border color is #4B523E.


Opacity

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

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

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

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

This text has shadow with #4B523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B523E on black background.


Color preview on white background

This text has color #4B523E on white background.



Black color preview on #4B523E background

This text has black color on #4B523E background.


White color preview on #4B523E background

This text has white color on #4B523E background.