COLOR #3D4340

HEX: #3D4340
RGB: (61,67,64)

Color info

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

RGB color model

#3D4340 color RGB value is (61,67,64).

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

RGB channels and saturation

R 61 of 255 = 24%
G 67 of 255 = 26%
B 64 of 255 = 25%

61
67
64

R + G + B ~ 25%. #3D4340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 67 + 64 = 192 (100%)
R 61 of 192 ~ 31.77%
G 67 of 192 ~ 34.9%
B 64 of 192 ~ 33.33%

%31.77
%34.9
%33.33

CMYK color model

#3D4340 color CMYK value is (9,0,4,74).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 73.73%
CMYK:
(9,0,4,74)
C9M0Y4K74 
(9%,0%,4%,74%)
(0.09/0.00/0.04/0.74)	

CMYK percentages

%8.96
%0
%4.48
%73.73

Codes

Color #3D4340 in popluar color models

3D4340
RGB616764
HSL150°4.69%25.10%
HSB/HSV150°8.96%26.27%
CMYK8.96%0.00%4.48%
73.73%

Color #3D4340 in popluar number systems.

HEX3D4340
Decimal616764
Binary11110110000111000000
Octal75103100

Shades and tints

Shades of #3D4340

#3D4340
(61,67,64)
#383D3B
(56,61,59)
#333736
(51,55,54)
#2E3131
(46,49,49)
#292B2C
(41,43,44)
#242527
(36,37,39)
#1F1F22
(31,31,34)
#1A191D
(26,25,29)
#151318
(21,19,24)
#100D13
(16,13,19)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #3D4340

#3D4340
(61,67,64)
#4E5451
(78,84,81)
#5F6562
(95,101,98)
#707673
(112,118,115)
#818784
(129,135,132)
#929895
(146,152,149)
#A3A9A6
(163,169,166)
#B4BAB7
(180,186,183)
#C5CBC8
(197,203,200)
#D6DCD9
(214,220,217)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4340; }

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

This text font color is #3D4340.


Background Color

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

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

This div background color is #3D4340.


Border color

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

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

This div border color is #3D4340.


Opacity

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

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

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

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

This text has shadow with #3D4340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4340 on black background.


Color preview on white background

This text has color #3D4340 on white background.



Black color preview on #3D4340 background

This text has black color on #3D4340 background.


White color preview on #3D4340 background

This text has white color on #3D4340 background.