COLOR #396340

HEX: #396340
RGB: (57,99,64)

Renk bilgisi

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

RGB renk modeli

#396340 color RGB value is (57,99,64).

  • kırmız ton 57;
  • yeşil ton 99;
  • mavi ton 64.
RGB:
(57,99,64)
(22%,39%,25%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 99 of 255 = 39%
B 64 of 255 = 25%

57
99
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 99 + 64 = 220 (100%)
R 57 of 220 ~ 25.91%
G 99 of 220 ~ 45%
B 64 of 220 ~ 29.09%

%25.91
%45
%29.09

CMYK RENK MODELİ

#396340 rengi CMYK tonu (42,0,35,61).

  • camgöbeği tonu 42.42%
  • eflatun tonu 0.00%
  • sarı tonu 35.35%
  • ana renk tonu 61.18%
CMYK:
(42,0,35,61)
C42M0Y35K61 
(42%,0%,35%,61%)
(0.42/0.00/0.35/0.61)	

CMYK yüzdeleri

%42.42
%0
%35.35
%61.18

Codes

Color #396340 in popluar color models

396340
RGB579964
HSL130°26.92%30.59%
HSB/HSV130°42.42%38.82%
CMYK42.42%0.00%35.35%
61.18%

Color #396340 in popluar number systems.

HEX396340
Decimal579964
Binary11100111000111000000
Octal71143100

Shades and tints

Shades of #396340

#396340
(57,99,64)
#345A3B
(52,90,59)
#2F5136
(47,81,54)
#2A4831
(42,72,49)
#253F2C
(37,63,44)
#203627
(32,54,39)
#1B2D22
(27,45,34)
#16241D
(22,36,29)
#111B18
(17,27,24)
#0C1213
(12,18,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #396340

#396340
(57,99,64)
#4B7151
(75,113,81)
#5D7F62
(93,127,98)
#6F8D73
(111,141,115)
#819B84
(129,155,132)
#93A995
(147,169,149)
#A5B7A6
(165,183,166)
#B7C5B7
(183,197,183)
#C9D3C8
(201,211,200)
#DBE1D9
(219,225,217)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396340 color. Also use rgb(57,99,64) instead hex code.

Text Font Color

.myTextColor { color: #396340; }

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

This text font color is #396340.


Background Color

.myBgColor { background-color: #396340; }

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

This div background color is #396340.


Border color

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

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

This div border color is #396340.


Opacity

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

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

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

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

This text has shadow with #396340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396340 on black background.


Color preview on white background

This text has color #396340 on white background.



Black color preview on #396340 background

This text has black color on #396340 background.


White color preview on #396340 background

This text has white color on #396340 background.