COLOR #3B6419

HEX: #3B6419 RGB: (59,100,25)

Color info

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

RGB color model

#3B6419 color RGB value is (59,100,25).

RGB: (59,100,25) (23%, 39%, 10%)

RGB channels and saturation

R 59 of 255 = 23%
G 100 of 255 = 39%
B 25 of 255 = 10%

59
100
25

R + G + B ~ 24%. #3B6419 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 100 + 25 = 184 (100%)
R 59 of 184 ~ 32.07%
G 100 of 184 ~ 54.35%
B 25 of 184 ~ 13.59'%

%32.07
%54.35
%13.59

CMYK color model

#3B6419 color CMYK value is (41,0,75,61).

  • cyan value is 41.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 60.78%

CMYK: (41,0,75,61)
C41M0Y75K61 (41%, 0%, 75%, 61%)
(0.41 / 0.00 / 0.75 / 0.61)

CMYK percentages

%41
%0
%75
%60.78

Codes

Color #3B6419 in popluar color models

3B 64 19
RGB 59 100 25
HSL 93° 60.00% 24.51%
HSB/HSV 93° 75.00% 39.22%
CMYK 41.00% 0.00% 75.00%
60.78%

Color #3B6419 in popluar number systems.

HEX 3B 64 19
Decimal 59 100 25
Binary 111011 1100100 11001
Octal 73 144 31

Shades and tints

Shades of #3B6419

#3B6419
(59,100,25)
#365B17
(54,91,23)
#315215
(49,82,21)
#2C4913
(44,73,19)
#274011
(39,64,17)
#22370F
(34,55,15)
#1D2E0D
(29,46,13)
#18250B
(24,37,11)
#131C09
(19,28,9)
#0E1307
(14,19,7)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #3B6419

#3B6419
(59,100,25)
#4C722D
(76,114,45)
#5D8041
(93,128,65)
#6E8E55
(110,142,85)
#7F9C69
(127,156,105)
#90AA7D
(144,170,125)
#A1B891
(161,184,145)
#B2C6A5
(178,198,165)
#C3D4B9
(195,212,185)
#D4E2CD
(212,226,205)
#E5F0E1
(229,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6419; }

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

This text font color is #3B6419.

Background Color

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

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

This div background color is #3B6419.

Border color

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

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

This div border color is #3B6419.

Opacity

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

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

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

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

This text has shadow with #3B6419 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6419.

Preview

Color preview on black background

This text has color #3B6419 on black background.


Color preview on white background

This text has color #3B6419 on white background.


Black color preview on #3B6419 background

This text has black color on #3B6419 background.


White color preview on #3B6419 background

This text has white color on #3B6419 background.


Related colors

Complementary color

Complementary color for #hex is #C49BE6.


I love getcolorcode.com

Triadic colors

1 #193B64 and #64193B with #3B6419 are triadic colors.

2 #19643B and #643B19 with #3B6419 are triadic colors.