COLOR #3D4E3E

HEX: #3D4E3E
RGB: (61,78,62)

Color info

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

RGB color model

#3D4E3E color RGB value is (61,78,62).

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

RGB channels and saturation

R 61 of 255 = 24%
G 78 of 255 = 31%
B 62 of 255 = 24%

61
78
62

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

Portions of RGB colors in percentages

R + G + B =
61 + 78 + 62 = 201 (100%)
R 61 of 201 ~ 30.35%
G 78 of 201 ~ 38.81%
B 62 of 201 ~ 30.85%

%30.35
%38.81
%30.85

CMYK color model

#3D4E3E color CMYK value is (22,0,21,69).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 69.41%
CMYK:
(22,0,21,69)
C22M0Y21K69 
(22%,0%,21%,69%)
(0.22/0.00/0.21/0.69)	

CMYK percentages

%21.79
%0
%20.51
%69.41

Codes

Color #3D4E3E in popluar color models

3D4E3E
RGB617862
HSL124°12.23%27.25%
HSB/HSV124°21.79%30.59%
CMYK21.79%0.00%20.51%
69.41%

Color #3D4E3E in popluar number systems.

HEX3D4E3E
Decimal617862
Binary1111011001110111110
Octal7511676

Shades and tints

Shades of #3D4E3E

#3D4E3E
(61,78,62)
#384739
(56,71,57)
#334034
(51,64,52)
#2E392F
(46,57,47)
#29322A
(41,50,42)
#242B25
(36,43,37)
#1F2420
(31,36,32)
#1A1D1B
(26,29,27)
#151616
(21,22,22)
#100F11
(16,15,17)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #3D4E3E

#3D4E3E
(61,78,62)
#4E5E4F
(78,94,79)
#5F6E60
(95,110,96)
#707E71
(112,126,113)
#818E82
(129,142,130)
#929E93
(146,158,147)
#A3AEA4
(163,174,164)
#B4BEB5
(180,190,181)
#C5CEC6
(197,206,198)
#D6DED7
(214,222,215)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4E3E; }

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

This text font color is #3D4E3E.


Background Color

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

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

This div background color is #3D4E3E.


Border color

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

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

This div border color is #3D4E3E.


Opacity

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

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

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

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

This text has shadow with #3D4E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4E3E on black background.


Color preview on white background

This text has color #3D4E3E on white background.



Black color preview on #3D4E3E background

This text has black color on #3D4E3E background.


White color preview on #3D4E3E background

This text has white color on #3D4E3E background.