COLOR #3B5119

HEX: #3B5119
RGB: (59,81,25)

Color info

#3B5119 contains red, green and blue colors in about the same proportion. Web safe color of #3B5119 is #336600 (or #360).

RGB color model

#3B5119 color RGB value is (59,81,25).

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

RGB channels and saturation

R 59 of 255 = 23%
G 81 of 255 = 32%
B 25 of 255 = 10%

59
81
25

R + G + B ~ 22%. #3B5119 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 81 + 25 = 165 (100%)
R 59 of 165 ~ 35.76%
G 81 of 165 ~ 49.09%
B 25 of 165 ~ 15.15%

%35.76
%49.09
%15.15

CMYK color model

#3B5119 color CMYK value is (27,0,69,68).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 69.14%
  • key color value is 68.24%
CMYK:
(27,0,69,68)
C27M0Y69K68 
(27%,0%,69%,68%)
(0.27/0.00/0.69/0.68)	

CMYK percentages

%27.16
%0
%69.14
%68.24

Codes

Color #3B5119 in popluar color models

3B5119
RGB598125
HSL84°52.83%20.78%
HSB/HSV84°69.14%31.76%
CMYK27.16%0.00%69.14%
68.24%

Color #3B5119 in popluar number systems.

HEX3B5119
Decimal598125
Binary111011101000111001
Octal7312131

Shades and tints

Shades of #3B5119

#3B5119
(59,81,25)
#364A17
(54,74,23)
#314315
(49,67,21)
#2C3C13
(44,60,19)
#273511
(39,53,17)
#222E0F
(34,46,15)
#1D270D
(29,39,13)
#18200B
(24,32,11)
#131909
(19,25,9)
#0E1207
(14,18,7)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #3B5119

#3B5119
(59,81,25)
#4C602D
(76,96,45)
#5D6F41
(93,111,65)
#6E7E55
(110,126,85)
#7F8D69
(127,141,105)
#909C7D
(144,156,125)
#A1AB91
(161,171,145)
#B2BAA5
(178,186,165)
#C3C9B9
(195,201,185)
#D4D8CD
(212,216,205)
#E5E7E1
(229,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5119; }

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

This text font color is #3B5119.


Background Color

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

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

This div background color is #3B5119.


Border color

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

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

This div border color is #3B5119.


Opacity

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

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

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

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

This text has shadow with #3B5119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5119 on black background.


Color preview on white background

This text has color #3B5119 on white background.



Black color preview on #3B5119 background

This text has black color on #3B5119 background.


White color preview on #3B5119 background

This text has white color on #3B5119 background.