COLOR #3C765A

HEX: #3C765A
RGB: (60,118,90)

Color info

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

RGB color model

#3C765A color RGB value is (60,118,90).

  • red value is 60;
  • green value is 118;
  • blue value is 90.
RGB:
(60,118,90)
(24%,46%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 90 of 255 = 35%

60
118
90

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

Portions of RGB colors in percentages

R + G + B =
60 + 118 + 90 = 268 (100%)
R 60 of 268 ~ 22.39%
G 118 of 268 ~ 44.03%
B 90 of 268 ~ 33.58%

%22.39
%44.03
%33.58

CMYK color model

#3C765A color CMYK value is (49,0,24,54).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK:
(49,0,24,54)
C49M0Y24K54 
(49%,0%,24%,54%)
(0.49/0.00/0.24/0.54)	

CMYK percentages

%49.15
%0
%23.73
%53.73

Codes

Color #3C765A in popluar color models

3C765A
RGB6011890
HSL151°32.58%34.90%
HSB/HSV151°49.15%46.27%
CMYK49.15%0.00%23.73%
53.73%

Color #3C765A in popluar number systems.

HEX3C765A
Decimal6011890
Binary11110011101101011010
Octal74166132

Shades and tints

Shades of #3C765A

#3C765A
(60,118,90)
#376C52
(55,108,82)
#32624A
(50,98,74)
#2D5842
(45,88,66)
#284E3A
(40,78,58)
#234432
(35,68,50)
#1E3A2A
(30,58,42)
#193022
(25,48,34)
#14261A
(20,38,26)
#0F1C12
(15,28,18)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #3C765A

#3C765A
(60,118,90)
#4D8269
(77,130,105)
#5E8E78
(94,142,120)
#6F9A87
(111,154,135)
#80A696
(128,166,150)
#91B2A5
(145,178,165)
#A2BEB4
(162,190,180)
#B3CAC3
(179,202,195)
#C4D6D2
(196,214,210)
#D5E2E1
(213,226,225)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C765A color. Also use rgb(60,118,90) instead hex code.

Text Font Color

.myTextColor { color: #3C765A; }

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

This text font color is #3C765A.


Background Color

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

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

This div background color is #3C765A.


Border color

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

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

This div border color is #3C765A.


Opacity

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

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

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

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

This text has shadow with #3C765A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C765A on black background.


Color preview on white background

This text has color #3C765A on white background.



Black color preview on #3C765A background

This text has black color on #3C765A background.


White color preview on #3C765A background

This text has white color on #3C765A background.