COLOR #3C743D

HEX: #3C743D
RGB: (60,116,61)

Color info

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

RGB color model

#3C743D color RGB value is (60,116,61).

  • red value is 60;
  • green value is 116;
  • blue value is 61.
RGB:
(60,116,61)
(24%,45%,24%)

RGB channels and saturation

R 60 of 255 = 24%
G 116 of 255 = 45%
B 61 of 255 = 24%

60
116
61

R + G + B ~ 31%. #3C743D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 116 + 61 = 237 (100%)
R 60 of 237 ~ 25.32%
G 116 of 237 ~ 48.95%
B 61 of 237 ~ 25.74%

%25.32
%48.95
%25.74

CMYK color model

#3C743D color CMYK value is (48,0,47,55).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 47.41%
  • key color value is 54.51%
CMYK:
(48,0,47,55)
C48M0Y47K55 
(48%,0%,47%,55%)
(0.48/0.00/0.47/0.55)	

CMYK percentages

%48.28
%0
%47.41
%54.51

Codes

Color #3C743D in popluar color models

3C743D
RGB6011661
HSL121°31.82%34.51%
HSB/HSV121°48.28%45.49%
CMYK48.28%0.00%47.41%
54.51%

Color #3C743D in popluar number systems.

HEX3C743D
Decimal6011661
Binary1111001110100111101
Octal7416475

Shades and tints

Shades of #3C743D

#3C743D
(60,116,61)
#376A38
(55,106,56)
#326033
(50,96,51)
#2D562E
(45,86,46)
#284C29
(40,76,41)
#234224
(35,66,36)
#1E381F
(30,56,31)
#192E1A
(25,46,26)
#142415
(20,36,21)
#0F1A10
(15,26,16)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #3C743D

#3C743D
(60,116,61)
#4D804E
(77,128,78)
#5E8C5F
(94,140,95)
#6F9870
(111,152,112)
#80A481
(128,164,129)
#91B092
(145,176,146)
#A2BCA3
(162,188,163)
#B3C8B4
(179,200,180)
#C4D4C5
(196,212,197)
#D5E0D6
(213,224,214)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C743D; }

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

This text font color is #3C743D.


Background Color

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

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

This div background color is #3C743D.


Border color

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

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

This div border color is #3C743D.


Opacity

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

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

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

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

This text has shadow with #3C743D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C743D on black background.


Color preview on white background

This text has color #3C743D on white background.



Black color preview on #3C743D background

This text has black color on #3C743D background.


White color preview on #3C743D background

This text has white color on #3C743D background.