COLOR #3D4C3E

HEX: #3D4C3E
RGB: (61,76,62)

Color info

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

RGB color model

#3D4C3E color RGB value is (61,76,62).

  • red value is 61;
  • green value is 76;
  • blue value is 62.
RGB:
(61,76,62)
(24%,30%,24%)

RGB channels and saturation

R 61 of 255 = 24%
G 76 of 255 = 30%
B 62 of 255 = 24%

61
76
62

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

Portions of RGB colors in percentages

R + G + B =
61 + 76 + 62 = 199 (100%)
R 61 of 199 ~ 30.65%
G 76 of 199 ~ 38.19%
B 62 of 199 ~ 31.16%

%30.65
%38.19
%31.16

CMYK color model

#3D4C3E color CMYK value is (20,0,18,70).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 70.20%
CMYK:
(20,0,18,70)
C20M0Y18K70 
(20%,0%,18%,70%)
(0.20/0.00/0.18/0.70)	

CMYK percentages

%19.74
%0
%18.42
%70.2

Codes

Color #3D4C3E in popluar color models

3D4C3E
RGB617662
HSL124°10.95%26.86%
HSB/HSV124°19.74%29.80%
CMYK19.74%0.00%18.42%
70.20%

Color #3D4C3E in popluar number systems.

HEX3D4C3E
Decimal617662
Binary1111011001100111110
Octal7511476

Shades and tints

Shades of #3D4C3E

#3D4C3E
(61,76,62)
#384639
(56,70,57)
#334034
(51,64,52)
#2E3A2F
(46,58,47)
#29342A
(41,52,42)
#242E25
(36,46,37)
#1F2820
(31,40,32)
#1A221B
(26,34,27)
#151C16
(21,28,22)
#101611
(16,22,17)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #3D4C3E

#3D4C3E
(61,76,62)
#4E5C4F
(78,92,79)
#5F6C60
(95,108,96)
#707C71
(112,124,113)
#818C82
(129,140,130)
#929C93
(146,156,147)
#A3ACA4
(163,172,164)
#B4BCB5
(180,188,181)
#C5CCC6
(197,204,198)
#D6DCD7
(214,220,215)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4C3E color. Also use rgb(61,76,62) instead hex code.

Text Font Color

.myTextColor { color: #3D4C3E; }

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

This text font color is #3D4C3E.


Background Color

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

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

This div background color is #3D4C3E.


Border color

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

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

This div border color is #3D4C3E.


Opacity

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

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

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

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

This text has shadow with #3D4C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4C3E on black background.


Color preview on white background

This text has color #3D4C3E on white background.



Black color preview on #3D4C3E background

This text has black color on #3D4C3E background.


White color preview on #3D4C3E background

This text has white color on #3D4C3E background.