COLOR #4B5D13

HEX: #4B5D13
RGB: (75,93,19)

Color info

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

RGB color model

#4B5D13 color RGB value is (75,93,19).

  • red value is 75;
  • green value is 93;
  • blue value is 19.
RGB:
(75,93,19)
(29%,36%,7%)

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 19 of 255 = 7%

75
93
19

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

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 19 = 187 (100%)
R 75 of 187 ~ 40.11%
G 93 of 187 ~ 49.73%
B 19 of 187 ~ 10.16%

%40.11
%49.73
%10.16

CMYK color model

#4B5D13 color CMYK value is (19,0,80,64).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 79.57%
  • key color value is 63.53%
CMYK:
(19,0,80,64)
C19M0Y80K64 
(19%,0%,80%,64%)
(0.19/0.00/0.80/0.64)	

CMYK percentages

%19.35
%0
%79.57
%63.53

Codes

Color #4B5D13 in popluar color models

4B5D13
RGB759319
HSL75°66.07%21.96%
HSB/HSV75°79.57%36.47%
CMYK19.35%0.00%79.57%
63.53%

Color #4B5D13 in popluar number systems.

HEX4B5D13
Decimal759319
Binary1001011101110110011
Octal11313523

Shades and tints

Shades of #4B5D13

#4B5D13
(75,93,19)
#455512
(69,85,18)
#3F4D11
(63,77,17)
#394510
(57,69,16)
#333D0F
(51,61,15)
#2D350E
(45,53,14)
#272D0D
(39,45,13)
#21250C
(33,37,12)
#1B1D0B
(27,29,11)
#15150A
(21,21,10)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #4B5D13

#4B5D13
(75,93,19)
#5B6B28
(91,107,40)
#6B793D
(107,121,61)
#7B8752
(123,135,82)
#8B9567
(139,149,103)
#9BA37C
(155,163,124)
#ABB191
(171,177,145)
#BBBFA6
(187,191,166)
#CBCDBB
(203,205,187)
#DBDBD0
(219,219,208)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5D13 color. Also use rgb(75,93,19) instead hex code.

Text Font Color

.myTextColor { color: #4B5D13; }

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

This text font color is #4B5D13.


Background Color

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

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

This div background color is #4B5D13.


Border color

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

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

This div border color is #4B5D13.


Opacity

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

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

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

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

This text has shadow with #4B5D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5D13 on black background.


Color preview on white background

This text has color #4B5D13 on white background.



Black color preview on #4B5D13 background

This text has black color on #4B5D13 background.


White color preview on #4B5D13 background

This text has white color on #4B5D13 background.