COLOR #3C827D

HEX: #3C827D RGB: (60,130,125)

Color info

#3C827D contains mainly green and blue colors. Web safe color of #3C827D is #339966 (or #396).

RGB color model

#3C827D color RGB value is (60,130,125).

RGB: (60,130,125) (24%, 51%, 49%)

RGB channels and saturation

R 60 of 255 = 24%
G 130 of 255 = 51%
B 125 of 255 = 49%

60
130
125

R + G + B ~ 41%. #3C827D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 60 + 130 + 125 = 315 (100%)
R 60 of 315 ~ 19.05%
G 130 of 315 ~ 41.27%
B 125 of 315 ~ 39.68'%

%19.05
%41.27
%39.68

CMYK color model

#3C827D color CMYK value is (54,0,4,49).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%

CMYK: (54,0,4,49)
C54M0Y4K49 (54%, 0%, 4%, 49%)
(0.54 / 0.00 / 0.04 / 0.49)

CMYK percentages

%53.85
%0
%3.85
%49.02

Codes

Color #3C827D in popluar color models

3C 82 7D
RGB 60 130 125
HSL 176° 36.84% 37.25%
HSB/HSV 176° 53.85% 50.98%
CMYK 53.85% 0.00% 3.85%
49.02%

Color #3C827D in popluar number systems.

HEX 3C 82 7D
Decimal 60 130 125
Binary 111100 10000010 1111101
Octal 74 202 175

Shades and tints

Shades of #3C827D

#3C827D
(60,130,125)
#377772
(55,119,114)
#326C67
(50,108,103)
#2D615C
(45,97,92)
#285651
(40,86,81)
#234B46
(35,75,70)
#1E403B
(30,64,59)
#193530
(25,53,48)
#142A25
(20,42,37)
#0F1F1A
(15,31,26)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #3C827D

#3C827D
(60,130,125)
#4D8D88
(77,141,136)
#5E9893
(94,152,147)
#6FA39E
(111,163,158)
#80AEA9
(128,174,169)
#91B9B4
(145,185,180)
#A2C4BF
(162,196,191)
#B3CFCA
(179,207,202)
#C4DAD5
(196,218,213)
#D5E5E0
(213,229,224)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C827D color. Also use rgb(60,130,125) instead hex code.

Text Font Color

.myTextColor { color: #3C827D; }

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

This text font color is #3C827D.

Background Color

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

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

This div background color is #3C827D.

Border color

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

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

This div border color is #3C827D.

Opacity

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

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

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

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

This text has shadow with #3C827D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C827D.

Preview

Color preview on black background

This text has color #3C827D on black background.


Color preview on white background

This text has color #3C827D on white background.


Black color preview on #3C827D background

This text has black color on #3C827D background.


White color preview on #3C827D background

This text has white color on #3C827D background.


Related colors

Complementary color

Complementary color for #hex is #C37D82.


I love getcolorcode.com

Triadic colors

1 #7D3C82 and #827D3C with #3C827D are triadic colors.

2 #7D823C and #823C7D with #3C827D are triadic colors.