COLOR #3B4B19

HEX: #3B4B19
RGB: (59,75,25)

Color info

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

RGB color model

#3B4B19 color RGB value is (59,75,25).

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

RGB channels and saturation

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

59
75
25

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

Portions of RGB colors in percentages

R + G + B =
59 + 75 + 25 = 159 (100%)
R 59 of 159 ~ 37.11%
G 75 of 159 ~ 47.17%
B 25 of 159 ~ 15.72%

%37.11
%47.17
%15.72

CMYK color model

#3B4B19 color CMYK value is (21,0,67,71).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(21,0,67,71)
C21M0Y67K71 
(21%,0%,67%,71%)
(0.21/0.00/0.67/0.71)	

CMYK percentages

%21.33
%0
%66.67
%70.59

Codes

Color #3B4B19 in popluar color models

3B4B19
RGB597525
HSL79°50.00%19.61%
HSB/HSV79°66.67%29.41%
CMYK21.33%0.00%66.67%
70.59%

Color #3B4B19 in popluar number systems.

HEX3B4B19
Decimal597525
Binary111011100101111001
Octal7311331

Shades and tints

Shades of #3B4B19

#3B4B19
(59,75,25)
#364517
(54,69,23)
#313F15
(49,63,21)
#2C3913
(44,57,19)
#273311
(39,51,17)
#222D0F
(34,45,15)
#1D270D
(29,39,13)
#18210B
(24,33,11)
#131B09
(19,27,9)
#0E1507
(14,21,7)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #3B4B19

#3B4B19
(59,75,25)
#4C5B2D
(76,91,45)
#5D6B41
(93,107,65)
#6E7B55
(110,123,85)
#7F8B69
(127,139,105)
#909B7D
(144,155,125)
#A1AB91
(161,171,145)
#B2BBA5
(178,187,165)
#C3CBB9
(195,203,185)
#D4DBCD
(212,219,205)
#E5EBE1
(229,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4B19; }

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

This text font color is #3B4B19.


Background Color

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

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

This div background color is #3B4B19.


Border color

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

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

This div border color is #3B4B19.


Opacity

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

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

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

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

This text has shadow with #3B4B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4B19 on black background.


Color preview on white background

This text has color #3B4B19 on white background.



Black color preview on #3B4B19 background

This text has black color on #3B4B19 background.


White color preview on #3B4B19 background

This text has white color on #3B4B19 background.