COLOR #3B8229

HEX: #3B8229
RGB: (59,130,41)

Color info

#3B8229 contains mainly green color. Web safe color of #3B8229 is #339933 (or #393).

RGB color model

#3B8229 color RGB value is (59,130,41).

  • red value is 59;
  • green value is 130;
  • blue value is 41.
RGB:
(59,130,41)
(23%,51%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 130 of 255 = 51%
B 41 of 255 = 16%

59
130
41

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

Portions of RGB colors in percentages

R + G + B =
59 + 130 + 41 = 230 (100%)
R 59 of 230 ~ 25.65%
G 130 of 230 ~ 56.52%
B 41 of 230 ~ 17.83%

%25.65
%56.52
%17.83

CMYK color model

#3B8229 color CMYK value is (55,0,68,49).

  • cyan value is 54.62%
  • magenta value is 0.00%
  • yellow value is 68.46%
  • key color value is 49.02%
CMYK:
(55,0,68,49)
C55M0Y68K49 
(55%,0%,68%,49%)
(0.55/0.00/0.68/0.49)	

CMYK percentages

%54.62
%0
%68.46
%49.02

Codes

Color #3B8229 in popluar color models

3B8229
RGB5913041
HSL108°52.05%33.53%
HSB/HSV108°68.46%50.98%
CMYK54.62%0.00%68.46%
49.02%

Color #3B8229 in popluar number systems.

HEX3B8229
Decimal5913041
Binary11101110000010101001
Octal7320251

Shades and tints

Shades of #3B8229

#3B8229
(59,130,41)
#367726
(54,119,38)
#316C23
(49,108,35)
#2C6120
(44,97,32)
#27561D
(39,86,29)
#224B1A
(34,75,26)
#1D4017
(29,64,23)
#183514
(24,53,20)
#132A11
(19,42,17)
#0E1F0E
(14,31,14)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #3B8229

#3B8229
(59,130,41)
#4C8D3C
(76,141,60)
#5D984F
(93,152,79)
#6EA362
(110,163,98)
#7FAE75
(127,174,117)
#90B988
(144,185,136)
#A1C49B
(161,196,155)
#B2CFAE
(178,207,174)
#C3DAC1
(195,218,193)
#D4E5D4
(212,229,212)
#E5F0E7
(229,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8229 color. Also use rgb(59,130,41) instead hex code.

Text Font Color

.myTextColor { color: #3B8229; }

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

This text font color is #3B8229.


Background Color

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

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

This div background color is #3B8229.


Border color

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

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

This div border color is #3B8229.


Opacity

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

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

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

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

This text has shadow with #3B8229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8229 on black background.


Color preview on white background

This text has color #3B8229 on white background.



Black color preview on #3B8229 background

This text has black color on #3B8229 background.


White color preview on #3B8229 background

This text has white color on #3B8229 background.