COLOR #3B6146

HEX: #3B6146
RGB: (59,97,70)

Color info

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

RGB color model

#3B6146 color RGB value is (59,97,70).

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

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 70 of 255 = 27%

59
97
70

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

Portions of RGB colors in percentages

R + G + B =
59 + 97 + 70 = 226 (100%)
R 59 of 226 ~ 26.11%
G 97 of 226 ~ 42.92%
B 70 of 226 ~ 30.97%

%26.11
%42.92
%30.97

CMYK color model

#3B6146 color CMYK value is (39,0,28,62).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(39,0,28,62)
C39M0Y28K62 
(39%,0%,28%,62%)
(0.39/0.00/0.28/0.62)	

CMYK percentages

%39.18
%0
%27.84
%61.96

Codes

Color #3B6146 in popluar color models

3B6146
RGB599770
HSL137°24.36%30.59%
HSB/HSV137°39.18%38.04%
CMYK39.18%0.00%27.84%
61.96%

Color #3B6146 in popluar number systems.

HEX3B6146
Decimal599770
Binary11101111000011000110
Octal73141106

Shades and tints

Shades of #3B6146

#3B6146
(59,97,70)
#365940
(54,89,64)
#31513A
(49,81,58)
#2C4934
(44,73,52)
#27412E
(39,65,46)
#223928
(34,57,40)
#1D3122
(29,49,34)
#18291C
(24,41,28)
#132116
(19,33,22)
#0E1910
(14,25,16)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #3B6146

#3B6146
(59,97,70)
#4C6F56
(76,111,86)
#5D7D66
(93,125,102)
#6E8B76
(110,139,118)
#7F9986
(127,153,134)
#90A796
(144,167,150)
#A1B5A6
(161,181,166)
#B2C3B6
(178,195,182)
#C3D1C6
(195,209,198)
#D4DFD6
(212,223,214)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6146; }

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

This text font color is #3B6146.


Background Color

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

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

This div background color is #3B6146.


Border color

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

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

This div border color is #3B6146.


Opacity

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

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

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

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

This text has shadow with #3B6146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6146 on black background.


Color preview on white background

This text has color #3B6146 on white background.



Black color preview on #3B6146 background

This text has black color on #3B6146 background.


White color preview on #3B6146 background

This text has white color on #3B6146 background.