COLOR #3E6349

HEX: #3E6349
RGB: (62,99,73)

Renk bilgisi

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

RGB renk modeli

#3E6349 color RGB value is (62,99,73).

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

RGB bağlantıları ve doygunluk

R 62 of 255 = 24%
G 99 of 255 = 39%
B 73 of 255 = 29%

62
99
73

R + G + B ~ 31%. #3E6349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
62 + 99 + 73 = 234 (100%)
R 62 of 234 ~ 26.5%
G 99 of 234 ~ 42.31%
B 73 of 234 ~ 31.2%

%26.5
%42.31
%31.2

CMYK RENK MODELİ

#3E6349 rengi CMYK tonu (37,0,26,61).

  • camgöbeği tonu 37.37%
  • eflatun tonu 0.00%
  • sarı tonu 26.26%
  • ana renk tonu 61.18%
CMYK:
(37,0,26,61)
C37M0Y26K61 
(37%,0%,26%,61%)
(0.37/0.00/0.26/0.61)	

CMYK yüzdeleri

%37.37
%0
%26.26
%61.18

Codes

Color #3E6349 in popluar color models

3E6349
RGB629973
HSL138°22.98%31.57%
HSB/HSV138°37.37%38.82%
CMYK37.37%0.00%26.26%
61.18%

Color #3E6349 in popluar number systems.

HEX3E6349
Decimal629973
Binary11111011000111001001
Octal76143111

Shades and tints

Shades of #3E6349

#3E6349
(62,99,73)
#395A43
(57,90,67)
#34513D
(52,81,61)
#2F4837
(47,72,55)
#2A3F31
(42,63,49)
#25362B
(37,54,43)
#202D25
(32,45,37)
#1B241F
(27,36,31)
#161B19
(22,27,25)
#111213
(17,18,19)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #3E6349

#3E6349
(62,99,73)
#4F7159
(79,113,89)
#607F69
(96,127,105)
#718D79
(113,141,121)
#829B89
(130,155,137)
#93A999
(147,169,153)
#A4B7A9
(164,183,169)
#B5C5B9
(181,197,185)
#C6D3C9
(198,211,201)
#D7E1D9
(215,225,217)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6349; }

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

This text font color is #3E6349.


Background Color

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

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

This div background color is #3E6349.


Border color

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

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

This div border color is #3E6349.


Opacity

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

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

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

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

This text has shadow with #3E6349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6349 on black background.


Color preview on white background

This text has color #3E6349 on white background.



Black color preview on #3E6349 background

This text has black color on #3E6349 background.


White color preview on #3E6349 background

This text has white color on #3E6349 background.