COLOR #257048

HEX: #257048
RGB: (37,112,72)

Color info

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

RGB color model

#257048 color RGB value is (37,112,72).

  • red value is 37;
  • green value is 112;
  • blue value is 72.
RGB:
(37,112,72)
(15%,44%,28%)

RGB channels and saturation

R 37 of 255 = 15%
G 112 of 255 = 44%
B 72 of 255 = 28%

37
112
72

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

Portions of RGB colors in percentages

R + G + B =
37 + 112 + 72 = 221 (100%)
R 37 of 221 ~ 16.74%
G 112 of 221 ~ 50.68%
B 72 of 221 ~ 32.58%

%16.74
%50.68
%32.58

CMYK color model

#257048 color CMYK value is (67,0,36,56).

  • cyan value is 66.96%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 56.08%
CMYK:
(67,0,36,56)
C67M0Y36K56 
(67%,0%,36%,56%)
(0.67/0.00/0.36/0.56)	

CMYK percentages

%66.96
%0
%35.71
%56.08

Codes

Color #257048 in popluar color models

257048
RGB3711272
HSL148°50.34%29.22%
HSB/HSV148°66.96%43.92%
CMYK66.96%0.00%35.71%
56.08%

Color #257048 in popluar number systems.

HEX257048
Decimal3711272
Binary10010111100001001000
Octal45160110

Shades and tints

Shades of #257048

#257048
(37,112,72)
#226642
(34,102,66)
#1F5C3C
(31,92,60)
#1C5236
(28,82,54)
#194830
(25,72,48)
#163E2A
(22,62,42)
#133424
(19,52,36)
#102A1E
(16,42,30)
#0D2018
(13,32,24)
#0A1612
(10,22,18)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #257048

#257048
(37,112,72)
#387D58
(56,125,88)
#4B8A68
(75,138,104)
#5E9778
(94,151,120)
#71A488
(113,164,136)
#84B198
(132,177,152)
#97BEA8
(151,190,168)
#AACBB8
(170,203,184)
#BDD8C8
(189,216,200)
#D0E5D8
(208,229,216)
#E3F2E8
(227,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257048 color. Also use rgb(37,112,72) instead hex code.

Text Font Color

.myTextColor { color: #257048; }

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

This text font color is #257048.


Background Color

.myBgColor { background-color: #257048; }

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

This div background color is #257048.


Border color

.myBorderColor { border: 1px solid #257048; }

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

This div border color is #257048.


Opacity

.myOpacity80 { color: #257048; opacity: 0.8; }

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

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

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

This text has shadow with #257048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #257048 on black background.


Color preview on white background

This text has color #257048 on white background.



Black color preview on #257048 background

This text has black color on #257048 background.


White color preview on #257048 background

This text has white color on #257048 background.