COLOR #4B532D

HEX: #4B532D
RGB: (75,83,45)

Color info

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

RGB color model

#4B532D color RGB value is (75,83,45).

  • red value is 75;
  • green value is 83;
  • blue value is 45.
RGB:
(75,83,45)
(29%,33%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 45 of 255 = 18%

75
83
45

R + G + B ~ 27%. #4B532D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 45 = 203 (100%)
R 75 of 203 ~ 36.95%
G 83 of 203 ~ 40.89%
B 45 of 203 ~ 22.17%

%36.95
%40.89
%22.17

CMYK color model

#4B532D color CMYK value is (10,0,46,67).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(10,0,46,67)
C10M0Y46K67 
(10%,0%,46%,67%)
(0.10/0.00/0.46/0.67)	

CMYK percentages

%9.64
%0
%45.78
%67.45

Codes

Color #4B532D in popluar color models

4B532D
RGB758345
HSL73°29.69%25.10%
HSB/HSV73°45.78%32.55%
CMYK9.64%0.00%45.78%
67.45%

Color #4B532D in popluar number systems.

HEX4B532D
Decimal758345
Binary10010111010011101101
Octal11312355

Shades and tints

Shades of #4B532D

#4B532D
(75,83,45)
#454C29
(69,76,41)
#3F4525
(63,69,37)
#393E21
(57,62,33)
#33371D
(51,55,29)
#2D3019
(45,48,25)
#272915
(39,41,21)
#212211
(33,34,17)
#1B1B0D
(27,27,13)
#151409
(21,20,9)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #4B532D

#4B532D
(75,83,45)
#5B6240
(91,98,64)
#6B7153
(107,113,83)
#7B8066
(123,128,102)
#8B8F79
(139,143,121)
#9B9E8C
(155,158,140)
#ABAD9F
(171,173,159)
#BBBCB2
(187,188,178)
#CBCBC5
(203,203,197)
#DBDAD8
(219,218,216)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B532D color. Also use rgb(75,83,45) instead hex code.

Text Font Color

.myTextColor { color: #4B532D; }

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

This text font color is #4B532D.


Background Color

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

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

This div background color is #4B532D.


Border color

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

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

This div border color is #4B532D.


Opacity

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

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

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

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

This text has shadow with #4B532D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B532D on black background.


Color preview on white background

This text has color #4B532D on white background.



Black color preview on #4B532D background

This text has black color on #4B532D background.


White color preview on #4B532D background

This text has white color on #4B532D background.