COLOR #397C3C

HEX: #397C3C
RGB: (57,124,60)

Color info

#397C3C contains mainly green color. Web safe color of #397C3C is #336633 (or #363).

RGB color model

#397C3C color RGB value is (57,124,60).

  • red value is 57;
  • green value is 124;
  • blue value is 60.
RGB:
(57,124,60)
(22%,49%,24%)

RGB channels and saturation

R 57 of 255 = 22%
G 124 of 255 = 49%
B 60 of 255 = 24%

57
124
60

R + G + B ~ 32%. #397C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 124 + 60 = 241 (100%)
R 57 of 241 ~ 23.65%
G 124 of 241 ~ 51.45%
B 60 of 241 ~ 24.9%

%23.65
%51.45
%24.9

CMYK color model

#397C3C color CMYK value is (54,0,52,51).

  • cyan value is 54.03%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%
CMYK:
(54,0,52,51)
C54M0Y52K51 
(54%,0%,52%,51%)
(0.54/0.00/0.52/0.51)	

CMYK percentages

%54.03
%0
%51.61
%51.37

Codes

Color #397C3C in popluar color models

397C3C
RGB5712460
HSL123°37.02%35.49%
HSB/HSV123°54.03%48.63%
CMYK54.03%0.00%51.61%
51.37%

Color #397C3C in popluar number systems.

HEX397C3C
Decimal5712460
Binary1110011111100111100
Octal7117474

Shades and tints

Shades of #397C3C

#397C3C
(57,124,60)
#347137
(52,113,55)
#2F6632
(47,102,50)
#2A5B2D
(42,91,45)
#255028
(37,80,40)
#204523
(32,69,35)
#1B3A1E
(27,58,30)
#162F19
(22,47,25)
#112414
(17,36,20)
#0C190F
(12,25,15)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #397C3C

#397C3C
(57,124,60)
#4B874D
(75,135,77)
#5D925E
(93,146,94)
#6F9D6F
(111,157,111)
#81A880
(129,168,128)
#93B391
(147,179,145)
#A5BEA2
(165,190,162)
#B7C9B3
(183,201,179)
#C9D4C4
(201,212,196)
#DBDFD5
(219,223,213)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397C3C color. Also use rgb(57,124,60) instead hex code.

Text Font Color

.myTextColor { color: #397C3C; }

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

This text font color is #397C3C.


Background Color

.myBgColor { background-color: #397C3C; }

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

This div background color is #397C3C.


Border color

.myBorderColor { border: 1px solid #397C3C; }

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

This div border color is #397C3C.


Opacity

.myOpacity80 { color: #397C3C; opacity: 0.8; }

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

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

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

This text has shadow with #397C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397C3C on black background.


Color preview on white background

This text has color #397C3C on white background.



Black color preview on #397C3C background

This text has black color on #397C3C background.


White color preview on #397C3C background

This text has white color on #397C3C background.