COLOR #396647

HEX: #396647
RGB: (57,102,71)

Renk bilgisi

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

RGB renk modeli

#396647 color RGB value is (57,102,71).

  • kırmız ton 57;
  • yeşil ton 102;
  • mavi ton 71.
RGB:
(57,102,71)
(22%,40%,28%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 102 of 255 = 40%
B 71 of 255 = 28%

57
102
71

R + G + B ~ 30%. #396647 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 102 + 71 = 230 (100%)
R 57 of 230 ~ 24.78%
G 102 of 230 ~ 44.35%
B 71 of 230 ~ 30.87%

%24.78
%44.35
%30.87

CMYK RENK MODELİ

#396647 rengi CMYK tonu (44,0,30,60).

  • camgöbeği tonu 44.12%
  • eflatun tonu 0.00%
  • sarı tonu 30.39%
  • ana renk tonu 60.00%
CMYK:
(44,0,30,60)
C44M0Y30K60 
(44%,0%,30%,60%)
(0.44/0.00/0.30/0.60)	

CMYK yüzdeleri

%44.12
%0
%30.39
%60

Codes

Color #396647 in popluar color models

396647
RGB5710271
HSL139°28.30%31.18%
HSB/HSV139°44.12%40.00%
CMYK44.12%0.00%30.39%
60.00%

Color #396647 in popluar number systems.

HEX396647
Decimal5710271
Binary11100111001101000111
Octal71146107

Shades and tints

Shades of #396647

#396647
(57,102,71)
#345D41
(52,93,65)
#2F543B
(47,84,59)
#2A4B35
(42,75,53)
#25422F
(37,66,47)
#203929
(32,57,41)
#1B3023
(27,48,35)
#16271D
(22,39,29)
#111E17
(17,30,23)
#0C1511
(12,21,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #396647

#396647
(57,102,71)
#4B7357
(75,115,87)
#5D8067
(93,128,103)
#6F8D77
(111,141,119)
#819A87
(129,154,135)
#93A797
(147,167,151)
#A5B4A7
(165,180,167)
#B7C1B7
(183,193,183)
#C9CEC7
(201,206,199)
#DBDBD7
(219,219,215)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396647 color. Also use rgb(57,102,71) instead hex code.

Text Font Color

.myTextColor { color: #396647; }

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

This text font color is #396647.


Background Color

.myBgColor { background-color: #396647; }

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

This div background color is #396647.


Border color

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

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

This div border color is #396647.


Opacity

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

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

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

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

This text has shadow with #396647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396647 on black background.


Color preview on white background

This text has color #396647 on white background.



Black color preview on #396647 background

This text has black color on #396647 background.


White color preview on #396647 background

This text has white color on #396647 background.