COLOR #3B5428

HEX: #3B5428
RGB: (59,84,40)

Color info

#3B5428 contains red, green and blue colors in about the same proportion. Web safe color of #3B5428 is #336633 (or #363).

RGB color model

#3B5428 color RGB value is (59,84,40).

  • red value is 59;
  • green value is 84;
  • blue value is 40.
RGB:
(59,84,40)
(23%,33%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 84 of 255 = 33%
B 40 of 255 = 16%

59
84
40

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

Portions of RGB colors in percentages

R + G + B =
59 + 84 + 40 = 183 (100%)
R 59 of 183 ~ 32.24%
G 84 of 183 ~ 45.9%
B 40 of 183 ~ 21.86%

%32.24
%45.9
%21.86

CMYK color model

#3B5428 color CMYK value is (30,0,52,67).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 67.06%
CMYK:
(30,0,52,67)
C30M0Y52K67 
(30%,0%,52%,67%)
(0.30/0.00/0.52/0.67)	

CMYK percentages

%29.76
%0
%52.38
%67.06

Codes

Color #3B5428 in popluar color models

3B5428
RGB598440
HSL94°35.48%24.31%
HSB/HSV94°52.38%32.94%
CMYK29.76%0.00%52.38%
67.06%

Color #3B5428 in popluar number systems.

HEX3B5428
Decimal598440
Binary1110111010100101000
Octal7312450

Shades and tints

Shades of #3B5428

#3B5428
(59,84,40)
#364D25
(54,77,37)
#314622
(49,70,34)
#2C3F1F
(44,63,31)
#27381C
(39,56,28)
#223119
(34,49,25)
#1D2A16
(29,42,22)
#182313
(24,35,19)
#131C10
(19,28,16)
#0E150D
(14,21,13)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #3B5428

#3B5428
(59,84,40)
#4C633B
(76,99,59)
#5D724E
(93,114,78)
#6E8161
(110,129,97)
#7F9074
(127,144,116)
#909F87
(144,159,135)
#A1AE9A
(161,174,154)
#B2BDAD
(178,189,173)
#C3CCC0
(195,204,192)
#D4DBD3
(212,219,211)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5428 color. Also use rgb(59,84,40) instead hex code.

Text Font Color

.myTextColor { color: #3B5428; }

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

This text font color is #3B5428.


Background Color

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

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

This div background color is #3B5428.


Border color

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

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

This div border color is #3B5428.


Opacity

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

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

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

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

This text has shadow with #3B5428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5428 on black background.


Color preview on white background

This text has color #3B5428 on white background.



Black color preview on #3B5428 background

This text has black color on #3B5428 background.


White color preview on #3B5428 background

This text has white color on #3B5428 background.