COLOR #257A37

HEX: #257A37
RGB: (37,122,55)

Color info

#257A37 contains mainly green color. Web safe color of #257A37 is #336633 (or #363).

RGB color model

#257A37 color RGB value is (37,122,55).

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

RGB channels and saturation

R 37 of 255 = 15%
G 122 of 255 = 48%
B 55 of 255 = 22%

37
122
55

R + G + B ~ 28%. #257A37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 122 + 55 = 214 (100%)
R 37 of 214 ~ 17.29%
G 122 of 214 ~ 57.01%
B 55 of 214 ~ 25.7%

%17.29
%57.01
%25.7

CMYK color model

#257A37 color CMYK value is (70,0,55,52).

  • cyan value is 69.67%
  • magenta value is 0.00%
  • yellow value is 54.92%
  • key color value is 52.16%
CMYK:
(70,0,55,52)
C70M0Y55K52 
(70%,0%,55%,52%)
(0.70/0.00/0.55/0.52)	

CMYK percentages

%69.67
%0
%54.92
%52.16

Codes

Color #257A37 in popluar color models

257A37
RGB3712255
HSL133°53.46%31.18%
HSB/HSV133°69.67%47.84%
CMYK69.67%0.00%54.92%
52.16%

Color #257A37 in popluar number systems.

HEX257A37
Decimal3712255
Binary1001011111010110111
Octal4517267

Shades and tints

Shades of #257A37

#257A37
(37,122,55)
#226F32
(34,111,50)
#1F642D
(31,100,45)
#1C5928
(28,89,40)
#194E23
(25,78,35)
#16431E
(22,67,30)
#133819
(19,56,25)
#102D14
(16,45,20)
#0D220F
(13,34,15)
#0A170A
(10,23,10)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #257A37

#257A37
(37,122,55)
#388649
(56,134,73)
#4B925B
(75,146,91)
#5E9E6D
(94,158,109)
#71AA7F
(113,170,127)
#84B691
(132,182,145)
#97C2A3
(151,194,163)
#AACEB5
(170,206,181)
#BDDAC7
(189,218,199)
#D0E6D9
(208,230,217)
#E3F2EB
(227,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #257A37; }

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

This text font color is #257A37.


Background Color

.myBgColor { background-color: #257A37; }

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

This div background color is #257A37.


Border color

.myBorderColor { border: 1px solid #257A37; }

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

This div border color is #257A37.


Opacity

.myOpacity80 { color: #257A37; opacity: 0.8; }

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

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

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

This text has shadow with #257A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257A37 on black background.


Color preview on white background

This text has color #257A37 on white background.



Black color preview on #257A37 background

This text has black color on #257A37 background.


White color preview on #257A37 background

This text has white color on #257A37 background.