COLOR #396328

HEX: #396328
RGB: (57,99,40)

Renk bilgisi

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

RGB renk modeli

#396328 color RGB value is (57,99,40).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 99 of 255 = 39%
B 40 of 255 = 16%

57
99
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 99 + 40 = 196 (100%)
R 57 of 196 ~ 29.08%
G 99 of 196 ~ 50.51%
B 40 of 196 ~ 20.41%

%29.08
%50.51
%20.41

CMYK RENK MODELİ

#396328 rengi CMYK tonu (42,0,60,61).

  • camgöbeği tonu 42.42%
  • eflatun tonu 0.00%
  • sarı tonu 59.60%
  • ana renk tonu 61.18%
CMYK:
(42,0,60,61)
C42M0Y60K61 
(42%,0%,60%,61%)
(0.42/0.00/0.60/0.61)	

CMYK yüzdeleri

%42.42
%0
%59.6
%61.18

Codes

Color #396328 in popluar color models

396328
RGB579940
HSL103°42.45%27.25%
HSB/HSV103°59.60%38.82%
CMYK42.42%0.00%59.60%
61.18%

Color #396328 in popluar number systems.

HEX396328
Decimal579940
Binary1110011100011101000
Octal7114350

Shades and tints

Shades of #396328

#396328
(57,99,40)
#345A25
(52,90,37)
#2F5122
(47,81,34)
#2A481F
(42,72,31)
#253F1C
(37,63,28)
#203619
(32,54,25)
#1B2D16
(27,45,22)
#162413
(22,36,19)
#111B10
(17,27,16)
#0C120D
(12,18,13)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #396328

#396328
(57,99,40)
#4B713B
(75,113,59)
#5D7F4E
(93,127,78)
#6F8D61
(111,141,97)
#819B74
(129,155,116)
#93A987
(147,169,135)
#A5B79A
(165,183,154)
#B7C5AD
(183,197,173)
#C9D3C0
(201,211,192)
#DBE1D3
(219,225,211)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396328; }

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

This text font color is #396328.


Background Color

.myBgColor { background-color: #396328; }

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

This div background color is #396328.


Border color

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

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

This div border color is #396328.


Opacity

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

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

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

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

This text has shadow with #396328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396328 on black background.


Color preview on white background

This text has color #396328 on white background.



Black color preview on #396328 background

This text has black color on #396328 background.


White color preview on #396328 background

This text has white color on #396328 background.