COLOR #3D626B

HEX: #3D626B RGB: (61,98,107)

Color info

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

RGB color model

#3D626B color RGB value is (61,98,107).

RGB: (61,98,107) (24%, 38%, 42%)

RGB channels and saturation

R 61 of 255 = 24%
G 98 of 255 = 38%
B 107 of 255 = 42%

61
98
107

R + G + B ~ 35%. #3D626B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 98 + 107 = 266 (100%)
R 61 of 266 ~ 22.93%
G 98 of 266 ~ 36.84%
B 107 of 266 ~ 40.23'%

%22.93
%36.84
%40.23

CMYK color model

#3D626B color CMYK value is (43,8,0,58).

  • cyan value is 42.99%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (43,8,0,58)
C43M8Y0K58 (43%, 8%, 0%, 58%)
(0.43 / 0.08 / 0.00 / 0.58)

CMYK percentages

%42.99
%8.41
%0
%58.04

Codes

Color #3D626B in popluar color models

3D 62 6B
RGB 61 98 107
HSL 192° 27.38% 32.94%
HSB/HSV 192° 42.99% 41.96%
CMYK 42.99% 8.41% 0.00%
58.04%

Color #3D626B in popluar number systems.

HEX 3D 62 6B
Decimal 61 98 107
Binary 111101 1100010 1101011
Octal 75 142 153

Shades and tints

Shades of #3D626B

#3D626B
(61,98,107)
#385A62
(56,90,98)
#335259
(51,82,89)
#2E4A50
(46,74,80)
#294247
(41,66,71)
#243A3E
(36,58,62)
#1F3235
(31,50,53)
#1A2A2C
(26,42,44)
#152223
(21,34,35)
#101A1A
(16,26,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #3D626B

#3D626B
(61,98,107)
#4E7078
(78,112,120)
#5F7E85
(95,126,133)
#708C92
(112,140,146)
#819A9F
(129,154,159)
#92A8AC
(146,168,172)
#A3B6B9
(163,182,185)
#B4C4C6
(180,196,198)
#C5D2D3
(197,210,211)
#D6E0E0
(214,224,224)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D626B color. Also use rgb(61,98,107) instead hex code.

Text Font Color

.myTextColor { color: #3D626B; }

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

This text font color is #3D626B.

Background Color

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

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

This div background color is #3D626B.

Border color

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

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

This div border color is #3D626B.

Opacity

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

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

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

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

This text has shadow with #3D626B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D626B.

Preview

Color preview on black background

This text has color #3D626B on black background.


Color preview on white background

This text has color #3D626B on white background.


Black color preview on #3D626B background

This text has black color on #3D626B background.


White color preview on #3D626B background

This text has white color on #3D626B background.


Related colors

Complementary color

Complementary color for #hex is #C29D94.


I love getcolorcode.com

Triadic colors

1 #6B3D62 and #626B3D with #3D626B are triadic colors.

2 #6B623D and #623D6B with #3D626B are triadic colors.