COLOR #4B4603

HEX: #4B4603 RGB: (75,70,3)

Color info

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

RGB color model

#4B4603 color RGB value is (75,70,3).

RGB: (75,70,3) (29%, 27%, 1%)

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 3 of 255 = 1%

75
70
3

R + G + B ~ 19%. #4B4603 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 70 + 3 = 148 (100%)
R 75 of 148 ~ 50.68%
G 70 of 148 ~ 47.3%
B 3 of 148 ~ 2.03'%

%50.68
%47.3

CMYK color model

#4B4603 color CMYK value is (0,7,96,71).

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

CMYK: (0,7,96,71)
C0M7Y96K71 (0%, 7%, 96%, 71%)
(0.00 / 0.07 / 0.96 / 0.71)

CMYK percentages

%0
%6.67
%96
%70.59

Codes

Color #4B4603 in popluar color models

4B 46 03
RGB 75 70 3
HSL 56° 92.31% 15.29%
HSB/HSV 56° 96.00% 29.41%
CMYK 0.00% 6.67% 96.00%
70.59%

Color #4B4603 in popluar number systems.

HEX 4B 46 03
Decimal 75 70 3
Binary 1001011 1000110 11
Octal 113 106 3

Shades and tints

Shades of #4B4603

#4B4603
(75,70,3)
#454003
(69,64,3)
#3F3A03
(63,58,3)
#393403
(57,52,3)
#332E03
(51,46,3)
#2D2803
(45,40,3)
#272203
(39,34,3)
#211C03
(33,28,3)
#1B1603
(27,22,3)
#151003
(21,16,3)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #4B4603

#4B4603
(75,70,3)
#5B5619
(91,86,25)
#6B662F
(107,102,47)
#7B7645
(123,118,69)
#8B865B
(139,134,91)
#9B9671
(155,150,113)
#ABA687
(171,166,135)
#BBB69D
(187,182,157)
#CBC6B3
(203,198,179)
#DBD6C9
(219,214,201)
#EBE6DF
(235,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4603; }

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

This text font color is #4B4603.

Background Color

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

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

This div background color is #4B4603.

Border color

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

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

This div border color is #4B4603.

Opacity

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

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

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

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

This text has shadow with #4B4603 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4603.

Preview

Color preview on black background

This text has color #4B4603 on black background.


Color preview on white background

This text has color #4B4603 on white background.


Black color preview on #4B4603 background

This text has black color on #4B4603 background.


White color preview on #4B4603 background

This text has white color on #4B4603 background.


Related colors

Complementary color

Complementary color for #hex is #B4B9FC.


I love getcolorcode.com

Triadic colors

1 #034B46 and #46034B with #4B4603 are triadic colors.

2 #03464B and #464B03 with #4B4603 are triadic colors.