COLOR #3D664B

HEX: #3D664B RGB: (61,102,75)

Color info

#3D664B contains red, green and blue colors in about the same proportion. Web safe color of #3D664B is #336633 (or #363).

RGB color model

#3D664B color RGB value is (61,102,75).

RGB: (61,102,75) (24%, 40%, 29%)

RGB channels and saturation

R 61 of 255 = 24%
G 102 of 255 = 40%
B 75 of 255 = 29%

61
102
75

R + G + B ~ 31%. #3D664B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 102 + 75 = 238 (100%)
R 61 of 238 ~ 25.63%
G 102 of 238 ~ 42.86%
B 75 of 238 ~ 31.51'%

%25.63
%42.86
%31.51

CMYK color model

#3D664B color CMYK value is (40,0,26,60).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 60.00%

CMYK: (40,0,26,60)
C40M0Y26K60 (40%, 0%, 26%, 60%)
(0.40 / 0.00 / 0.26 / 0.60)

CMYK percentages

%40.2
%0
%26.47
%60

Codes

Color #3D664B in popluar color models

3D 66 4B
RGB 61 102 75
HSL 140° 25.15% 31.96%
HSB/HSV 140° 40.20% 40.00%
CMYK 40.20% 0.00% 26.47%
60.00%

Color #3D664B in popluar number systems.

HEX 3D 66 4B
Decimal 61 102 75
Binary 111101 1100110 1001011
Octal 75 146 113

Shades and tints

Shades of #3D664B

#3D664B
(61,102,75)
#385D45
(56,93,69)
#33543F
(51,84,63)
#2E4B39
(46,75,57)
#294233
(41,66,51)
#24392D
(36,57,45)
#1F3027
(31,48,39)
#1A2721
(26,39,33)
#151E1B
(21,30,27)
#101515
(16,21,21)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #3D664B

#3D664B
(61,102,75)
#4E735B
(78,115,91)
#5F806B
(95,128,107)
#708D7B
(112,141,123)
#819A8B
(129,154,139)
#92A79B
(146,167,155)
#A3B4AB
(163,180,171)
#B4C1BB
(180,193,187)
#C5CECB
(197,206,203)
#D6DBDB
(214,219,219)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D664B color. Also use rgb(61,102,75) instead hex code.

Text Font Color

.myTextColor { color: #3D664B; }

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

This text font color is #3D664B.

Background Color

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

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

This div background color is #3D664B.

Border color

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

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

This div border color is #3D664B.

Opacity

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

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

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

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

This text has shadow with #3D664B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D664B.

Preview

Color preview on black background

This text has color #3D664B on black background.


Color preview on white background

This text has color #3D664B on white background.


Black color preview on #3D664B background

This text has black color on #3D664B background.


White color preview on #3D664B background

This text has white color on #3D664B background.


Related colors

Complementary color

Complementary color for #hex is #C299B4.


I love getcolorcode.com

Triadic colors

1 #4B3D66 and #664B3D with #3D664B are triadic colors.

2 #4B663D and #663D4B with #3D664B are triadic colors.