COLOR #4B5316

HEX: #4B5316
RGB: (75,83,22)

Color info

#4B5316 contains mainly red and green colors. Web safe color of #4B5316 is #336600 (or #360).

RGB color model

#4B5316 color RGB value is (75,83,22).

  • red value is 75;
  • green value is 83;
  • blue value is 22.
RGB:
(75,83,22)
(29%,33%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 22 of 255 = 9%

75
83
22

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

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 22 = 180 (100%)
R 75 of 180 ~ 41.67%
G 83 of 180 ~ 46.11%
B 22 of 180 ~ 12.22%

%41.67
%46.11
%12.22

CMYK color model

#4B5316 color CMYK value is (10,0,73,67).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 73.49%
  • key color value is 67.45%
CMYK:
(10,0,73,67)
C10M0Y73K67 
(10%,0%,73%,67%)
(0.10/0.00/0.73/0.67)	

CMYK percentages

%9.64
%0
%73.49
%67.45

Codes

Color #4B5316 in popluar color models

4B5316
RGB758322
HSL68°58.10%20.59%
HSB/HSV68°73.49%32.55%
CMYK9.64%0.00%73.49%
67.45%

Color #4B5316 in popluar number systems.

HEX4B5316
Decimal758322
Binary1001011101001110110
Octal11312326

Shades and tints

Shades of #4B5316

#4B5316
(75,83,22)
#454C14
(69,76,20)
#3F4512
(63,69,18)
#393E10
(57,62,16)
#33370E
(51,55,14)
#2D300C
(45,48,12)
#27290A
(39,41,10)
#212208
(33,34,8)
#1B1B06
(27,27,6)
#151404
(21,20,4)
#0F0D02
(15,13,2)
#000000
(0,0,0)

Tints of #4B5316

#4B5316
(75,83,22)
#5B622B
(91,98,43)
#6B7140
(107,113,64)
#7B8055
(123,128,85)
#8B8F6A
(139,143,106)
#9B9E7F
(155,158,127)
#ABAD94
(171,173,148)
#BBBCA9
(187,188,169)
#CBCBBE
(203,203,190)
#DBDAD3
(219,218,211)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5316; }

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

This text font color is #4B5316.


Background Color

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

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

This div background color is #4B5316.


Border color

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

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

This div border color is #4B5316.


Opacity

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

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

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

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

This text has shadow with #4B5316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5316 on black background.


Color preview on white background

This text has color #4B5316 on white background.



Black color preview on #4B5316 background

This text has black color on #4B5316 background.


White color preview on #4B5316 background

This text has white color on #4B5316 background.