COLOR #257D34

HEX: #257D34
RGB: (37,125,52)

Color info

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

RGB color model

#257D34 color RGB value is (37,125,52).

  • red value is 37;
  • green value is 125;
  • blue value is 52.
RGB:
(37,125,52)
(15%,49%,20%)

RGB channels and saturation

R 37 of 255 = 15%
G 125 of 255 = 49%
B 52 of 255 = 20%

37
125
52

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

Portions of RGB colors in percentages

R + G + B =
37 + 125 + 52 = 214 (100%)
R 37 of 214 ~ 17.29%
G 125 of 214 ~ 58.41%
B 52 of 214 ~ 24.3%

%17.29
%58.41
%24.3

CMYK color model

#257D34 color CMYK value is (70,0,58,51).

  • cyan value is 70.40%
  • magenta value is 0.00%
  • yellow value is 58.40%
  • key color value is 50.98%
CMYK:
(70,0,58,51)
C70M0Y58K51 
(70%,0%,58%,51%)
(0.70/0.00/0.58/0.51)	

CMYK percentages

%70.4
%0
%58.4
%50.98

Codes

Color #257D34 in popluar color models

257D34
RGB3712552
HSL130°54.32%31.76%
HSB/HSV130°70.40%49.02%
CMYK70.40%0.00%58.40%
50.98%

Color #257D34 in popluar number systems.

HEX257D34
Decimal3712552
Binary1001011111101110100
Octal4517564

Shades and tints

Shades of #257D34

#257D34
(37,125,52)
#227230
(34,114,48)
#1F672C
(31,103,44)
#1C5C28
(28,92,40)
#195124
(25,81,36)
#164620
(22,70,32)
#133B1C
(19,59,28)
#103018
(16,48,24)
#0D2514
(13,37,20)
#0A1A10
(10,26,16)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #257D34

#257D34
(37,125,52)
#388846
(56,136,70)
#4B9358
(75,147,88)
#5E9E6A
(94,158,106)
#71A97C
(113,169,124)
#84B48E
(132,180,142)
#97BFA0
(151,191,160)
#AACAB2
(170,202,178)
#BDD5C4
(189,213,196)
#D0E0D6
(208,224,214)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257D34 color. Also use rgb(37,125,52) instead hex code.

Text Font Color

.myTextColor { color: #257D34; }

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

This text font color is #257D34.


Background Color

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

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

This div background color is #257D34.


Border color

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

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

This div border color is #257D34.


Opacity

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

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

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

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

This text has shadow with #257D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257D34 on black background.


Color preview on white background

This text has color #257D34 on white background.



Black color preview on #257D34 background

This text has black color on #257D34 background.


White color preview on #257D34 background

This text has white color on #257D34 background.