COLOR #3B6047

HEX: #3B6047
RGB: (59,96,71)

Color info

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

RGB color model

#3B6047 color RGB value is (59,96,71).

  • red value is 59;
  • green value is 96;
  • blue value is 71.
RGB:
(59,96,71)
(23%,38%,28%)

RGB channels and saturation

R 59 of 255 = 23%
G 96 of 255 = 38%
B 71 of 255 = 28%

59
96
71

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

Portions of RGB colors in percentages

R + G + B =
59 + 96 + 71 = 226 (100%)
R 59 of 226 ~ 26.11%
G 96 of 226 ~ 42.48%
B 71 of 226 ~ 31.42%

%26.11
%42.48
%31.42

CMYK color model

#3B6047 color CMYK value is (39,0,26,62).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(39,0,26,62)
C39M0Y26K62 
(39%,0%,26%,62%)
(0.39/0.00/0.26/0.62)	

CMYK percentages

%38.54
%0
%26.04
%62.35

Codes

Color #3B6047 in popluar color models

3B6047
RGB599671
HSL139°23.87%30.39%
HSB/HSV139°38.54%37.65%
CMYK38.54%0.00%26.04%
62.35%

Color #3B6047 in popluar number systems.

HEX3B6047
Decimal599671
Binary11101111000001000111
Octal73140107

Shades and tints

Shades of #3B6047

#3B6047
(59,96,71)
#365841
(54,88,65)
#31503B
(49,80,59)
#2C4835
(44,72,53)
#27402F
(39,64,47)
#223829
(34,56,41)
#1D3023
(29,48,35)
#18281D
(24,40,29)
#132017
(19,32,23)
#0E1811
(14,24,17)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #3B6047

#3B6047
(59,96,71)
#4C6E57
(76,110,87)
#5D7C67
(93,124,103)
#6E8A77
(110,138,119)
#7F9887
(127,152,135)
#90A697
(144,166,151)
#A1B4A7
(161,180,167)
#B2C2B7
(178,194,183)
#C3D0C7
(195,208,199)
#D4DED7
(212,222,215)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6047 color. Also use rgb(59,96,71) instead hex code.

Text Font Color

.myTextColor { color: #3B6047; }

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

This text font color is #3B6047.


Background Color

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

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

This div background color is #3B6047.


Border color

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

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

This div border color is #3B6047.


Opacity

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

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

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

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

This text has shadow with #3B6047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6047 on black background.


Color preview on white background

This text has color #3B6047 on white background.



Black color preview on #3B6047 background

This text has black color on #3B6047 background.


White color preview on #3B6047 background

This text has white color on #3B6047 background.