COLOR #3E493B

HEX: #3E493B
RGB: (62,73,59)

Renk bilgisi

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

RGB renk modeli

#3E493B color RGB value is (62,73,59).

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

RGB bağlantıları ve doygunluk

R 62 of 255 = 24%
G 73 of 255 = 29%
B 59 of 255 = 23%

62
73
59

R + G + B ~ 25%. #3E493B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
62 + 73 + 59 = 194 (100%)
R 62 of 194 ~ 31.96%
G 73 of 194 ~ 37.63%
B 59 of 194 ~ 30.41%

%31.96
%37.63
%30.41

CMYK RENK MODELİ

#3E493B rengi CMYK tonu (15,0,19,71).

  • camgöbeği tonu 15.07%
  • eflatun tonu 0.00%
  • sarı tonu 19.18%
  • ana renk tonu 71.37%
CMYK:
(15,0,19,71)
C15M0Y19K71 
(15%,0%,19%,71%)
(0.15/0.00/0.19/0.71)	

CMYK yüzdeleri

%15.07
%0
%19.18
%71.37

Codes

Color #3E493B in popluar color models

3E493B
RGB627359
HSL107°10.61%25.88%
HSB/HSV107°19.18%28.63%
CMYK15.07%0.00%19.18%
71.37%

Color #3E493B in popluar number systems.

HEX3E493B
Decimal627359
Binary1111101001001111011
Octal7611173

Shades and tints

Shades of #3E493B

#3E493B
(62,73,59)
#394336
(57,67,54)
#343D31
(52,61,49)
#2F372C
(47,55,44)
#2A3127
(42,49,39)
#252B22
(37,43,34)
#20251D
(32,37,29)
#1B1F18
(27,31,24)
#161913
(22,25,19)
#11130E
(17,19,14)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #3E493B

#3E493B
(62,73,59)
#4F594C
(79,89,76)
#60695D
(96,105,93)
#71796E
(113,121,110)
#82897F
(130,137,127)
#939990
(147,153,144)
#A4A9A1
(164,169,161)
#B5B9B2
(181,185,178)
#C6C9C3
(198,201,195)
#D7D9D4
(215,217,212)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E493B; }

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

This text font color is #3E493B.


Background Color

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

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

This div background color is #3E493B.


Border color

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

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

This div border color is #3E493B.


Opacity

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

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

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

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

This text has shadow with #3E493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E493B on black background.


Color preview on white background

This text has color #3E493B on white background.



Black color preview on #3E493B background

This text has black color on #3E493B background.


White color preview on #3E493B background

This text has white color on #3E493B background.