COLOR #3B7A33

HEX: #3B7A33
RGB: (59,122,51)

Color info

#3B7A33 contains mainly green color. Web safe color of #3B7A33 is #336633 (or #363).

RGB color model

#3B7A33 color RGB value is (59,122,51).

  • red value is 59;
  • green value is 122;
  • blue value is 51.
RGB:
(59,122,51)
(23%,48%,20%)

RGB channels and saturation

R 59 of 255 = 23%
G 122 of 255 = 48%
B 51 of 255 = 20%

59
122
51

R + G + B ~ 30%. #3B7A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 122 + 51 = 232 (100%)
R 59 of 232 ~ 25.43%
G 122 of 232 ~ 52.59%
B 51 of 232 ~ 21.98%

%25.43
%52.59
%21.98

CMYK color model

#3B7A33 color CMYK value is (52,0,58,52).

  • cyan value is 51.64%
  • magenta value is 0.00%
  • yellow value is 58.20%
  • key color value is 52.16%
CMYK:
(52,0,58,52)
C52M0Y58K52 
(52%,0%,58%,52%)
(0.52/0.00/0.58/0.52)	

CMYK percentages

%51.64
%0
%58.2
%52.16

Codes

Color #3B7A33 in popluar color models

3B7A33
RGB5912251
HSL113°41.04%33.92%
HSB/HSV113°58.20%47.84%
CMYK51.64%0.00%58.20%
52.16%

Color #3B7A33 in popluar number systems.

HEX3B7A33
Decimal5912251
Binary1110111111010110011
Octal7317263

Shades and tints

Shades of #3B7A33

#3B7A33
(59,122,51)
#366F2F
(54,111,47)
#31642B
(49,100,43)
#2C5927
(44,89,39)
#274E23
(39,78,35)
#22431F
(34,67,31)
#1D381B
(29,56,27)
#182D17
(24,45,23)
#132213
(19,34,19)
#0E170F
(14,23,15)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B7A33

#3B7A33
(59,122,51)
#4C8645
(76,134,69)
#5D9257
(93,146,87)
#6E9E69
(110,158,105)
#7FAA7B
(127,170,123)
#90B68D
(144,182,141)
#A1C29F
(161,194,159)
#B2CEB1
(178,206,177)
#C3DAC3
(195,218,195)
#D4E6D5
(212,230,213)
#E5F2E7
(229,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7A33 color. Also use rgb(59,122,51) instead hex code.

Text Font Color

.myTextColor { color: #3B7A33; }

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

This text font color is #3B7A33.


Background Color

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

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

This div background color is #3B7A33.


Border color

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

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

This div border color is #3B7A33.


Opacity

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

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

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

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

This text has shadow with #3B7A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7A33 on black background.


Color preview on white background

This text has color #3B7A33 on white background.



Black color preview on #3B7A33 background

This text has black color on #3B7A33 background.


White color preview on #3B7A33 background

This text has white color on #3B7A33 background.