COLOR #3B4617

HEX: #3B4617
RGB: (59,70,23)

Color info

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

RGB color model

#3B4617 color RGB value is (59,70,23).

  • red value is 59;
  • green value is 70;
  • blue value is 23.
RGB:
(59,70,23)
(23%,27%,9%)

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 23 of 255 = 9%

59
70
23

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

Portions of RGB colors in percentages

R + G + B =
59 + 70 + 23 = 152 (100%)
R 59 of 152 ~ 38.82%
G 70 of 152 ~ 46.05%
B 23 of 152 ~ 15.13%

%38.82
%46.05
%15.13

CMYK color model

#3B4617 color CMYK value is (16,0,67,73).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 67.14%
  • key color value is 72.55%
CMYK:
(16,0,67,73)
C16M0Y67K73 
(16%,0%,67%,73%)
(0.16/0.00/0.67/0.73)	

CMYK percentages

%15.71
%0
%67.14
%72.55

Codes

Color #3B4617 in popluar color models

3B4617
RGB597023
HSL74°50.54%18.24%
HSB/HSV74°67.14%27.45%
CMYK15.71%0.00%67.14%
72.55%

Color #3B4617 in popluar number systems.

HEX3B4617
Decimal597023
Binary111011100011010111
Octal7310627

Shades and tints

Shades of #3B4617

#3B4617
(59,70,23)
#364015
(54,64,21)
#313A13
(49,58,19)
#2C3411
(44,52,17)
#272E0F
(39,46,15)
#22280D
(34,40,13)
#1D220B
(29,34,11)
#181C09
(24,28,9)
#131607
(19,22,7)
#0E1005
(14,16,5)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #3B4617

#3B4617
(59,70,23)
#4C562C
(76,86,44)
#5D6641
(93,102,65)
#6E7656
(110,118,86)
#7F866B
(127,134,107)
#909680
(144,150,128)
#A1A695
(161,166,149)
#B2B6AA
(178,182,170)
#C3C6BF
(195,198,191)
#D4D6D4
(212,214,212)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4617 color. Also use rgb(59,70,23) instead hex code.

Text Font Color

.myTextColor { color: #3B4617; }

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

This text font color is #3B4617.


Background Color

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

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

This div background color is #3B4617.


Border color

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

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

This div border color is #3B4617.


Opacity

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

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

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

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

This text has shadow with #3B4617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4617 on black background.


Color preview on white background

This text has color #3B4617 on white background.



Black color preview on #3B4617 background

This text has black color on #3B4617 background.


White color preview on #3B4617 background

This text has white color on #3B4617 background.