COLOR #3E493F

HEX: #3E493F
RGB: (62,73,63)

Renk bilgisi

#3E493F contains red, green and blue colors in about the same proportion. #3E493F ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#3E493F color RGB value is (62,73,63).

  • kırmız ton 62;
  • yeşil ton 73;
  • mavi ton 63.
RGB:
(62,73,63)
(24%,29%,25%)

RGB bağlantıları ve doygunluk

R 62 of 255 = 24%
G 73 of 255 = 29%
B 63 of 255 = 25%

62
73
63

R + G + B ~ 26%. #3E493F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
62 + 73 + 63 = 198 (100%)
R 62 of 198 ~ 31.31%
G 73 of 198 ~ 36.87%
B 63 of 198 ~ 31.82%

%31.31
%36.87
%31.82

CMYK RENK MODELİ

#3E493F rengi CMYK tonu (15,0,14,71).

  • camgöbeği tonu 15.07%
  • eflatun tonu 0.00%
  • sarı tonu 13.70%
  • ana renk tonu 71.37%
CMYK:
(15,0,14,71)
C15M0Y14K71 
(15%,0%,14%,71%)
(0.15/0.00/0.14/0.71)	

CMYK yüzdeleri

%15.07
%0
%13.7
%71.37

Codes

Color #3E493F in popluar color models

3E493F
RGB627363
HSL125°8.15%26.47%
HSB/HSV125°15.07%28.63%
CMYK15.07%0.00%13.70%
71.37%

Color #3E493F in popluar number systems.

HEX3E493F
Decimal627363
Binary1111101001001111111
Octal7611177

Shades and tints

Shades of #3E493F

#3E493F
(62,73,63)
#39433A
(57,67,58)
#343D35
(52,61,53)
#2F3730
(47,55,48)
#2A312B
(42,49,43)
#252B26
(37,43,38)
#202521
(32,37,33)
#1B1F1C
(27,31,28)
#161917
(22,25,23)
#111312
(17,19,18)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E493F

#3E493F
(62,73,63)
#4F5950
(79,89,80)
#606961
(96,105,97)
#717972
(113,121,114)
#828983
(130,137,131)
#939994
(147,153,148)
#A4A9A5
(164,169,165)
#B5B9B6
(181,185,182)
#C6C9C7
(198,201,199)
#D7D9D8
(215,217,216)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E493F; }

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

This text font color is #3E493F.


Background Color

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

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

This div background color is #3E493F.


Border color

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

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

This div border color is #3E493F.


Opacity

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

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

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

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

This text has shadow with #3E493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E493F on black background.


Color preview on white background

This text has color #3E493F on white background.



Black color preview on #3E493F background

This text has black color on #3E493F background.


White color preview on #3E493F background

This text has white color on #3E493F background.