COLOR #4B5305

HEX: #4B5305
RGB: (75,83,5)

Color info

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

RGB color model

#4B5305 color RGB value is (75,83,5).

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

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 5 of 255 = 2%

75
83
5

R + G + B ~ 21%. #4B5305 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 5 = 163 (100%)
R 75 of 163 ~ 46.01%
G 83 of 163 ~ 50.92%
B 5 of 163 ~ 3.07%

%46.01
%50.92

CMYK color model

#4B5305 color CMYK value is (10,0,94,67).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 93.98%
  • key color value is 67.45%
CMYK:
(10,0,94,67)
C10M0Y94K67 
(10%,0%,94%,67%)
(0.10/0.00/0.94/0.67)	

CMYK percentages

%9.64
%0
%93.98
%67.45

Codes

Color #4B5305 in popluar color models

4B5305
RGB75835
HSL66°88.64%17.25%
HSB/HSV66°93.98%32.55%
CMYK9.64%0.00%93.98%
67.45%

Color #4B5305 in popluar number systems.

HEX4B5305
Decimal75835
Binary10010111010011101
Octal1131235

Shades and tints

Shades of #4B5305

#4B5305
(75,83,5)
#454C05
(69,76,5)
#3F4505
(63,69,5)
#393E05
(57,62,5)
#333705
(51,55,5)
#2D3005
(45,48,5)
#272905
(39,41,5)
#212205
(33,34,5)
#1B1B05
(27,27,5)
#151405
(21,20,5)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #4B5305

#4B5305
(75,83,5)
#5B621B
(91,98,27)
#6B7131
(107,113,49)
#7B8047
(123,128,71)
#8B8F5D
(139,143,93)
#9B9E73
(155,158,115)
#ABAD89
(171,173,137)
#BBBC9F
(187,188,159)
#CBCBB5
(203,203,181)
#DBDACB
(219,218,203)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5305; }

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

This text font color is #4B5305.


Background Color

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

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

This div background color is #4B5305.


Border color

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

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

This div border color is #4B5305.


Opacity

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

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

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

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

This text has shadow with #4B5305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5305 on black background.


Color preview on white background

This text has color #4B5305 on white background.



Black color preview on #4B5305 background

This text has black color on #4B5305 background.


White color preview on #4B5305 background

This text has white color on #4B5305 background.