COLOR #3D685C

HEX: #3D685C
RGB: (61,104,92)

Color info

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

RGB color model

#3D685C color RGB value is (61,104,92).

  • red value is 61;
  • green value is 104;
  • blue value is 92.
RGB:
(61,104,92)
(24%,41%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 104 of 255 = 41%
B 92 of 255 = 36%

61
104
92

R + G + B ~ 34%. #3D685C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 104 + 92 = 257 (100%)
R 61 of 257 ~ 23.74%
G 104 of 257 ~ 40.47%
B 92 of 257 ~ 35.8%

%23.74
%40.47
%35.8

CMYK color model

#3D685C color CMYK value is (41,0,12,59).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 59.22%
CMYK:
(41,0,12,59)
C41M0Y12K59 
(41%,0%,12%,59%)
(0.41/0.00/0.12/0.59)	

CMYK percentages

%41.35
%0
%11.54
%59.22

Codes

Color #3D685C in popluar color models

3D685C
RGB6110492
HSL163°26.06%32.35%
HSB/HSV163°41.35%40.78%
CMYK41.35%0.00%11.54%
59.22%

Color #3D685C in popluar number systems.

HEX3D685C
Decimal6110492
Binary11110111010001011100
Octal75150134

Shades and tints

Shades of #3D685C

#3D685C
(61,104,92)
#385F54
(56,95,84)
#33564C
(51,86,76)
#2E4D44
(46,77,68)
#29443C
(41,68,60)
#243B34
(36,59,52)
#1F322C
(31,50,44)
#1A2924
(26,41,36)
#15201C
(21,32,28)
#101714
(16,23,20)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #3D685C

#3D685C
(61,104,92)
#4E756A
(78,117,106)
#5F8278
(95,130,120)
#708F86
(112,143,134)
#819C94
(129,156,148)
#92A9A2
(146,169,162)
#A3B6B0
(163,182,176)
#B4C3BE
(180,195,190)
#C5D0CC
(197,208,204)
#D6DDDA
(214,221,218)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D685C color. Also use rgb(61,104,92) instead hex code.

Text Font Color

.myTextColor { color: #3D685C; }

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

This text font color is #3D685C.


Background Color

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

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

This div background color is #3D685C.


Border color

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

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

This div border color is #3D685C.


Opacity

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

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

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

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

This text has shadow with #3D685C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D685C on black background.


Color preview on white background

This text has color #3D685C on white background.



Black color preview on #3D685C background

This text has black color on #3D685C background.


White color preview on #3D685C background

This text has white color on #3D685C background.