COLOR #257A47

HEX: #257A47
RGB: (37,122,71)

Color info

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

RGB color model

#257A47 color RGB value is (37,122,71).

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

RGB channels and saturation

R 37 of 255 = 15%
G 122 of 255 = 48%
B 71 of 255 = 28%

37
122
71

R + G + B ~ 30%. #257A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 122 + 71 = 230 (100%)
R 37 of 230 ~ 16.09%
G 122 of 230 ~ 53.04%
B 71 of 230 ~ 30.87%

%16.09
%53.04
%30.87

CMYK color model

#257A47 color CMYK value is (70,0,42,52).

  • cyan value is 69.67%
  • magenta value is 0.00%
  • yellow value is 41.80%
  • key color value is 52.16%
CMYK:
(70,0,42,52)
C70M0Y42K52 
(70%,0%,42%,52%)
(0.70/0.00/0.42/0.52)	

CMYK percentages

%69.67
%0
%41.8
%52.16

Codes

Color #257A47 in popluar color models

257A47
RGB3712271
HSL144°53.46%31.18%
HSB/HSV144°69.67%47.84%
CMYK69.67%0.00%41.80%
52.16%

Color #257A47 in popluar number systems.

HEX257A47
Decimal3712271
Binary10010111110101000111
Octal45172107

Shades and tints

Shades of #257A47

#257A47
(37,122,71)
#226F41
(34,111,65)
#1F643B
(31,100,59)
#1C5935
(28,89,53)
#194E2F
(25,78,47)
#164329
(22,67,41)
#133823
(19,56,35)
#102D1D
(16,45,29)
#0D2217
(13,34,23)
#0A1711
(10,23,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #257A47

#257A47
(37,122,71)
#388657
(56,134,87)
#4B9267
(75,146,103)
#5E9E77
(94,158,119)
#71AA87
(113,170,135)
#84B697
(132,182,151)
#97C2A7
(151,194,167)
#AACEB7
(170,206,183)
#BDDAC7
(189,218,199)
#D0E6D7
(208,230,215)
#E3F2E7
(227,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #257A47; }

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

This text font color is #257A47.


Background Color

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

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

This div background color is #257A47.


Border color

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

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

This div border color is #257A47.


Opacity

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

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

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

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

This text has shadow with #257A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257A47 on black background.


Color preview on white background

This text has color #257A47 on white background.



Black color preview on #257A47 background

This text has black color on #257A47 background.


White color preview on #257A47 background

This text has white color on #257A47 background.