COLOR #3B7146

HEX: #3B7146
RGB: (59,113,70)

Color info

#3B7146 contains red, green and blue colors in about the same proportion. Web safe color of #3B7146 is #336633 (or #363).

RGB color model

#3B7146 color RGB value is (59,113,70).

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

RGB channels and saturation

R 59 of 255 = 23%
G 113 of 255 = 44%
B 70 of 255 = 27%

59
113
70

R + G + B ~ 31%. #3B7146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 113 + 70 = 242 (100%)
R 59 of 242 ~ 24.38%
G 113 of 242 ~ 46.69%
B 70 of 242 ~ 28.93%

%24.38
%46.69
%28.93

CMYK color model

#3B7146 color CMYK value is (48,0,38,56).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 38.05%
  • key color value is 55.69%
CMYK:
(48,0,38,56)
C48M0Y38K56 
(48%,0%,38%,56%)
(0.48/0.00/0.38/0.56)	

CMYK percentages

%47.79
%0
%38.05
%55.69

Codes

Color #3B7146 in popluar color models

3B7146
RGB5911370
HSL132°31.40%33.73%
HSB/HSV132°47.79%44.31%
CMYK47.79%0.00%38.05%
55.69%

Color #3B7146 in popluar number systems.

HEX3B7146
Decimal5911370
Binary11101111100011000110
Octal73161106

Shades and tints

Shades of #3B7146

#3B7146
(59,113,70)
#366740
(54,103,64)
#315D3A
(49,93,58)
#2C5334
(44,83,52)
#27492E
(39,73,46)
#223F28
(34,63,40)
#1D3522
(29,53,34)
#182B1C
(24,43,28)
#132116
(19,33,22)
#0E1710
(14,23,16)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #3B7146

#3B7146
(59,113,70)
#4C7D56
(76,125,86)
#5D8966
(93,137,102)
#6E9576
(110,149,118)
#7FA186
(127,161,134)
#90AD96
(144,173,150)
#A1B9A6
(161,185,166)
#B2C5B6
(178,197,182)
#C3D1C6
(195,209,198)
#D4DDD6
(212,221,214)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7146; }

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

This text font color is #3B7146.


Background Color

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

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

This div background color is #3B7146.


Border color

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

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

This div border color is #3B7146.


Opacity

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

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

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

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

This text has shadow with #3B7146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7146 on black background.


Color preview on white background

This text has color #3B7146 on white background.



Black color preview on #3B7146 background

This text has black color on #3B7146 background.


White color preview on #3B7146 background

This text has white color on #3B7146 background.