COLOR #4B523A

HEX: #4B523A
RGB: (75,82,58)

Color info

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

RGB color model

#4B523A color RGB value is (75,82,58).

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

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 58 of 255 = 23%

75
82
58

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

Portions of RGB colors in percentages

R + G + B =
75 + 82 + 58 = 215 (100%)
R 75 of 215 ~ 34.88%
G 82 of 215 ~ 38.14%
B 58 of 215 ~ 26.98%

%34.88
%38.14
%26.98

CMYK color model

#4B523A color CMYK value is (9,0,29,68).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 67.84%
CMYK:
(9,0,29,68)
C9M0Y29K68 
(9%,0%,29%,68%)
(0.09/0.00/0.29/0.68)	

CMYK percentages

%8.54
%0
%29.27
%67.84

Codes

Color #4B523A in popluar color models

4B523A
RGB758258
HSL78°17.14%27.45%
HSB/HSV78°29.27%32.16%
CMYK8.54%0.00%29.27%
67.84%

Color #4B523A in popluar number systems.

HEX4B523A
Decimal758258
Binary10010111010010111010
Octal11312272

Shades and tints

Shades of #4B523A

#4B523A
(75,82,58)
#454B35
(69,75,53)
#3F4430
(63,68,48)
#393D2B
(57,61,43)
#333626
(51,54,38)
#2D2F21
(45,47,33)
#27281C
(39,40,28)
#212117
(33,33,23)
#1B1A12
(27,26,18)
#15130D
(21,19,13)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B523A

#4B523A
(75,82,58)
#5B614B
(91,97,75)
#6B705C
(107,112,92)
#7B7F6D
(123,127,109)
#8B8E7E
(139,142,126)
#9B9D8F
(155,157,143)
#ABACA0
(171,172,160)
#BBBBB1
(187,187,177)
#CBCAC2
(203,202,194)
#DBD9D3
(219,217,211)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B523A; }

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

This text font color is #4B523A.


Background Color

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

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

This div background color is #4B523A.


Border color

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

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

This div border color is #4B523A.


Opacity

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

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

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

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

This text has shadow with #4B523A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B523A on black background.


Color preview on white background

This text has color #4B523A on white background.



Black color preview on #4B523A background

This text has black color on #4B523A background.


White color preview on #4B523A background

This text has white color on #4B523A background.