COLOR #3B6824

HEX: #3B6824
RGB: (59,104,36)

Color info

#3B6824 contains mainly red and green colors. Web safe color of #3B6824 is #336633 (or #363).

RGB color model

#3B6824 color RGB value is (59,104,36).

  • red value is 59;
  • green value is 104;
  • blue value is 36.
RGB:
(59,104,36)
(23%,41%,14%)

RGB channels and saturation

R 59 of 255 = 23%
G 104 of 255 = 41%
B 36 of 255 = 14%

59
104
36

R + G + B ~ 26%. #3B6824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 104 + 36 = 199 (100%)
R 59 of 199 ~ 29.65%
G 104 of 199 ~ 52.26%
B 36 of 199 ~ 18.09%

%29.65
%52.26
%18.09

CMYK color model

#3B6824 color CMYK value is (43,0,65,59).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 59.22%
CMYK:
(43,0,65,59)
C43M0Y65K59 
(43%,0%,65%,59%)
(0.43/0.00/0.65/0.59)	

CMYK percentages

%43.27
%0
%65.38
%59.22

Codes

Color #3B6824 in popluar color models

3B6824
RGB5910436
HSL100°48.57%27.45%
HSB/HSV100°65.38%40.78%
CMYK43.27%0.00%65.38%
59.22%

Color #3B6824 in popluar number systems.

HEX3B6824
Decimal5910436
Binary1110111101000100100
Octal7315044

Shades and tints

Shades of #3B6824

#3B6824
(59,104,36)
#365F21
(54,95,33)
#31561E
(49,86,30)
#2C4D1B
(44,77,27)
#274418
(39,68,24)
#223B15
(34,59,21)
#1D3212
(29,50,18)
#18290F
(24,41,15)
#13200C
(19,32,12)
#0E1709
(14,23,9)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #3B6824

#3B6824
(59,104,36)
#4C7537
(76,117,55)
#5D824A
(93,130,74)
#6E8F5D
(110,143,93)
#7F9C70
(127,156,112)
#90A983
(144,169,131)
#A1B696
(161,182,150)
#B2C3A9
(178,195,169)
#C3D0BC
(195,208,188)
#D4DDCF
(212,221,207)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6824 color. Also use rgb(59,104,36) instead hex code.

Text Font Color

.myTextColor { color: #3B6824; }

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

This text font color is #3B6824.


Background Color

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

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

This div background color is #3B6824.


Border color

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

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

This div border color is #3B6824.


Opacity

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

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

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

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

This text has shadow with #3B6824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6824 on black background.


Color preview on white background

This text has color #3B6824 on white background.



Black color preview on #3B6824 background

This text has black color on #3B6824 background.


White color preview on #3B6824 background

This text has white color on #3B6824 background.