COLOR #3D746C

HEX: #3D746C
RGB: (61,116,108)

Color info

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

RGB color model

#3D746C color RGB value is (61,116,108).

  • red value is 61;
  • green value is 116;
  • blue value is 108.
RGB:
(61,116,108)
(24%,45%,42%)

RGB channels and saturation

R 61 of 255 = 24%
G 116 of 255 = 45%
B 108 of 255 = 42%

61
116
108

R + G + B ~ 37%. #3D746C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 116 + 108 = 285 (100%)
R 61 of 285 ~ 21.4%
G 116 of 285 ~ 40.7%
B 108 of 285 ~ 37.89%

%21.4
%40.7
%37.89

CMYK color model

#3D746C color CMYK value is (47,0,7,55).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(47,0,7,55)
C47M0Y7K55 
(47%,0%,7%,55%)
(0.47/0.00/0.07/0.55)	

CMYK percentages

%47.41
%0
%6.9
%54.51

Codes

Color #3D746C in popluar color models

3D746C
RGB61116108
HSL171°31.07%34.71%
HSB/HSV171°47.41%45.49%
CMYK47.41%0.00%6.90%
54.51%

Color #3D746C in popluar number systems.

HEX3D746C
Decimal61116108
Binary11110111101001101100
Octal75164154

Shades and tints

Shades of #3D746C

#3D746C
(61,116,108)
#386A63
(56,106,99)
#33605A
(51,96,90)
#2E5651
(46,86,81)
#294C48
(41,76,72)
#24423F
(36,66,63)
#1F3836
(31,56,54)
#1A2E2D
(26,46,45)
#152424
(21,36,36)
#101A1B
(16,26,27)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #3D746C

#3D746C
(61,116,108)
#4E8079
(78,128,121)
#5F8C86
(95,140,134)
#709893
(112,152,147)
#81A4A0
(129,164,160)
#92B0AD
(146,176,173)
#A3BCBA
(163,188,186)
#B4C8C7
(180,200,199)
#C5D4D4
(197,212,212)
#D6E0E1
(214,224,225)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D746C color. Also use rgb(61,116,108) instead hex code.

Text Font Color

.myTextColor { color: #3D746C; }

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

This text font color is #3D746C.


Background Color

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

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

This div background color is #3D746C.


Border color

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

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

This div border color is #3D746C.


Opacity

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

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

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

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

This text has shadow with #3D746C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D746C on black background.


Color preview on white background

This text has color #3D746C on white background.



Black color preview on #3D746C background

This text has black color on #3D746C background.


White color preview on #3D746C background

This text has white color on #3D746C background.