COLOR #3C603E

HEX: #3C603E RGB: (60,96,62)

Color info

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

RGB color model

#3C603E color RGB value is (60,96,62).

RGB: (60,96,62) (24%, 38%, 24%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 62 of 255 = 24%

60
96
62

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

Portions of RGB colors in percentages

R + G + B = 60 + 96 + 62 = 218 (100%)
R 60 of 218 ~ 27.52%
G 96 of 218 ~ 44.04%
B 62 of 218 ~ 28.44'%

%27.52
%44.04
%28.44

CMYK color model

#3C603E color CMYK value is (38,0,35,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 35.42%
  • key color value is 62.35%

CMYK: (38,0,35,62)
C38M0Y35K62 (38%, 0%, 35%, 62%)
(0.38 / 0.00 / 0.35 / 0.62)

CMYK percentages

%37.5
%0
%35.42
%62.35

Codes

Color #3C603E in popluar color models

3C 60 3E
RGB 60 96 62
HSL 123° 23.08% 30.59%
HSB/HSV 123° 37.50% 37.65%
CMYK 37.50% 0.00% 35.42%
62.35%

Color #3C603E in popluar number systems.

HEX 3C 60 3E
Decimal 60 96 62
Binary 111100 1100000 111110
Octal 74 140 76

Shades and tints

Shades of #3C603E

#3C603E
(60,96,62)
#375839
(55,88,57)
#325034
(50,80,52)
#2D482F
(45,72,47)
#28402A
(40,64,42)
#233825
(35,56,37)
#1E3020
(30,48,32)
#19281B
(25,40,27)
#142016
(20,32,22)
#0F1811
(15,24,17)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #3C603E

#3C603E
(60,96,62)
#4D6E4F
(77,110,79)
#5E7C60
(94,124,96)
#6F8A71
(111,138,113)
#809882
(128,152,130)
#91A693
(145,166,147)
#A2B4A4
(162,180,164)
#B3C2B5
(179,194,181)
#C4D0C6
(196,208,198)
#D5DED7
(213,222,215)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C603E color. Also use rgb(60,96,62) instead hex code.

Text Font Color

.myTextColor { color: #3C603E; }

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

This text font color is #3C603E.

Background Color

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

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

This div background color is #3C603E.

Border color

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

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

This div border color is #3C603E.

Opacity

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

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

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

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

This text has shadow with #3C603E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C603E.

Preview

Color preview on black background

This text has color #3C603E on black background.


Color preview on white background

This text has color #3C603E on white background.


Black color preview on #3C603E background

This text has black color on #3C603E background.


White color preview on #3C603E background

This text has white color on #3C603E background.


Related colors

Complementary color

Complementary color for #hex is #C39FC1.


I love getcolorcode.com

Triadic colors

1 #3E3C60 and #603E3C with #3C603E are triadic colors.

2 #3E603C and #603C3E with #3C603E are triadic colors.