COLOR #3C6B51

HEX: #3C6B51 RGB: (60,107,81)

Color info

#3C6B51 contains red, green and blue colors in about the same proportion. Web safe color of #3C6B51 is #336666 (or #366).

RGB color model

#3C6B51 color RGB value is (60,107,81).

RGB: (60,107,81) (24%, 42%, 32%)

RGB channels and saturation

R 60 of 255 = 24%
G 107 of 255 = 42%
B 81 of 255 = 32%

60
107
81

R + G + B ~ 33%. #3C6B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 107 + 81 = 248 (100%)
R 60 of 248 ~ 24.19%
G 107 of 248 ~ 43.15%
B 81 of 248 ~ 32.66'%

%24.19
%43.15
%32.66

CMYK color model

#3C6B51 color CMYK value is (44,0,24,58).

  • cyan value is 43.93%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 58.04%

CMYK: (44,0,24,58)
C44M0Y24K58 (44%, 0%, 24%, 58%)
(0.44 / 0.00 / 0.24 / 0.58)

CMYK percentages

%43.93
%0
%24.3
%58.04

Codes

Color #3C6B51 in popluar color models

3C 6B 51
RGB 60 107 81
HSL 147° 28.14% 32.75%
HSB/HSV 147° 43.93% 41.96%
CMYK 43.93% 0.00% 24.30%
58.04%

Color #3C6B51 in popluar number systems.

HEX 3C 6B 51
Decimal 60 107 81
Binary 111100 1101011 1010001
Octal 74 153 121

Shades and tints

Shades of #3C6B51

#3C6B51
(60,107,81)
#37624A
(55,98,74)
#325943
(50,89,67)
#2D503C
(45,80,60)
#284735
(40,71,53)
#233E2E
(35,62,46)
#1E3527
(30,53,39)
#192C20
(25,44,32)
#142319
(20,35,25)
#0F1A12
(15,26,18)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #3C6B51

#3C6B51
(60,107,81)
#4D7860
(77,120,96)
#5E856F
(94,133,111)
#6F927E
(111,146,126)
#809F8D
(128,159,141)
#91AC9C
(145,172,156)
#A2B9AB
(162,185,171)
#B3C6BA
(179,198,186)
#C4D3C9
(196,211,201)
#D5E0D8
(213,224,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6B51 color. Also use rgb(60,107,81) instead hex code.

Text Font Color

.myTextColor { color: #3C6B51; }

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

This text font color is #3C6B51.

Background Color

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

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

This div background color is #3C6B51.

Border color

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

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

This div border color is #3C6B51.

Opacity

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

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

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

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

This text has shadow with #3C6B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6B51.

Preview

Color preview on black background

This text has color #3C6B51 on black background.


Color preview on white background

This text has color #3C6B51 on white background.


Black color preview on #3C6B51 background

This text has black color on #3C6B51 background.


White color preview on #3C6B51 background

This text has white color on #3C6B51 background.


Related colors

Complementary color

Complementary color for #hex is #C394AE.


I love getcolorcode.com

Triadic colors

1 #513C6B and #6B513C with #3C6B51 are triadic colors.

2 #516B3C and #6B3C51 with #3C6B51 are triadic colors.