COLOR #3E6767

HEX: #3E6767 RGB: (62,103,103)

Color info

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

RGB color model

#3E6767 color RGB value is (62,103,103).

RGB: (62,103,103) (24%, 40%, 40%)

RGB channels and saturation

R 62 of 255 = 24%
G 103 of 255 = 40%
B 103 of 255 = 40%

62
103
103

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

Portions of RGB colors in percentages

R + G + B = 62 + 103 + 103 = 268 (100%)
R 62 of 268 ~ 23.13%
G 103 of 268 ~ 38.43%
B 103 of 268 ~ 38.43'%

%23.13
%38.43
%38.43

CMYK color model

#3E6767 color CMYK value is (40,0,0,60).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (40,0,0,60)
C40M0Y0K60 (40%, 0%, 0%, 60%)
(0.40 / 0.00 / 0.00 / 0.60)

CMYK percentages

%39.81
%0
%0
%59.61

Codes

Color #3E6767 in popluar color models

3E 67 67
RGB 62 103 103
HSL 180° 24.85% 32.35%
HSB/HSV 180° 39.81% 40.39%
CMYK 39.81% 0.00% 0.00%
59.61%

Color #3E6767 in popluar number systems.

HEX 3E 67 67
Decimal 62 103 103
Binary 111110 1100111 1100111
Octal 76 147 147

Shades and tints

Shades of #3E6767

#3E6767
(62,103,103)
#395E5E
(57,94,94)
#345555
(52,85,85)
#2F4C4C
(47,76,76)
#2A4343
(42,67,67)
#253A3A
(37,58,58)
#203131
(32,49,49)
#1B2828
(27,40,40)
#161F1F
(22,31,31)
#111616
(17,22,22)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E6767

#3E6767
(62,103,103)
#4F7474
(79,116,116)
#608181
(96,129,129)
#718E8E
(113,142,142)
#829B9B
(130,155,155)
#93A8A8
(147,168,168)
#A4B5B5
(164,181,181)
#B5C2C2
(181,194,194)
#C6CFCF
(198,207,207)
#D7DCDC
(215,220,220)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6767 color. Also use rgb(62,103,103) instead hex code.

Text Font Color

.myTextColor { color: #3E6767; }

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

This text font color is #3E6767.

Background Color

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

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

This div background color is #3E6767.

Border color

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

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

This div border color is #3E6767.

Opacity

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

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

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

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

This text has shadow with #3E6767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6767.

Preview

Color preview on black background

This text has color #3E6767 on black background.


Color preview on white background

This text has color #3E6767 on white background.


Black color preview on #3E6767 background

This text has black color on #3E6767 background.


White color preview on #3E6767 background

This text has white color on #3E6767 background.


Related colors

Complementary color

Complementary color for #hex is #C19898.


I love getcolorcode.com