COLOR #3C653A

HEX: #3C653A RGB: (60,101,58)

Color info

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

RGB color model

#3C653A color RGB value is (60,101,58).

RGB: (60,101,58) (24%, 40%, 23%)

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 58 of 255 = 23%

60
101
58

R + G + B ~ 29%. #3C653A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 101 + 58 = 219 (100%)
R 60 of 219 ~ 27.4%
G 101 of 219 ~ 46.12%
B 58 of 219 ~ 26.48'%

%27.4
%46.12
%26.48

CMYK color model

#3C653A color CMYK value is (41,0,43,60).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 60.39%

CMYK: (41,0,43,60)
C41M0Y43K60 (41%, 0%, 43%, 60%)
(0.41 / 0.00 / 0.43 / 0.60)

CMYK percentages

%40.59
%0
%42.57
%60.39

Codes

Color #3C653A in popluar color models

3C 65 3A
RGB 60 101 58
HSL 117° 27.04% 31.18%
HSB/HSV 117° 42.57% 39.61%
CMYK 40.59% 0.00% 42.57%
60.39%

Color #3C653A in popluar number systems.

HEX 3C 65 3A
Decimal 60 101 58
Binary 111100 1100101 111010
Octal 74 145 72

Shades and tints

Shades of #3C653A

#3C653A
(60,101,58)
#375C35
(55,92,53)
#325330
(50,83,48)
#2D4A2B
(45,74,43)
#284126
(40,65,38)
#233821
(35,56,33)
#1E2F1C
(30,47,28)
#192617
(25,38,23)
#141D12
(20,29,18)
#0F140D
(15,20,13)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #3C653A

#3C653A
(60,101,58)
#4D734B
(77,115,75)
#5E815C
(94,129,92)
#6F8F6D
(111,143,109)
#809D7E
(128,157,126)
#91AB8F
(145,171,143)
#A2B9A0
(162,185,160)
#B3C7B1
(179,199,177)
#C4D5C2
(196,213,194)
#D5E3D3
(213,227,211)
#E6F1E4
(230,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C653A color. Also use rgb(60,101,58) instead hex code.

Text Font Color

.myTextColor { color: #3C653A; }

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

This text font color is #3C653A.

Background Color

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

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

This div background color is #3C653A.

Border color

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

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

This div border color is #3C653A.

Opacity

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

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

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

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

This text has shadow with #3C653A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C653A.

Preview

Color preview on black background

This text has color #3C653A on black background.


Color preview on white background

This text has color #3C653A on white background.


Black color preview on #3C653A background

This text has black color on #3C653A background.


White color preview on #3C653A background

This text has white color on #3C653A background.


Related colors

Complementary color

Complementary color for #hex is #C39AC5.


I love getcolorcode.com

Triadic colors

1 #3A3C65 and #653A3C with #3C653A are triadic colors.

2 #3A653C and #653C3A with #3C653A are triadic colors.