COLOR #4B460D

HEX: #4B460D RGB: (75,70,13)

Color info

#4B460D contains mainly red and green colors. Web safe color of #4B460D is #333300 (or #330).

RGB color model

#4B460D color RGB value is (75,70,13).

RGB: (75,70,13) (29%, 27%, 5%)

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 13 of 255 = 5%

75
70
13

R + G + B ~ 20%. #4B460D is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 70 + 13 = 158 (100%)
R 75 of 158 ~ 47.47%
G 70 of 158 ~ 44.3%
B 13 of 158 ~ 8.23'%

%47.47
%44.3

CMYK color model

#4B460D color CMYK value is (0,7,83,71).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 82.67%
  • key color value is 70.59%

CMYK: (0,7,83,71)
C0M7Y83K71 (0%, 7%, 83%, 71%)
(0.00 / 0.07 / 0.83 / 0.71)

CMYK percentages

%0
%6.67
%82.67
%70.59

Codes

Color #4B460D in popluar color models

4B 46 0D
RGB 75 70 13
HSL 55° 70.45% 17.25%
HSB/HSV 55° 82.67% 29.41%
CMYK 0.00% 6.67% 82.67%
70.59%

Color #4B460D in popluar number systems.

HEX 4B 46 0D
Decimal 75 70 13
Binary 1001011 1000110 1101
Octal 113 106 15

Shades and tints

Shades of #4B460D

#4B460D
(75,70,13)
#45400C
(69,64,12)
#3F3A0B
(63,58,11)
#39340A
(57,52,10)
#332E09
(51,46,9)
#2D2808
(45,40,8)
#272207
(39,34,7)
#211C06
(33,28,6)
#1B1605
(27,22,5)
#151004
(21,16,4)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #4B460D

#4B460D
(75,70,13)
#5B5623
(91,86,35)
#6B6639
(107,102,57)
#7B764F
(123,118,79)
#8B8665
(139,134,101)
#9B967B
(155,150,123)
#ABA691
(171,166,145)
#BBB6A7
(187,182,167)
#CBC6BD
(203,198,189)
#DBD6D3
(219,214,211)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B460D color. Also use rgb(75,70,13) instead hex code.

Text Font Color

.myTextColor { color: #4B460D; }

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

This text font color is #4B460D.

Background Color

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

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

This div background color is #4B460D.

Border color

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

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

This div border color is #4B460D.

Opacity

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

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

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

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

This text has shadow with #4B460D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B460D.

Preview

Color preview on black background

This text has color #4B460D on black background.


Color preview on white background

This text has color #4B460D on white background.


Black color preview on #4B460D background

This text has black color on #4B460D background.


White color preview on #4B460D background

This text has white color on #4B460D background.


Related colors

Complementary color

Complementary color for #hex is #B4B9F2.


I love getcolorcode.com

Triadic colors

1 #0D4B46 and #460D4B with #4B460D are triadic colors.

2 #0D464B and #464B0D with #4B460D are triadic colors.