COLOR #396002

HEX: #396002
RGB: (57,96,2)

Renk bilgisi

#396002 contains mainly red and green colors. #396002 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#396002 color RGB value is (57,96,2).

  • kırmız ton 57;
  • yeşil ton 96;
  • mavi ton 2.
RGB:
(57,96,2)
(22%,38%,1%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 96 of 255 = 38%
B 2 of 255 = 1%

57
96
2

R + G + B ~ 20%. #396002 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 96 + 2 = 155 (100%)
R 57 of 155 ~ 36.77%
G 96 of 155 ~ 61.94%
B 2 of 155 ~ 1.29%

%36.77
%61.94

CMYK RENK MODELİ

#396002 rengi CMYK tonu (41,0,98,62).

  • camgöbeği tonu 40.63%
  • eflatun tonu 0.00%
  • sarı tonu 97.92%
  • ana renk tonu 62.35%
CMYK:
(41,0,98,62)
C41M0Y98K62 
(41%,0%,98%,62%)
(0.41/0.00/0.98/0.62)	

CMYK yüzdeleri

%40.63
%0
%97.92
%62.35

Codes

Color #396002 in popluar color models

396002
RGB57962
HSL85°95.92%19.22%
HSB/HSV85°97.92%37.65%
CMYK40.63%0.00%97.92%
62.35%

Color #396002 in popluar number systems.

HEX396002
Decimal57962
Binary111001110000010
Octal711402

Shades and tints

Shades of #396002

#396002
(57,96,2)
#345802
(52,88,2)
#2F5002
(47,80,2)
#2A4802
(42,72,2)
#254002
(37,64,2)
#203802
(32,56,2)
#1B3002
(27,48,2)
#162802
(22,40,2)
#112002
(17,32,2)
#0C1802
(12,24,2)
#071002
(7,16,2)
#000000
(0,0,0)

Tints of #396002

#396002
(57,96,2)
#4B6E19
(75,110,25)
#5D7C30
(93,124,48)
#6F8A47
(111,138,71)
#81985E
(129,152,94)
#93A675
(147,166,117)
#A5B48C
(165,180,140)
#B7C2A3
(183,194,163)
#C9D0BA
(201,208,186)
#DBDED1
(219,222,209)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396002 color. Also use rgb(57,96,2) instead hex code.

Text Font Color

.myTextColor { color: #396002; }

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

This text font color is #396002.


Background Color

.myBgColor { background-color: #396002; }

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

This div background color is #396002.


Border color

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

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

This div border color is #396002.


Opacity

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

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

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

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

This text has shadow with #396002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396002 on black background.


Color preview on white background

This text has color #396002 on white background.



Black color preview on #396002 background

This text has black color on #396002 background.


White color preview on #396002 background

This text has white color on #396002 background.