COLOR #3B685A

HEX: #3B685A
RGB: (59,104,90)

Color info

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

RGB color model

#3B685A color RGB value is (59,104,90).

  • red value is 59;
  • green value is 104;
  • blue value is 90.
RGB:
(59,104,90)
(23%,41%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 104 of 255 = 41%
B 90 of 255 = 35%

59
104
90

R + G + B ~ 33%. #3B685A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 104 + 90 = 253 (100%)
R 59 of 253 ~ 23.32%
G 104 of 253 ~ 41.11%
B 90 of 253 ~ 35.57%

%23.32
%41.11
%35.57

CMYK color model

#3B685A color CMYK value is (43,0,13,59).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 59.22%
CMYK:
(43,0,13,59)
C43M0Y13K59 
(43%,0%,13%,59%)
(0.43/0.00/0.13/0.59)	

CMYK percentages

%43.27
%0
%13.46
%59.22

Codes

Color #3B685A in popluar color models

3B685A
RGB5910490
HSL161°27.61%31.96%
HSB/HSV161°43.27%40.78%
CMYK43.27%0.00%13.46%
59.22%

Color #3B685A in popluar number systems.

HEX3B685A
Decimal5910490
Binary11101111010001011010
Octal73150132

Shades and tints

Shades of #3B685A

#3B685A
(59,104,90)
#365F52
(54,95,82)
#31564A
(49,86,74)
#2C4D42
(44,77,66)
#27443A
(39,68,58)
#223B32
(34,59,50)
#1D322A
(29,50,42)
#182922
(24,41,34)
#13201A
(19,32,26)
#0E1712
(14,23,18)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #3B685A

#3B685A
(59,104,90)
#4C7569
(76,117,105)
#5D8278
(93,130,120)
#6E8F87
(110,143,135)
#7F9C96
(127,156,150)
#90A9A5
(144,169,165)
#A1B6B4
(161,182,180)
#B2C3C3
(178,195,195)
#C3D0D2
(195,208,210)
#D4DDE1
(212,221,225)
#E5EAF0
(229,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B685A; }

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

This text font color is #3B685A.


Background Color

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

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

This div background color is #3B685A.


Border color

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

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

This div border color is #3B685A.


Opacity

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

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

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

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

This text has shadow with #3B685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B685A on black background.


Color preview on white background

This text has color #3B685A on white background.



Black color preview on #3B685A background

This text has black color on #3B685A background.


White color preview on #3B685A background

This text has white color on #3B685A background.