COLOR #3B7432

HEX: #3B7432
RGB: (59,116,50)

Color info

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

RGB color model

#3B7432 color RGB value is (59,116,50).

  • red value is 59;
  • green value is 116;
  • blue value is 50.
RGB:
(59,116,50)
(23%,45%,20%)

RGB channels and saturation

R 59 of 255 = 23%
G 116 of 255 = 45%
B 50 of 255 = 20%

59
116
50

R + G + B ~ 29%. #3B7432 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 116 + 50 = 225 (100%)
R 59 of 225 ~ 26.22%
G 116 of 225 ~ 51.56%
B 50 of 225 ~ 22.22%

%26.22
%51.56
%22.22

CMYK color model

#3B7432 color CMYK value is (49,0,57,55).

  • cyan value is 49.14%
  • magenta value is 0.00%
  • yellow value is 56.90%
  • key color value is 54.51%
CMYK:
(49,0,57,55)
C49M0Y57K55 
(49%,0%,57%,55%)
(0.49/0.00/0.57/0.55)	

CMYK percentages

%49.14
%0
%56.9
%54.51

Codes

Color #3B7432 in popluar color models

3B7432
RGB5911650
HSL112°39.76%32.55%
HSB/HSV112°56.90%45.49%
CMYK49.14%0.00%56.90%
54.51%

Color #3B7432 in popluar number systems.

HEX3B7432
Decimal5911650
Binary1110111110100110010
Octal7316462

Shades and tints

Shades of #3B7432

#3B7432
(59,116,50)
#366A2E
(54,106,46)
#31602A
(49,96,42)
#2C5626
(44,86,38)
#274C22
(39,76,34)
#22421E
(34,66,30)
#1D381A
(29,56,26)
#182E16
(24,46,22)
#132412
(19,36,18)
#0E1A0E
(14,26,14)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #3B7432

#3B7432
(59,116,50)
#4C8044
(76,128,68)
#5D8C56
(93,140,86)
#6E9868
(110,152,104)
#7FA47A
(127,164,122)
#90B08C
(144,176,140)
#A1BC9E
(161,188,158)
#B2C8B0
(178,200,176)
#C3D4C2
(195,212,194)
#D4E0D4
(212,224,212)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7432 color. Also use rgb(59,116,50) instead hex code.

Text Font Color

.myTextColor { color: #3B7432; }

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

This text font color is #3B7432.


Background Color

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

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

This div background color is #3B7432.


Border color

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

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

This div border color is #3B7432.


Opacity

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

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

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

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

This text has shadow with #3B7432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7432 on black background.


Color preview on white background

This text has color #3B7432 on white background.



Black color preview on #3B7432 background

This text has black color on #3B7432 background.


White color preview on #3B7432 background

This text has white color on #3B7432 background.