COLOR #257E3D

HEX: #257E3D RGB: (37,126,61)

Color info

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

RGB color model

#257E3D color RGB value is (37,126,61).

RGB: (37,126,61) (15%, 49%, 24%)

RGB channels and saturation

R 37 of 255 = 15%
G 126 of 255 = 49%
B 61 of 255 = 24%

37
126
61

R + G + B ~ 29%. #257E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 126 + 61 = 224 (100%)
R 37 of 224 ~ 16.52%
G 126 of 224 ~ 56.25%
B 61 of 224 ~ 27.23'%

%16.52
%56.25
%27.23

CMYK color model

#257E3D color CMYK value is (71,0,52,51).

  • cyan value is 70.63%
  • magenta value is 0.00%
  • yellow value is 51.59%
  • key color value is 50.59%

CMYK: (71,0,52,51)
C71M0Y52K51 (71%, 0%, 52%, 51%)
(0.71 / 0.00 / 0.52 / 0.51)

CMYK percentages

%70.63
%0
%51.59
%50.59

Codes

Color #257E3D in popluar color models

25 7E 3D
RGB 37 126 61
HSL 136° 54.60% 31.96%
HSB/HSV 136° 70.63% 49.41%
CMYK 70.63% 0.00% 51.59%
50.59%

Color #257E3D in popluar number systems.

HEX 25 7E 3D
Decimal 37 126 61
Binary 100101 1111110 111101
Octal 45 176 75

Shades and tints

Shades of #257E3D

#257E3D
(37,126,61)
#227338
(34,115,56)
#1F6833
(31,104,51)
#1C5D2E
(28,93,46)
#195229
(25,82,41)
#164724
(22,71,36)
#133C1F
(19,60,31)
#10311A
(16,49,26)
#0D2615
(13,38,21)
#0A1B10
(10,27,16)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #257E3D

#257E3D
(37,126,61)
#38894E
(56,137,78)
#4B945F
(75,148,95)
#5E9F70
(94,159,112)
#71AA81
(113,170,129)
#84B592
(132,181,146)
#97C0A3
(151,192,163)
#AACBB4
(170,203,180)
#BDD6C5
(189,214,197)
#D0E1D6
(208,225,214)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257E3D color. Also use rgb(37,126,61) instead hex code.

Text Font Color

.myTextColor { color: #257E3D; }

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

This text font color is #257E3D.

Background Color

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

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

This div background color is #257E3D.

Border color

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

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

This div border color is #257E3D.

Opacity

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

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

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

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

This text has shadow with #257E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #257E3D.

Preview

Color preview on black background

This text has color #257E3D on black background.


Color preview on white background

This text has color #257E3D on white background.


Black color preview on #257E3D background

This text has black color on #257E3D background.


White color preview on #257E3D background

This text has white color on #257E3D background.


Related colors

Complementary color

Complementary color for #hex is #DA81C2.


I love getcolorcode.com

Triadic colors

1 #3D257E and #7E3D25 with #257E3D are triadic colors.

2 #3D7E25 and #7E253D with #257E3D are triadic colors.