COLOR #3B4919

HEX: #3B4919
RGB: (59,73,25)

Color info

#3B4919 contains red, green and blue colors in about the same proportion. Web safe color of #3B4919 is #333300 (or #330).

RGB color model

#3B4919 color RGB value is (59,73,25).

  • red value is 59;
  • green value is 73;
  • blue value is 25.
RGB: (59,73,25) (23%,29%,10%)

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 25 of 255 = 10%

59
73
25

R + G + B ~ 21%. #3B4919 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 25 = 157 (100%)
R 59 of 157 ~ 37.58%
G 73 of 157 ~ 46.5%
B 25 of 157 ~ 15.92%

%37.58
%46.5
%15.92

CMYK color model

#3B4919 color CMYK value is (19,0,66,71).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK: (19,0,66,71) C19M0Y66K71 (19%,0%,66%,71%) (0.19/0.00/0.66/0.71)

CMYK percentages

%19.18
%0
%65.75
%71.37

Codes

Color #3B4919 in popluar color models

3B4919
RGB597325
HSL78°48.98%19.22%
HSB/HSV78°65.75%28.63%
CMYK19.18%0.00%65.75%
71.37%

Color #3B4919 in popluar number systems.

HEX3B4919
Decimal597325
Binary111011100100111001
Octal7311131

Shades and tints

Shades of #3B4919

#3B4919
(59,73,25)
#364317
(54,67,23)
#313D15
(49,61,21)
#2C3713
(44,55,19)
#273111
(39,49,17)
#222B0F
(34,43,15)
#1D250D
(29,37,13)
#181F0B
(24,31,11)
#131909
(19,25,9)
#0E1307
(14,19,7)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #3B4919

#3B4919
(59,73,25)
#4C592D
(76,89,45)
#5D6941
(93,105,65)
#6E7955
(110,121,85)
#7F8969
(127,137,105)
#90997D
(144,153,125)
#A1A991
(161,169,145)
#B2B9A5
(178,185,165)
#C3C9B9
(195,201,185)
#D4D9CD
(212,217,205)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4919 color. Also use rgb(59,73,25) instead hex code.

Text Font Color

.myTextColor { color: #3B4919; }

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

This text font color is #3B4919.


Background Color

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

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

This div background color is #3B4919.


Border color

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

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

This div border color is #3B4919.


Opacity

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

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

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

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

This text has shadow with #3B4919 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3B4919 on black background.


Color preview on white background

This text has color #3B4919 on white background.



Black color preview on #3B4919 background

This text has black color on #3B4919 background.


White color preview on #3B4919 background

This text has white color on #3B4919 background.