COLOR #396246

HEX: #396246
RGB: (57,98,70)

Renk bilgisi

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

RGB renk modeli

#396246 color RGB value is (57,98,70).

  • kırmız ton 57;
  • yeşil ton 98;
  • mavi ton 70.
RGB:
(57,98,70)
(22%,38%,27%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 98 of 255 = 38%
B 70 of 255 = 27%

57
98
70

R + G + B ~ 29%. #396246 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 98 + 70 = 225 (100%)
R 57 of 225 ~ 25.33%
G 98 of 225 ~ 43.56%
B 70 of 225 ~ 31.11%

%25.33
%43.56
%31.11

CMYK RENK MODELİ

#396246 rengi CMYK tonu (42,0,29,62).

  • camgöbeği tonu 41.84%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 61.57%
CMYK:
(42,0,29,62)
C42M0Y29K62 
(42%,0%,29%,62%)
(0.42/0.00/0.29/0.62)	

CMYK yüzdeleri

%41.84
%0
%28.57
%61.57

Codes

Color #396246 in popluar color models

396246
RGB579870
HSL139°26.45%30.39%
HSB/HSV139°41.84%38.43%
CMYK41.84%0.00%28.57%
61.57%

Color #396246 in popluar number systems.

HEX396246
Decimal579870
Binary11100111000101000110
Octal71142106

Shades and tints

Shades of #396246

#396246
(57,98,70)
#345A40
(52,90,64)
#2F523A
(47,82,58)
#2A4A34
(42,74,52)
#25422E
(37,66,46)
#203A28
(32,58,40)
#1B3222
(27,50,34)
#162A1C
(22,42,28)
#112216
(17,34,22)
#0C1A10
(12,26,16)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #396246

#396246
(57,98,70)
#4B7056
(75,112,86)
#5D7E66
(93,126,102)
#6F8C76
(111,140,118)
#819A86
(129,154,134)
#93A896
(147,168,150)
#A5B6A6
(165,182,166)
#B7C4B6
(183,196,182)
#C9D2C6
(201,210,198)
#DBE0D6
(219,224,214)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396246 color. Also use rgb(57,98,70) instead hex code.

Text Font Color

.myTextColor { color: #396246; }

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

This text font color is #396246.


Background Color

.myBgColor { background-color: #396246; }

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

This div background color is #396246.


Border color

.myBorderColor { border: 1px solid #396246; }

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

This div border color is #396246.


Opacity

.myOpacity80 { color: #396246; opacity: 0.8; }

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

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

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

This text has shadow with #396246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396246 on black background.


Color preview on white background

This text has color #396246 on white background.



Black color preview on #396246 background

This text has black color on #396246 background.


White color preview on #396246 background

This text has white color on #396246 background.