COLOR #248257

HEX: #248257
RGB: (36,130,87)

Color info

#248257 contains mainly green and blue colors. Web safe color of #248257 is #339966 (or #396).

RGB color model

#248257 color RGB value is (36,130,87).

  • red value is 36;
  • green value is 130;
  • blue value is 87.
RGB:
(36,130,87)
(14%,51%,34%)

RGB channels and saturation

R 36 of 255 = 14%
G 130 of 255 = 51%
B 87 of 255 = 34%

36
130
87

R + G + B ~ 33%. #248257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 130 + 87 = 253 (100%)
R 36 of 253 ~ 14.23%
G 130 of 253 ~ 51.38%
B 87 of 253 ~ 34.39%

%14.23
%51.38
%34.39

CMYK color model

#248257 color CMYK value is (72,0,33,49).

  • cyan value is 72.31%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 49.02%
CMYK:
(72,0,33,49)
C72M0Y33K49 
(72%,0%,33%,49%)
(0.72/0.00/0.33/0.49)	

CMYK percentages

%72.31
%0
%33.08
%49.02

Codes

Color #248257 in popluar color models

248257
RGB3613087
HSL153°56.63%32.55%
HSB/HSV153°72.31%50.98%
CMYK72.31%0.00%33.08%
49.02%

Color #248257 in popluar number systems.

HEX248257
Decimal3613087
Binary100100100000101010111
Octal44202127

Shades and tints

Shades of #248257

#248257
(36,130,87)
#217750
(33,119,80)
#1E6C49
(30,108,73)
#1B6142
(27,97,66)
#18563B
(24,86,59)
#154B34
(21,75,52)
#12402D
(18,64,45)
#0F3526
(15,53,38)
#0C2A1F
(12,42,31)
#091F18
(9,31,24)
#061411
(6,20,17)
#000000
(0,0,0)

Tints of #248257

#248257
(36,130,87)
#378D66
(55,141,102)
#4A9875
(74,152,117)
#5DA384
(93,163,132)
#70AE93
(112,174,147)
#83B9A2
(131,185,162)
#96C4B1
(150,196,177)
#A9CFC0
(169,207,192)
#BCDACF
(188,218,207)
#CFE5DE
(207,229,222)
#E2F0ED
(226,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248257 color. Also use rgb(36,130,87) instead hex code.

Text Font Color

.myTextColor { color: #248257; }

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

This text font color is #248257.


Background Color

.myBgColor { background-color: #248257; }

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

This div background color is #248257.


Border color

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

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

This div border color is #248257.


Opacity

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

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

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

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

This text has shadow with #248257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248257 on black background.


Color preview on white background

This text has color #248257 on white background.



Black color preview on #248257 background

This text has black color on #248257 background.


White color preview on #248257 background

This text has white color on #248257 background.