COLOR #3B5013

HEX: #3B5013
RGB: (59,80,19)

Color info

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

RGB color model

#3B5013 color RGB value is (59,80,19).

  • red value is 59;
  • green value is 80;
  • blue value is 19.
RGB:
(59,80,19)
(23%,31%,7%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 19 of 255 = 7%

59
80
19

R + G + B ~ 20%. #3B5013 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 80 + 19 = 158 (100%)
R 59 of 158 ~ 37.34%
G 80 of 158 ~ 50.63%
B 19 of 158 ~ 12.03%

%37.34
%50.63
%12.03

CMYK color model

#3B5013 color CMYK value is (26,0,76,69).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 76.25%
  • key color value is 68.63%
CMYK:
(26,0,76,69)
C26M0Y76K69 
(26%,0%,76%,69%)
(0.26/0.00/0.76/0.69)	

CMYK percentages

%26.25
%0
%76.25
%68.63

Codes

Color #3B5013 in popluar color models

3B5013
RGB598019
HSL81°61.62%19.41%
HSB/HSV81°76.25%31.37%
CMYK26.25%0.00%76.25%
68.63%

Color #3B5013 in popluar number systems.

HEX3B5013
Decimal598019
Binary111011101000010011
Octal7312023

Shades and tints

Shades of #3B5013

#3B5013
(59,80,19)
#364912
(54,73,18)
#314211
(49,66,17)
#2C3B10
(44,59,16)
#27340F
(39,52,15)
#222D0E
(34,45,14)
#1D260D
(29,38,13)
#181F0C
(24,31,12)
#13180B
(19,24,11)
#0E110A
(14,17,10)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #3B5013

#3B5013
(59,80,19)
#4C5F28
(76,95,40)
#5D6E3D
(93,110,61)
#6E7D52
(110,125,82)
#7F8C67
(127,140,103)
#909B7C
(144,155,124)
#A1AA91
(161,170,145)
#B2B9A6
(178,185,166)
#C3C8BB
(195,200,187)
#D4D7D0
(212,215,208)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5013 color. Also use rgb(59,80,19) instead hex code.

Text Font Color

.myTextColor { color: #3B5013; }

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

This text font color is #3B5013.


Background Color

.myBgColor { background-color: #3B5013; }

<div style="background-color:#3B5013">Inner text</div>

This div background color is #3B5013.


Border color

.myBorderColor { border: 1px solid #3B5013; }

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

This div border color is #3B5013.


Opacity

.myOpacity80 { color: #3B5013; opacity: 0.8; }

<p style="color:#3B5013;opacity:0.8;">80%</p>

Text with #3B5013 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 #3B5013;}

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

This text has shadow with #3B5013 color.

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

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

This text has shadow with #3B5013 primary color and red secondary color.


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

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

This text has shadow with #3B5013 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5013 on black background.


Color preview on white background

This text has color #3B5013 on white background.



Black color preview on #3B5013 background

This text has black color on #3B5013 background.


White color preview on #3B5013 background

This text has white color on #3B5013 background.