COLOR #3D5143

HEX: #3D5143
RGB: (61,81,67)

Color info

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

RGB color model

#3D5143 color RGB value is (61,81,67).

  • red value is 61;
  • green value is 81;
  • blue value is 67.
RGB:
(61,81,67)
(24%,32%,26%)

RGB channels and saturation

R 61 of 255 = 24%
G 81 of 255 = 32%
B 67 of 255 = 26%

61
81
67

R + G + B ~ 27%. #3D5143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 81 + 67 = 209 (100%)
R 61 of 209 ~ 29.19%
G 81 of 209 ~ 38.76%
B 67 of 209 ~ 32.06%

%29.19
%38.76
%32.06

CMYK color model

#3D5143 color CMYK value is (25,0,17,68).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK:
(25,0,17,68)
C25M0Y17K68 
(25%,0%,17%,68%)
(0.25/0.00/0.17/0.68)	

CMYK percentages

%24.69
%0
%17.28
%68.24

Codes

Color #3D5143 in popluar color models

3D5143
RGB618167
HSL138°14.08%27.84%
HSB/HSV138°24.69%31.76%
CMYK24.69%0.00%17.28%
68.24%

Color #3D5143 in popluar number systems.

HEX3D5143
Decimal618167
Binary11110110100011000011
Octal75121103

Shades and tints

Shades of #3D5143

#3D5143
(61,81,67)
#384A3D
(56,74,61)
#334337
(51,67,55)
#2E3C31
(46,60,49)
#29352B
(41,53,43)
#242E25
(36,46,37)
#1F271F
(31,39,31)
#1A2019
(26,32,25)
#151913
(21,25,19)
#10120D
(16,18,13)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #3D5143

#3D5143
(61,81,67)
#4E6054
(78,96,84)
#5F6F65
(95,111,101)
#707E76
(112,126,118)
#818D87
(129,141,135)
#929C98
(146,156,152)
#A3ABA9
(163,171,169)
#B4BABA
(180,186,186)
#C5C9CB
(197,201,203)
#D6D8DC
(214,216,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5143 color. Also use rgb(61,81,67) instead hex code.

Text Font Color

.myTextColor { color: #3D5143; }

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

This text font color is #3D5143.


Background Color

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

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

This div background color is #3D5143.


Border color

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

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

This div border color is #3D5143.


Opacity

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

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

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

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

This text has shadow with #3D5143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5143 on black background.


Color preview on white background

This text has color #3D5143 on white background.



Black color preview on #3D5143 background

This text has black color on #3D5143 background.


White color preview on #3D5143 background

This text has white color on #3D5143 background.