COLOR #4B481A

HEX: #4B481A RGB: (75,72,26)

Color info

#4B481A contains red, green and blue colors in about the same proportion. Web safe color of #4B481A is #333300 (or #330).

RGB color model

#4B481A color RGB value is (75,72,26).

RGB: (75,72,26) (29%, 28%, 10%)

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 26 of 255 = 10%

75
72
26

R + G + B ~ 22%. #4B481A is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 72 + 26 = 173 (100%)
R 75 of 173 ~ 43.35%
G 72 of 173 ~ 41.62%
B 26 of 173 ~ 15.03'%

%43.35
%41.62
%15.03

CMYK color model

#4B481A color CMYK value is (0,4,65,71).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 65.33%
  • key color value is 70.59%

CMYK: (0,4,65,71)
C0M4Y65K71 (0%, 4%, 65%, 71%)
(0.00 / 0.04 / 0.65 / 0.71)

CMYK percentages

%0
%4
%65.33
%70.59

Codes

Color #4B481A in popluar color models

4B 48 1A
RGB 75 72 26
HSL 56° 48.51% 19.80%
HSB/HSV 56° 65.33% 29.41%
CMYK 0.00% 4.00% 65.33%
70.59%

Color #4B481A in popluar number systems.

HEX 4B 48 1A
Decimal 75 72 26
Binary 1001011 1001000 11010
Octal 113 110 32

Shades and tints

Shades of #4B481A

#4B481A
(75,72,26)
#454218
(69,66,24)
#3F3C16
(63,60,22)
#393614
(57,54,20)
#333012
(51,48,18)
#2D2A10
(45,42,16)
#27240E
(39,36,14)
#211E0C
(33,30,12)
#1B180A
(27,24,10)
#151208
(21,18,8)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #4B481A

#4B481A
(75,72,26)
#5B582E
(91,88,46)
#6B6842
(107,104,66)
#7B7856
(123,120,86)
#8B886A
(139,136,106)
#9B987E
(155,152,126)
#ABA892
(171,168,146)
#BBB8A6
(187,184,166)
#CBC8BA
(203,200,186)
#DBD8CE
(219,216,206)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B481A; }

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

This text font color is #4B481A.

Background Color

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

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

This div background color is #4B481A.

Border color

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

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

This div border color is #4B481A.

Opacity

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

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

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

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

This text has shadow with #4B481A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B481A.

Preview

Color preview on black background

This text has color #4B481A on black background.


Color preview on white background

This text has color #4B481A on white background.


Black color preview on #4B481A background

This text has black color on #4B481A background.


White color preview on #4B481A background

This text has white color on #4B481A background.


Related colors

Complementary color

Complementary color for #hex is #B4B7E5.


I love getcolorcode.com

Triadic colors

1 #1A4B48 and #481A4B with #4B481A are triadic colors.

2 #1A484B and #484B1A with #4B481A are triadic colors.