COLOR #3C7958

HEX: #3C7958
RGB: (60,121,88)

Color info

#3C7958 contains mainly green and blue colors. Web safe color of #3C7958 is #336666 (or #366).

RGB color model

#3C7958 color RGB value is (60,121,88).

  • red value is 60;
  • green value is 121;
  • blue value is 88.
RGB:
(60,121,88)
(24%,47%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 121 of 255 = 47%
B 88 of 255 = 35%

60
121
88

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

Portions of RGB colors in percentages

R + G + B =
60 + 121 + 88 = 269 (100%)
R 60 of 269 ~ 22.3%
G 121 of 269 ~ 44.98%
B 88 of 269 ~ 32.71%

%22.3
%44.98
%32.71

CMYK color model

#3C7958 color CMYK value is (50,0,27,53).

  • cyan value is 50.41%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(50,0,27,53)
C50M0Y27K53 
(50%,0%,27%,53%)
(0.50/0.00/0.27/0.53)	

CMYK percentages

%50.41
%0
%27.27
%52.55

Codes

Color #3C7958 in popluar color models

3C7958
RGB6012188
HSL148°33.70%35.49%
HSB/HSV148°50.41%47.45%
CMYK50.41%0.00%27.27%
52.55%

Color #3C7958 in popluar number systems.

HEX3C7958
Decimal6012188
Binary11110011110011011000
Octal74171130

Shades and tints

Shades of #3C7958

#3C7958
(60,121,88)
#376E50
(55,110,80)
#326348
(50,99,72)
#2D5840
(45,88,64)
#284D38
(40,77,56)
#234230
(35,66,48)
#1E3728
(30,55,40)
#192C20
(25,44,32)
#142118
(20,33,24)
#0F1610
(15,22,16)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #3C7958

#3C7958
(60,121,88)
#4D8567
(77,133,103)
#5E9176
(94,145,118)
#6F9D85
(111,157,133)
#80A994
(128,169,148)
#91B5A3
(145,181,163)
#A2C1B2
(162,193,178)
#B3CDC1
(179,205,193)
#C4D9D0
(196,217,208)
#D5E5DF
(213,229,223)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7958 color. Also use rgb(60,121,88) instead hex code.

Text Font Color

.myTextColor { color: #3C7958; }

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

This text font color is #3C7958.


Background Color

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

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

This div background color is #3C7958.


Border color

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

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

This div border color is #3C7958.


Opacity

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

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

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

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

This text has shadow with #3C7958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7958 on black background.


Color preview on white background

This text has color #3C7958 on white background.



Black color preview on #3C7958 background

This text has black color on #3C7958 background.


White color preview on #3C7958 background

This text has white color on #3C7958 background.