COLOR #3D693C

HEX: #3D693C RGB: (61,105,60)

Color info

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

RGB color model

#3D693C color RGB value is (61,105,60).

RGB: (61,105,60) (24%, 41%, 24%)

RGB channels and saturation

R 61 of 255 = 24%
G 105 of 255 = 41%
B 60 of 255 = 24%

61
105
60

R + G + B ~ 30%. #3D693C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 105 + 60 = 226 (100%)
R 61 of 226 ~ 26.99%
G 105 of 226 ~ 46.46%
B 60 of 226 ~ 26.55'%

%26.99
%46.46
%26.55

CMYK color model

#3D693C color CMYK value is (42,0,43,59).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 58.82%

CMYK: (42,0,43,59)
C42M0Y43K59 (42%, 0%, 43%, 59%)
(0.42 / 0.00 / 0.43 / 0.59)

CMYK percentages

%41.9
%0
%42.86
%58.82

Codes

Color #3D693C in popluar color models

3D 69 3C
RGB 61 105 60
HSL 119° 27.27% 32.35%
HSB/HSV 119° 42.86% 41.18%
CMYK 41.90% 0.00% 42.86%
58.82%

Color #3D693C in popluar number systems.

HEX 3D 69 3C
Decimal 61 105 60
Binary 111101 1101001 111100
Octal 75 151 74

Shades and tints

Shades of #3D693C

#3D693C
(61,105,60)
#386037
(56,96,55)
#335732
(51,87,50)
#2E4E2D
(46,78,45)
#294528
(41,69,40)
#243C23
(36,60,35)
#1F331E
(31,51,30)
#1A2A19
(26,42,25)
#152114
(21,33,20)
#10180F
(16,24,15)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #3D693C

#3D693C
(61,105,60)
#4E764D
(78,118,77)
#5F835E
(95,131,94)
#70906F
(112,144,111)
#819D80
(129,157,128)
#92AA91
(146,170,145)
#A3B7A2
(163,183,162)
#B4C4B3
(180,196,179)
#C5D1C4
(197,209,196)
#D6DED5
(214,222,213)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D693C color. Also use rgb(61,105,60) instead hex code.

Text Font Color

.myTextColor { color: #3D693C; }

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

This text font color is #3D693C.

Background Color

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

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

This div background color is #3D693C.

Border color

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

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

This div border color is #3D693C.

Opacity

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

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

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

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

This text has shadow with #3D693C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D693C.

Preview

Color preview on black background

This text has color #3D693C on black background.


Color preview on white background

This text has color #3D693C on white background.


Black color preview on #3D693C background

This text has black color on #3D693C background.


White color preview on #3D693C background

This text has white color on #3D693C background.


Related colors

Complementary color

Complementary color for #hex is #C296C3.


I love getcolorcode.com

Triadic colors

1 #3C3D69 and #693C3D with #3D693C are triadic colors.

2 #3C693D and #693D3C with #3D693C are triadic colors.