COLOR #3C755D

HEX: #3C755D
RGB: (60,117,93)

Color info

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

RGB color model

#3C755D color RGB value is (60,117,93).

  • red value is 60;
  • green value is 117;
  • blue value is 93.
RGB:
(60,117,93)
(24%,46%,36%)

RGB channels and saturation

R 60 of 255 = 24%
G 117 of 255 = 46%
B 93 of 255 = 36%

60
117
93

R + G + B ~ 35%. #3C755D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 117 + 93 = 270 (100%)
R 60 of 270 ~ 22.22%
G 117 of 270 ~ 43.33%
B 93 of 270 ~ 34.44%

%22.22
%43.33
%34.44

CMYK color model

#3C755D color CMYK value is (49,0,21,54).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(49,0,21,54)
C49M0Y21K54 
(49%,0%,21%,54%)
(0.49/0.00/0.21/0.54)	

CMYK percentages

%48.72
%0
%20.51
%54.12

Codes

Color #3C755D in popluar color models

3C755D
RGB6011793
HSL155°32.20%34.71%
HSB/HSV155°48.72%45.88%
CMYK48.72%0.00%20.51%
54.12%

Color #3C755D in popluar number systems.

HEX3C755D
Decimal6011793
Binary11110011101011011101
Octal74165135

Shades and tints

Shades of #3C755D

#3C755D
(60,117,93)
#376B55
(55,107,85)
#32614D
(50,97,77)
#2D5745
(45,87,69)
#284D3D
(40,77,61)
#234335
(35,67,53)
#1E392D
(30,57,45)
#192F25
(25,47,37)
#14251D
(20,37,29)
#0F1B15
(15,27,21)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #3C755D

#3C755D
(60,117,93)
#4D816B
(77,129,107)
#5E8D79
(94,141,121)
#6F9987
(111,153,135)
#80A595
(128,165,149)
#91B1A3
(145,177,163)
#A2BDB1
(162,189,177)
#B3C9BF
(179,201,191)
#C4D5CD
(196,213,205)
#D5E1DB
(213,225,219)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C755D color. Also use rgb(60,117,93) instead hex code.

Text Font Color

.myTextColor { color: #3C755D; }

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

This text font color is #3C755D.


Background Color

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

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

This div background color is #3C755D.


Border color

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

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

This div border color is #3C755D.


Opacity

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

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

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

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

This text has shadow with #3C755D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C755D on black background.


Color preview on white background

This text has color #3C755D on white background.



Black color preview on #3C755D background

This text has black color on #3C755D background.


White color preview on #3C755D background

This text has white color on #3C755D background.