COLOR #3B684F

HEX: #3B684F RGB: (59,104,79)

Color info

#3B684F contains red, green and blue colors in about the same proportion. Web safe color of #3B684F is #336666 (or #366).

RGB color model

#3B684F color RGB value is (59,104,79).

RGB: (59,104,79) (23%, 41%, 31%)

RGB channels and saturation

R 59 of 255 = 23%
G 104 of 255 = 41%
B 79 of 255 = 31%

59
104
79

R + G + B ~ 32%. #3B684F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 104 + 79 = 242 (100%)
R 59 of 242 ~ 24.38%
G 104 of 242 ~ 42.98%
B 79 of 242 ~ 32.64'%

%24.38
%42.98
%32.64

CMYK color model

#3B684F color CMYK value is (43,0,24,59).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%

CMYK: (43,0,24,59)
C43M0Y24K59 (43%, 0%, 24%, 59%)
(0.43 / 0.00 / 0.24 / 0.59)

CMYK percentages

%43.27
%0
%24.04
%59.22

Codes

Color #3B684F in popluar color models

3B 68 4F
RGB 59 104 79
HSL 147° 27.61% 31.96%
HSB/HSV 147° 43.27% 40.78%
CMYK 43.27% 0.00% 24.04%
59.22%

Color #3B684F in popluar number systems.

HEX 3B 68 4F
Decimal 59 104 79
Binary 111011 1101000 1001111
Octal 73 150 117

Shades and tints

Shades of #3B684F

#3B684F
(59,104,79)
#365F48
(54,95,72)
#315641
(49,86,65)
#2C4D3A
(44,77,58)
#274433
(39,68,51)
#223B2C
(34,59,44)
#1D3225
(29,50,37)
#18291E
(24,41,30)
#132017
(19,32,23)
#0E1710
(14,23,16)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #3B684F

#3B684F
(59,104,79)
#4C755F
(76,117,95)
#5D826F
(93,130,111)
#6E8F7F
(110,143,127)
#7F9C8F
(127,156,143)
#90A99F
(144,169,159)
#A1B6AF
(161,182,175)
#B2C3BF
(178,195,191)
#C3D0CF
(195,208,207)
#D4DDDF
(212,221,223)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B684F color. Also use rgb(59,104,79) instead hex code.

Text Font Color

.myTextColor { color: #3B684F; }

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

This text font color is #3B684F.

Background Color

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

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

This div background color is #3B684F.

Border color

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

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

This div border color is #3B684F.

Opacity

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

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

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

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

This text has shadow with #3B684F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B684F.

Preview

Color preview on black background

This text has color #3B684F on black background.


Color preview on white background

This text has color #3B684F on white background.


Black color preview on #3B684F background

This text has black color on #3B684F background.


White color preview on #3B684F background

This text has white color on #3B684F background.


Related colors

Complementary color

Complementary color for #hex is #C497B0.


I love getcolorcode.com

Triadic colors

1 #4F3B68 and #684F3B with #3B684F are triadic colors.

2 #4F683B and #683B4F with #3B684F are triadic colors.