COLOR #4B521A

HEX: #4B521A
RGB: (75,82,26)

Color info

#4B521A contains red, green and blue colors in about the same proportion. Web safe color of #4B521A is #336600 (or #360).

RGB color model

#4B521A color RGB value is (75,82,26).

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

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 26 of 255 = 10%

75
82
26

R + G + B ~ 24%. #4B521A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 82 + 26 = 183 (100%)
R 75 of 183 ~ 40.98%
G 82 of 183 ~ 44.81%
B 26 of 183 ~ 14.21%

%40.98
%44.81
%14.21

CMYK color model

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

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 68.29%
  • key color value is 67.84%
CMYK:
(9,0,68,68)
C9M0Y68K68 
(9%,0%,68%,68%)
(0.09/0.00/0.68/0.68)	

CMYK percentages

%8.54
%0
%68.29
%67.84

Codes

Color #4B521A in popluar color models

4B521A
RGB758226
HSL68°51.85%21.18%
HSB/HSV68°68.29%32.16%
CMYK8.54%0.00%68.29%
67.84%

Color #4B521A in popluar number systems.

HEX4B521A
Decimal758226
Binary1001011101001011010
Octal11312232

Shades and tints

Shades of #4B521A

#4B521A
(75,82,26)
#454B18
(69,75,24)
#3F4416
(63,68,22)
#393D14
(57,61,20)
#333612
(51,54,18)
#2D2F10
(45,47,16)
#27280E
(39,40,14)
#21210C
(33,33,12)
#1B1A0A
(27,26,10)
#151308
(21,19,8)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #4B521A

#4B521A
(75,82,26)
#5B612E
(91,97,46)
#6B7042
(107,112,66)
#7B7F56
(123,127,86)
#8B8E6A
(139,142,106)
#9B9D7E
(155,157,126)
#ABAC92
(171,172,146)
#BBBBA6
(187,187,166)
#CBCABA
(203,202,186)
#DBD9CE
(219,217,206)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B521A; }

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

This text font color is #4B521A.


Background Color

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

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

This div background color is #4B521A.


Border color

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

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

This div border color is #4B521A.


Opacity

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

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

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

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

This text has shadow with #4B521A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B521A on black background.


Color preview on white background

This text has color #4B521A on white background.



Black color preview on #4B521A background

This text has black color on #4B521A background.


White color preview on #4B521A background

This text has white color on #4B521A background.