COLOR #3B7224

HEX: #3B7224 RGB: (59,114,36)

Color info

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

RGB color model

#3B7224 color RGB value is (59,114,36).

RGB: (59,114,36) (23%, 45%, 14%)

RGB channels and saturation

R 59 of 255 = 23%
G 114 of 255 = 45%
B 36 of 255 = 14%

59
114
36

R + G + B ~ 27%. #3B7224 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 114 + 36 = 209 (100%)
R 59 of 209 ~ 28.23%
G 114 of 209 ~ 54.55%
B 36 of 209 ~ 17.22'%

%28.23
%54.55
%17.22

CMYK color model

#3B7224 color CMYK value is (48,0,68,55).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 55.29%

CMYK: (48,0,68,55)
C48M0Y68K55 (48%, 0%, 68%, 55%)
(0.48 / 0.00 / 0.68 / 0.55)

CMYK percentages

%48.25
%0
%68.42
%55.29

Codes

Color #3B7224 in popluar color models

3B 72 24
RGB 59 114 36
HSL 102° 52.00% 29.41%
HSB/HSV 102° 68.42% 44.71%
CMYK 48.25% 0.00% 68.42%
55.29%

Color #3B7224 in popluar number systems.

HEX 3B 72 24
Decimal 59 114 36
Binary 111011 1110010 100100
Octal 73 162 44

Shades and tints

Shades of #3B7224

#3B7224
(59,114,36)
#366821
(54,104,33)
#315E1E
(49,94,30)
#2C541B
(44,84,27)
#274A18
(39,74,24)
#224015
(34,64,21)
#1D3612
(29,54,18)
#182C0F
(24,44,15)
#13220C
(19,34,12)
#0E1809
(14,24,9)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #3B7224

#3B7224
(59,114,36)
#4C7E37
(76,126,55)
#5D8A4A
(93,138,74)
#6E965D
(110,150,93)
#7FA270
(127,162,112)
#90AE83
(144,174,131)
#A1BA96
(161,186,150)
#B2C6A9
(178,198,169)
#C3D2BC
(195,210,188)
#D4DECF
(212,222,207)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7224; }

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

This text font color is #3B7224.

Background Color

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

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

This div background color is #3B7224.

Border color

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

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

This div border color is #3B7224.

Opacity

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

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

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

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

This text has shadow with #3B7224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7224.

Preview

Color preview on black background

This text has color #3B7224 on black background.


Color preview on white background

This text has color #3B7224 on white background.


Black color preview on #3B7224 background

This text has black color on #3B7224 background.


White color preview on #3B7224 background

This text has white color on #3B7224 background.


Related colors

Complementary color

Complementary color for #hex is #C48DDB.


I love getcolorcode.com

Triadic colors

1 #243B72 and #72243B with #3B7224 are triadic colors.

2 #24723B and #723B24 with #3B7224 are triadic colors.