COLOR #257037

HEX: #257037
RGB: (37,112,55)

Color info

#257037 contains mainly green and blue colors. Web safe color of #257037 is #336633 (or #363).

RGB color model

#257037 color RGB value is (37,112,55).

  • red value is 37;
  • green value is 112;
  • blue value is 55.
RGB:
(37,112,55)
(15%,44%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 112 of 255 = 44%
B 55 of 255 = 22%

37
112
55

R + G + B ~ 27%. #257037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 112 + 55 = 204 (100%)
R 37 of 204 ~ 18.14%
G 112 of 204 ~ 54.9%
B 55 of 204 ~ 26.96%

%18.14
%54.9
%26.96

CMYK color model

#257037 color CMYK value is (67,0,51,56).

  • cyan value is 66.96%
  • magenta value is 0.00%
  • yellow value is 50.89%
  • key color value is 56.08%
CMYK:
(67,0,51,56)
C67M0Y51K56 
(67%,0%,51%,56%)
(0.67/0.00/0.51/0.56)	

CMYK percentages

%66.96
%0
%50.89
%56.08

Codes

Color #257037 in popluar color models

257037
RGB3711255
HSL134°50.34%29.22%
HSB/HSV134°66.96%43.92%
CMYK66.96%0.00%50.89%
56.08%

Color #257037 in popluar number systems.

HEX257037
Decimal3711255
Binary1001011110000110111
Octal4516067

Shades and tints

Shades of #257037

#257037
(37,112,55)
#226632
(34,102,50)
#1F5C2D
(31,92,45)
#1C5228
(28,82,40)
#194823
(25,72,35)
#163E1E
(22,62,30)
#133419
(19,52,25)
#102A14
(16,42,20)
#0D200F
(13,32,15)
#0A160A
(10,22,10)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #257037

#257037
(37,112,55)
#387D49
(56,125,73)
#4B8A5B
(75,138,91)
#5E976D
(94,151,109)
#71A47F
(113,164,127)
#84B191
(132,177,145)
#97BEA3
(151,190,163)
#AACBB5
(170,203,181)
#BDD8C7
(189,216,199)
#D0E5D9
(208,229,217)
#E3F2EB
(227,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257037 color. Also use rgb(37,112,55) instead hex code.

Text Font Color

.myTextColor { color: #257037; }

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

This text font color is #257037.


Background Color

.myBgColor { background-color: #257037; }

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

This div background color is #257037.


Border color

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

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

This div border color is #257037.


Opacity

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

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

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

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

This text has shadow with #257037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257037 on black background.


Color preview on white background

This text has color #257037 on white background.



Black color preview on #257037 background

This text has black color on #257037 background.


White color preview on #257037 background

This text has white color on #257037 background.