COLOR #3B6131

HEX: #3B6131
RGB: (59,97,49)

Color info

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

RGB color model

#3B6131 color RGB value is (59,97,49).

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

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 49 of 255 = 19%

59
97
49

R + G + B ~ 27%. #3B6131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 97 + 49 = 205 (100%)
R 59 of 205 ~ 28.78%
G 97 of 205 ~ 47.32%
B 49 of 205 ~ 23.9%

%28.78
%47.32
%23.9

CMYK color model

#3B6131 color CMYK value is (39,0,49,62).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 49.48%
  • key color value is 61.96%
CMYK:
(39,0,49,62)
C39M0Y49K62 
(39%,0%,49%,62%)
(0.39/0.00/0.49/0.62)	

CMYK percentages

%39.18
%0
%49.48
%61.96

Codes

Color #3B6131 in popluar color models

3B6131
RGB599749
HSL108°32.88%28.63%
HSB/HSV108°49.48%38.04%
CMYK39.18%0.00%49.48%
61.96%

Color #3B6131 in popluar number systems.

HEX3B6131
Decimal599749
Binary1110111100001110001
Octal7314161

Shades and tints

Shades of #3B6131

#3B6131
(59,97,49)
#36592D
(54,89,45)
#315129
(49,81,41)
#2C4925
(44,73,37)
#274121
(39,65,33)
#22391D
(34,57,29)
#1D3119
(29,49,25)
#182915
(24,41,21)
#132111
(19,33,17)
#0E190D
(14,25,13)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #3B6131

#3B6131
(59,97,49)
#4C6F43
(76,111,67)
#5D7D55
(93,125,85)
#6E8B67
(110,139,103)
#7F9979
(127,153,121)
#90A78B
(144,167,139)
#A1B59D
(161,181,157)
#B2C3AF
(178,195,175)
#C3D1C1
(195,209,193)
#D4DFD3
(212,223,211)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6131; }

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

This text font color is #3B6131.


Background Color

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

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

This div background color is #3B6131.


Border color

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

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

This div border color is #3B6131.


Opacity

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

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

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

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

This text has shadow with #3B6131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6131 on black background.


Color preview on white background

This text has color #3B6131 on white background.



Black color preview on #3B6131 background

This text has black color on #3B6131 background.


White color preview on #3B6131 background

This text has white color on #3B6131 background.