COLOR #3D6C58

HEX: #3D6C58
RGB: (61,108,88)

Color info

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

RGB color model

#3D6C58 color RGB value is (61,108,88).

  • red value is 61;
  • green value is 108;
  • blue value is 88.
RGB:
(61,108,88)
(24%,42%,35%)

RGB channels and saturation

R 61 of 255 = 24%
G 108 of 255 = 42%
B 88 of 255 = 35%

61
108
88

R + G + B ~ 34%. #3D6C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 108 + 88 = 257 (100%)
R 61 of 257 ~ 23.74%
G 108 of 257 ~ 42.02%
B 88 of 257 ~ 34.24%

%23.74
%42.02
%34.24

CMYK color model

#3D6C58 color CMYK value is (44,0,19,58).

  • cyan value is 43.52%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 57.65%
CMYK:
(44,0,19,58)
C44M0Y19K58 
(44%,0%,19%,58%)
(0.44/0.00/0.19/0.58)	

CMYK percentages

%43.52
%0
%18.52
%57.65

Codes

Color #3D6C58 in popluar color models

3D6C58
RGB6110888
HSL154°27.81%33.14%
HSB/HSV154°43.52%42.35%
CMYK43.52%0.00%18.52%
57.65%

Color #3D6C58 in popluar number systems.

HEX3D6C58
Decimal6110888
Binary11110111011001011000
Octal75154130

Shades and tints

Shades of #3D6C58

#3D6C58
(61,108,88)
#386350
(56,99,80)
#335A48
(51,90,72)
#2E5140
(46,81,64)
#294838
(41,72,56)
#243F30
(36,63,48)
#1F3628
(31,54,40)
#1A2D20
(26,45,32)
#152418
(21,36,24)
#101B10
(16,27,16)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #3D6C58

#3D6C58
(61,108,88)
#4E7967
(78,121,103)
#5F8676
(95,134,118)
#709385
(112,147,133)
#81A094
(129,160,148)
#92ADA3
(146,173,163)
#A3BAB2
(163,186,178)
#B4C7C1
(180,199,193)
#C5D4D0
(197,212,208)
#D6E1DF
(214,225,223)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6C58 color. Also use rgb(61,108,88) instead hex code.

Text Font Color

.myTextColor { color: #3D6C58; }

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

This text font color is #3D6C58.


Background Color

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

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

This div background color is #3D6C58.


Border color

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

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

This div border color is #3D6C58.


Opacity

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

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

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

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

This text has shadow with #3D6C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6C58 on black background.


Color preview on white background

This text has color #3D6C58 on white background.



Black color preview on #3D6C58 background

This text has black color on #3D6C58 background.


White color preview on #3D6C58 background

This text has white color on #3D6C58 background.