COLOR #3D4345

HEX: #3D4345
RGB: (61,67,69)

Color info

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

RGB color model

#3D4345 color RGB value is (61,67,69).

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

RGB channels and saturation

R 61 of 255 = 24%
G 67 of 255 = 26%
B 69 of 255 = 27%

61
67
69

R + G + B ~ 26%. #3D4345 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 67 + 69 = 197 (100%)
R 61 of 197 ~ 30.96%
G 67 of 197 ~ 34.01%
B 69 of 197 ~ 35.03%

%30.96
%34.01
%35.03

CMYK color model

#3D4345 color CMYK value is (12,3,0,73).

  • cyan value is 11.59%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(12,3,0,73)
C12M3Y0K73 
(12%,3%,0%,73%)
(0.12/0.03/0.00/0.73)	

CMYK percentages

%11.59
%2.9
%0
%72.94

Codes

Color #3D4345 in popluar color models

3D4345
RGB616769
HSL195°6.15%25.49%
HSB/HSV195°11.59%27.06%
CMYK11.59%2.90%0.00%
72.94%

Color #3D4345 in popluar number systems.

HEX3D4345
Decimal616769
Binary11110110000111000101
Octal75103105

Shades and tints

Shades of #3D4345

#3D4345
(61,67,69)
#383D3F
(56,61,63)
#333739
(51,55,57)
#2E3133
(46,49,51)
#292B2D
(41,43,45)
#242527
(36,37,39)
#1F1F21
(31,31,33)
#1A191B
(26,25,27)
#151315
(21,19,21)
#100D0F
(16,13,15)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #3D4345

#3D4345
(61,67,69)
#4E5455
(78,84,85)
#5F6565
(95,101,101)
#707675
(112,118,117)
#818785
(129,135,133)
#929895
(146,152,149)
#A3A9A5
(163,169,165)
#B4BAB5
(180,186,181)
#C5CBC5
(197,203,197)
#D6DCD5
(214,220,213)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4345; }

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

This text font color is #3D4345.


Background Color

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

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

This div background color is #3D4345.


Border color

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

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

This div border color is #3D4345.


Opacity

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

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

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

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

This text has shadow with #3D4345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4345 on black background.


Color preview on white background

This text has color #3D4345 on white background.



Black color preview on #3D4345 background

This text has black color on #3D4345 background.


White color preview on #3D4345 background

This text has white color on #3D4345 background.