COLOR #3E6464

HEX: #3E6464
RGB: (62,100,100)

Color info

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

RGB color model

#3E6464 color RGB value is (62,100,100).

  • red value is 62;
  • green value is 100;
  • blue value is 100.
RGB:
(62,100,100)
(24%,39%,39%)

RGB channels and saturation

R 62 of 255 = 24%
G 100 of 255 = 39%
B 100 of 255 = 39%

62
100
100

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

Portions of RGB colors in percentages

R + G + B =
62 + 100 + 100 = 262 (100%)
R 62 of 262 ~ 23.66%
G 100 of 262 ~ 38.17%
B 100 of 262 ~ 38.17%

%23.66
%38.17
%38.17

CMYK color model

#3E6464 color CMYK value is (38,0,0,61).

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(38,0,0,61)
C38M0Y0K61 
(38%,0%,0%,61%)
(0.38/0.00/0.00/0.61)	

CMYK percentages

%38
%0
%0
%60.78

Codes

Color #3E6464 in popluar color models

3E6464
RGB62100100
HSL180°23.46%31.76%
HSB/HSV180°38.00%39.22%
CMYK38.00%0.00%0.00%
60.78%

Color #3E6464 in popluar number systems.

HEX3E6464
Decimal62100100
Binary11111011001001100100
Octal76144144

Shades and tints

Shades of #3E6464

#3E6464
(62,100,100)
#395B5B
(57,91,91)
#345252
(52,82,82)
#2F4949
(47,73,73)
#2A4040
(42,64,64)
#253737
(37,55,55)
#202E2E
(32,46,46)
#1B2525
(27,37,37)
#161C1C
(22,28,28)
#111313
(17,19,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #3E6464

#3E6464
(62,100,100)
#4F7272
(79,114,114)
#608080
(96,128,128)
#718E8E
(113,142,142)
#829C9C
(130,156,156)
#93AAAA
(147,170,170)
#A4B8B8
(164,184,184)
#B5C6C6
(181,198,198)
#C6D4D4
(198,212,212)
#D7E2E2
(215,226,226)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6464; }

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

This text font color is #3E6464.


Background Color

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

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

This div background color is #3E6464.


Border color

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

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

This div border color is #3E6464.


Opacity

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

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

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

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

This text has shadow with #3E6464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6464 on black background.


Color preview on white background

This text has color #3E6464 on white background.



Black color preview on #3E6464 background

This text has black color on #3E6464 background.


White color preview on #3E6464 background

This text has white color on #3E6464 background.