COLOR #4B532F

HEX: #4B532F RGB: (75,83,47)

Color info

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

RGB color model

#4B532F color RGB value is (75,83,47).

RGB: (75,83,47) (29%, 33%, 18%)

RGB channels and saturation

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

75
83
47

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

Portions of RGB colors in percentages

R + G + B = 75 + 83 + 47 = 205 (100%)
R 75 of 205 ~ 36.59%
G 83 of 205 ~ 40.49%
B 47 of 205 ~ 22.93'%

%36.59
%40.49
%22.93

CMYK color model

#4B532F color CMYK value is (10,0,43,67).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 67.45%

CMYK: (10,0,43,67)
C10M0Y43K67 (10%, 0%, 43%, 67%)
(0.10 / 0.00 / 0.43 / 0.67)

CMYK percentages

%9.64
%0
%43.37
%67.45

Codes

Color #4B532F in popluar color models

4B 53 2F
RGB 75 83 47
HSL 73° 27.69% 25.49%
HSB/HSV 73° 43.37% 32.55%
CMYK 9.64% 0.00% 43.37%
67.45%

Color #4B532F in popluar number systems.

HEX 4B 53 2F
Decimal 75 83 47
Binary 1001011 1010011 101111
Octal 113 123 57

Shades and tints

Shades of #4B532F

#4B532F
(75,83,47)
#454C2B
(69,76,43)
#3F4527
(63,69,39)
#393E23
(57,62,35)
#33371F
(51,55,31)
#2D301B
(45,48,27)
#272917
(39,41,23)
#212213
(33,34,19)
#1B1B0F
(27,27,15)
#15140B
(21,20,11)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #4B532F

#4B532F
(75,83,47)
#5B6241
(91,98,65)
#6B7153
(107,113,83)
#7B8065
(123,128,101)
#8B8F77
(139,143,119)
#9B9E89
(155,158,137)
#ABAD9B
(171,173,155)
#BBBCAD
(187,188,173)
#CBCBBF
(203,203,191)
#DBDAD1
(219,218,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B532F; }

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

This text font color is #4B532F.

Background Color

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

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

This div background color is #4B532F.

Border color

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

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

This div border color is #4B532F.

Opacity

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

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

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

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

This text has shadow with #4B532F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B532F.

Preview

Color preview on black background

This text has color #4B532F on black background.


Color preview on white background

This text has color #4B532F on white background.


Black color preview on #4B532F background

This text has black color on #4B532F background.


White color preview on #4B532F background

This text has white color on #4B532F background.


Related colors

Complementary color

Complementary color for #hex is #B4ACD0.


I love getcolorcode.com

Triadic colors

1 #2F4B53 and #532F4B with #4B532F are triadic colors.

2 #2F534B and #534B2F with #4B532F are triadic colors.