COLOR #3D4639

HEX: #3D4639
RGB: (61,70,57)

Color info

#3D4639 contains red, green and blue colors in about the same proportion. Web safe color of #3D4639 is #333333 (or #333).

RGB color model

#3D4639 color RGB value is (61,70,57).

  • red value is 61;
  • green value is 70;
  • blue value is 57.
RGB:
(61,70,57)
(24%,27%,22%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 57 of 255 = 22%

61
70
57

R + G + B ~ 24%. #3D4639 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 70 + 57 = 188 (100%)
R 61 of 188 ~ 32.45%
G 70 of 188 ~ 37.23%
B 57 of 188 ~ 30.32%

%32.45
%37.23
%30.32

CMYK color model

#3D4639 color CMYK value is (13,0,19,73).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK:
(13,0,19,73)
C13M0Y19K73 
(13%,0%,19%,73%)
(0.13/0.00/0.19/0.73)	

CMYK percentages

%12.86
%0
%18.57
%72.55

Codes

Color #3D4639 in popluar color models

3D4639
RGB617057
HSL102°10.24%24.90%
HSB/HSV102°18.57%27.45%
CMYK12.86%0.00%18.57%
72.55%

Color #3D4639 in popluar number systems.

HEX3D4639
Decimal617057
Binary1111011000110111001
Octal7510671

Shades and tints

Shades of #3D4639

#3D4639
(61,70,57)
#384034
(56,64,52)
#333A2F
(51,58,47)
#2E342A
(46,52,42)
#292E25
(41,46,37)
#242820
(36,40,32)
#1F221B
(31,34,27)
#1A1C16
(26,28,22)
#151611
(21,22,17)
#10100C
(16,16,12)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #3D4639

#3D4639
(61,70,57)
#4E564B
(78,86,75)
#5F665D
(95,102,93)
#70766F
(112,118,111)
#818681
(129,134,129)
#929693
(146,150,147)
#A3A6A5
(163,166,165)
#B4B6B7
(180,182,183)
#C5C6C9
(197,198,201)
#D6D6DB
(214,214,219)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4639 color. Also use rgb(61,70,57) instead hex code.

Text Font Color

.myTextColor { color: #3D4639; }

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

This text font color is #3D4639.


Background Color

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

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

This div background color is #3D4639.


Border color

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

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

This div border color is #3D4639.


Opacity

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

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

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

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

This text has shadow with #3D4639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4639 on black background.


Color preview on white background

This text has color #3D4639 on white background.



Black color preview on #3D4639 background

This text has black color on #3D4639 background.


White color preview on #3D4639 background

This text has white color on #3D4639 background.