COLOR #248250

HEX: #248250
RGB: (36,130,80)

Color info

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

RGB color model

#248250 color RGB value is (36,130,80).

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

RGB channels and saturation

R 36 of 255 = 14%
G 130 of 255 = 51%
B 80 of 255 = 31%

36
130
80

R + G + B ~ 32%. #248250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 130 + 80 = 246 (100%)
R 36 of 246 ~ 14.63%
G 130 of 246 ~ 52.85%
B 80 of 246 ~ 32.52%

%14.63
%52.85
%32.52

CMYK color model

#248250 color CMYK value is (72,0,38,49).

  • cyan value is 72.31%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(72,0,38,49)
C72M0Y38K49 
(72%,0%,38%,49%)
(0.72/0.00/0.38/0.49)	

CMYK percentages

%72.31
%0
%38.46
%49.02

Codes

Color #248250 in popluar color models

248250
RGB3613080
HSL148°56.63%32.55%
HSB/HSV148°72.31%50.98%
CMYK72.31%0.00%38.46%
49.02%

Color #248250 in popluar number systems.

HEX248250
Decimal3613080
Binary100100100000101010000
Octal44202120

Shades and tints

Shades of #248250

#248250
(36,130,80)
#217749
(33,119,73)
#1E6C42
(30,108,66)
#1B613B
(27,97,59)
#185634
(24,86,52)
#154B2D
(21,75,45)
#124026
(18,64,38)
#0F351F
(15,53,31)
#0C2A18
(12,42,24)
#091F11
(9,31,17)
#06140A
(6,20,10)
#000000
(0,0,0)

Tints of #248250

#248250
(36,130,80)
#378D5F
(55,141,95)
#4A986E
(74,152,110)
#5DA37D
(93,163,125)
#70AE8C
(112,174,140)
#83B99B
(131,185,155)
#96C4AA
(150,196,170)
#A9CFB9
(169,207,185)
#BCDAC8
(188,218,200)
#CFE5D7
(207,229,215)
#E2F0E6
(226,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #248250; }

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

This text font color is #248250.


Background Color

.myBgColor { background-color: #248250; }

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

This div background color is #248250.


Border color

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

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

This div border color is #248250.


Opacity

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

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

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

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

This text has shadow with #248250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248250 on black background.


Color preview on white background

This text has color #248250 on white background.



Black color preview on #248250 background

This text has black color on #248250 background.


White color preview on #248250 background

This text has white color on #248250 background.