COLOR #395E02

HEX: #395E02 RGB: (57,94,2)

Color info

#395E02 contains mainly red and green colors. Web safe color of #395E02 is #336600 (or #360).

RGB color model

#395E02 color RGB value is (57,94,2).

RGB: (57,94,2) (22%, 37%, 1%)

RGB channels and saturation

R 57 of 255 = 22%
G 94 of 255 = 37%
B 2 of 255 = 1%

57
94
2

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

Portions of RGB colors in percentages

R + G + B = 57 + 94 + 2 = 153 (100%)
R 57 of 153 ~ 37.25%
G 94 of 153 ~ 61.44%
B 2 of 153 ~ 1.31'%

%37.25
%61.44

CMYK color model

#395E02 color CMYK value is (39,0,98,63).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 97.87%
  • key color value is 63.14%

CMYK: (39,0,98,63)
C39M0Y98K63 (39%, 0%, 98%, 63%)
(0.39 / 0.00 / 0.98 / 0.63)

CMYK percentages

%39.36
%0
%97.87
%63.14

Codes

Color #395E02 in popluar color models

39 5E 02
RGB 57 94 2
HSL 84° 95.83% 18.82%
HSB/HSV 84° 97.87% 36.86%
CMYK 39.36% 0.00% 97.87%
63.14%

Color #395E02 in popluar number systems.

HEX 39 5E 02
Decimal 57 94 2
Binary 111001 1011110 10
Octal 71 136 2

Shades and tints

Shades of #395E02

#395E02
(57,94,2)
#345602
(52,86,2)
#2F4E02
(47,78,2)
#2A4602
(42,70,2)
#253E02
(37,62,2)
#203602
(32,54,2)
#1B2E02
(27,46,2)
#162602
(22,38,2)
#111E02
(17,30,2)
#0C1602
(12,22,2)
#070E02
(7,14,2)
#000000
(0,0,0)

Tints of #395E02

#395E02
(57,94,2)
#4B6C19
(75,108,25)
#5D7A30
(93,122,48)
#6F8847
(111,136,71)
#81965E
(129,150,94)
#93A475
(147,164,117)
#A5B28C
(165,178,140)
#B7C0A3
(183,192,163)
#C9CEBA
(201,206,186)
#DBDCD1
(219,220,209)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395E02; }

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

This text font color is #395E02.

Background Color

.myBgColor { background-color: #395E02; }

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

This div background color is #395E02.

Border color

.myBorderColor { border: 1px solid #395E02; }

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

This div border color is #395E02.

Opacity

.myOpacity80 { color: #395E02; opacity: 0.8; }

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

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

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

This text has shadow with #395E02 color.


.textShadow {text-shadow: 3px 3px 1px #395E02', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #395E02; -webkit-box-shadow: 1px 1px 3px 2px #395E02; box-shadow:1px 1px 3px 2px #395E02;">
Div content here
</div>

This div box has shadow with color #395E02.

Preview

Color preview on black background

This text has color #395E02 on black background.


Color preview on white background

This text has color #395E02 on white background.


Black color preview on #395E02 background

This text has black color on #395E02 background.


White color preview on #395E02 background

This text has white color on #395E02 background.


Related colors

Complementary color

Complementary color for #hex is #C6A1FD.


I love getcolorcode.com

Triadic colors

1 #02395E and #5E0239 with #395E02 are triadic colors.

2 #025E39 and #5E3902 with #395E02 are triadic colors.