COLOR #257A21

HEX: #257A21 RGB: (37,122,33)

Color info

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

RGB color model

#257A21 color RGB value is (37,122,33).

RGB: (37,122,33) (15%, 48%, 13%)

RGB channels and saturation

R 37 of 255 = 15%
G 122 of 255 = 48%
B 33 of 255 = 13%

37
122
33

R + G + B ~ 25%. #257A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 122 + 33 = 192 (100%)
R 37 of 192 ~ 19.27%
G 122 of 192 ~ 63.54%
B 33 of 192 ~ 17.19'%

%19.27
%63.54
%17.19

CMYK color model

#257A21 color CMYK value is (70,0,73,52).

  • cyan value is 69.67%
  • magenta value is 0.00%
  • yellow value is 72.95%
  • key color value is 52.16%

CMYK: (70,0,73,52)
C70M0Y73K52 (70%, 0%, 73%, 52%)
(0.70 / 0.00 / 0.73 / 0.52)

CMYK percentages

%69.67
%0
%72.95
%52.16

Codes

Color #257A21 in popluar color models

25 7A 21
RGB 37 122 33
HSL 117° 57.42% 30.39%
HSB/HSV 117° 72.95% 47.84%
CMYK 69.67% 0.00% 72.95%
52.16%

Color #257A21 in popluar number systems.

HEX 25 7A 21
Decimal 37 122 33
Binary 100101 1111010 100001
Octal 45 172 41

Shades and tints

Shades of #257A21

#257A21
(37,122,33)
#226F1E
(34,111,30)
#1F641B
(31,100,27)
#1C5918
(28,89,24)
#194E15
(25,78,21)
#164312
(22,67,18)
#13380F
(19,56,15)
#102D0C
(16,45,12)
#0D2209
(13,34,9)
#0A1706
(10,23,6)
#070C03
(7,12,3)
#000000
(0,0,0)

Tints of #257A21

#257A21
(37,122,33)
#388635
(56,134,53)
#4B9249
(75,146,73)
#5E9E5D
(94,158,93)
#71AA71
(113,170,113)
#84B685
(132,182,133)
#97C299
(151,194,153)
#AACEAD
(170,206,173)
#BDDAC1
(189,218,193)
#D0E6D5
(208,230,213)
#E3F2E9
(227,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #257A21; }

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

This text font color is #257A21.

Background Color

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

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

This div background color is #257A21.

Border color

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

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

This div border color is #257A21.

Opacity

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

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

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

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

This text has shadow with #257A21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #257A21.

Preview

Color preview on black background

This text has color #257A21 on black background.


Color preview on white background

This text has color #257A21 on white background.


Black color preview on #257A21 background

This text has black color on #257A21 background.


White color preview on #257A21 background

This text has white color on #257A21 background.


Related colors

Complementary color

Complementary color for #hex is #DA85DE.


I love getcolorcode.com

Triadic colors

1 #21257A and #7A2125 with #257A21 are triadic colors.

2 #217A25 and #7A2521 with #257A21 are triadic colors.