COLOR #3C673F

HEX: #3C673F
RGB: (60,103,63)

Color info

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

RGB color model

#3C673F color RGB value is (60,103,63).

  • red value is 60;
  • green value is 103;
  • blue value is 63.
RGB:
(60,103,63)
(24%,40%,25%)

RGB channels and saturation

R 60 of 255 = 24%
G 103 of 255 = 40%
B 63 of 255 = 25%

60
103
63

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

Portions of RGB colors in percentages

R + G + B =
60 + 103 + 63 = 226 (100%)
R 60 of 226 ~ 26.55%
G 103 of 226 ~ 45.58%
B 63 of 226 ~ 27.88%

%26.55
%45.58
%27.88

CMYK color model

#3C673F color CMYK value is (42,0,39,60).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 38.83%
  • key color value is 59.61%
CMYK:
(42,0,39,60)
C42M0Y39K60 
(42%,0%,39%,60%)
(0.42/0.00/0.39/0.60)	

CMYK percentages

%41.75
%0
%38.83
%59.61

Codes

Color #3C673F in popluar color models

3C673F
RGB6010363
HSL124°26.38%31.96%
HSB/HSV124°41.75%40.39%
CMYK41.75%0.00%38.83%
59.61%

Color #3C673F in popluar number systems.

HEX3C673F
Decimal6010363
Binary1111001100111111111
Octal7414777

Shades and tints

Shades of #3C673F

#3C673F
(60,103,63)
#375E3A
(55,94,58)
#325535
(50,85,53)
#2D4C30
(45,76,48)
#28432B
(40,67,43)
#233A26
(35,58,38)
#1E3121
(30,49,33)
#19281C
(25,40,28)
#141F17
(20,31,23)
#0F1612
(15,22,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #3C673F

#3C673F
(60,103,63)
#4D7450
(77,116,80)
#5E8161
(94,129,97)
#6F8E72
(111,142,114)
#809B83
(128,155,131)
#91A894
(145,168,148)
#A2B5A5
(162,181,165)
#B3C2B6
(179,194,182)
#C4CFC7
(196,207,199)
#D5DCD8
(213,220,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C673F color. Also use rgb(60,103,63) instead hex code.

Text Font Color

.myTextColor { color: #3C673F; }

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

This text font color is #3C673F.


Background Color

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

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

This div background color is #3C673F.


Border color

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

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

This div border color is #3C673F.


Opacity

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

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

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

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

This text has shadow with #3C673F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C673F on black background.


Color preview on white background

This text has color #3C673F on white background.



Black color preview on #3C673F background

This text has black color on #3C673F background.


White color preview on #3C673F background

This text has white color on #3C673F background.