COLOR #3B7129

HEX: #3B7129
RGB: (59,113,41)

Color info

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

RGB color model

#3B7129 color RGB value is (59,113,41).

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

RGB channels and saturation

R 59 of 255 = 23%
G 113 of 255 = 44%
B 41 of 255 = 16%

59
113
41

R + G + B ~ 28%. #3B7129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 113 + 41 = 213 (100%)
R 59 of 213 ~ 27.7%
G 113 of 213 ~ 53.05%
B 41 of 213 ~ 19.25%

%27.7
%53.05
%19.25

CMYK color model

#3B7129 color CMYK value is (48,0,64,56).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 63.72%
  • key color value is 55.69%
CMYK:
(48,0,64,56)
C48M0Y64K56 
(48%,0%,64%,56%)
(0.48/0.00/0.64/0.56)	

CMYK percentages

%47.79
%0
%63.72
%55.69

Codes

Color #3B7129 in popluar color models

3B7129
RGB5911341
HSL105°46.75%30.20%
HSB/HSV105°63.72%44.31%
CMYK47.79%0.00%63.72%
55.69%

Color #3B7129 in popluar number systems.

HEX3B7129
Decimal5911341
Binary1110111110001101001
Octal7316151

Shades and tints

Shades of #3B7129

#3B7129
(59,113,41)
#366726
(54,103,38)
#315D23
(49,93,35)
#2C5320
(44,83,32)
#27491D
(39,73,29)
#223F1A
(34,63,26)
#1D3517
(29,53,23)
#182B14
(24,43,20)
#132111
(19,33,17)
#0E170E
(14,23,14)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #3B7129

#3B7129
(59,113,41)
#4C7D3C
(76,125,60)
#5D894F
(93,137,79)
#6E9562
(110,149,98)
#7FA175
(127,161,117)
#90AD88
(144,173,136)
#A1B99B
(161,185,155)
#B2C5AE
(178,197,174)
#C3D1C1
(195,209,193)
#D4DDD4
(212,221,212)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7129; }

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

This text font color is #3B7129.


Background Color

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

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

This div background color is #3B7129.


Border color

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

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

This div border color is #3B7129.


Opacity

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

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

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

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

This text has shadow with #3B7129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7129 on black background.


Color preview on white background

This text has color #3B7129 on white background.



Black color preview on #3B7129 background

This text has black color on #3B7129 background.


White color preview on #3B7129 background

This text has white color on #3B7129 background.