COLOR #3C683D

HEX: #3C683D RGB: (60,104,61)

Color info

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

RGB color model

#3C683D color RGB value is (60,104,61).

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

RGB channels and saturation

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

60
104
61

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

Portions of RGB colors in percentages

R + G + B = 60 + 104 + 61 = 225 (100%)
R 60 of 225 ~ 26.67%
G 104 of 225 ~ 46.22%
B 61 of 225 ~ 27.11'%

%26.67
%46.22
%27.11

CMYK color model

#3C683D color CMYK value is (42,0,41,59).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 59.22%

CMYK: (42,0,41,59)
C42M0Y41K59 (42%, 0%, 41%, 59%)
(0.42 / 0.00 / 0.41 / 0.59)

CMYK percentages

%42.31
%0
%41.35
%59.22

Codes

Color #3C683D in popluar color models

3C 68 3D
RGB 60 104 61
HSL 121° 26.83% 32.16%
HSB/HSV 121° 42.31% 40.78%
CMYK 42.31% 0.00% 41.35%
59.22%

Color #3C683D in popluar number systems.

HEX 3C 68 3D
Decimal 60 104 61
Binary 111100 1101000 111101
Octal 74 150 75

Shades and tints

Shades of #3C683D

#3C683D
(60,104,61)
#375F38
(55,95,56)
#325633
(50,86,51)
#2D4D2E
(45,77,46)
#284429
(40,68,41)
#233B24
(35,59,36)
#1E321F
(30,50,31)
#19291A
(25,41,26)
#142015
(20,32,21)
#0F1710
(15,23,16)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #3C683D

#3C683D
(60,104,61)
#4D754E
(77,117,78)
#5E825F
(94,130,95)
#6F8F70
(111,143,112)
#809C81
(128,156,129)
#91A992
(145,169,146)
#A2B6A3
(162,182,163)
#B3C3B4
(179,195,180)
#C4D0C5
(196,208,197)
#D5DDD6
(213,221,214)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C683D; }

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

This text font color is #3C683D.

Background Color

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

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

This div background color is #3C683D.

Border color

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

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

This div border color is #3C683D.

Opacity

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

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

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

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

This text has shadow with #3C683D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C683D.

Preview

Color preview on black background

This text has color #3C683D on black background.


Color preview on white background

This text has color #3C683D on white background.


Black color preview on #3C683D background

This text has black color on #3C683D background.


White color preview on #3C683D background

This text has white color on #3C683D background.


Related colors

Complementary color

Complementary color for #hex is #C397C2.


I love getcolorcode.com

Triadic colors

1 #3D3C68 and #683D3C with #3C683D are triadic colors.

2 #3D683C and #683C3D with #3C683D are triadic colors.