COLOR #248C5F

HEX: #248C5F
RGB: (36,140,95)

Color info

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

RGB color model

#248C5F color RGB value is (36,140,95).

  • red value is 36;
  • green value is 140;
  • blue value is 95.
RGB:
(36,140,95)
(14%,55%,37%)

RGB channels and saturation

R 36 of 255 = 14%
G 140 of 255 = 55%
B 95 of 255 = 37%

36
140
95

R + G + B ~ 35%. #248C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 140 + 95 = 271 (100%)
R 36 of 271 ~ 13.28%
G 140 of 271 ~ 51.66%
B 95 of 271 ~ 35.06%

%13.28
%51.66
%35.06

CMYK color model

#248C5F color CMYK value is (74,0,32,45).

  • cyan value is 74.29%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 45.10%
CMYK:
(74,0,32,45)
C74M0Y32K45 
(74%,0%,32%,45%)
(0.74/0.00/0.32/0.45)	

CMYK percentages

%74.29
%0
%32.14
%45.1

Codes

Color #248C5F in popluar color models

248C5F
RGB3614095
HSL154°59.09%34.51%
HSB/HSV154°74.29%54.90%
CMYK74.29%0.00%32.14%
45.10%

Color #248C5F in popluar number systems.

HEX248C5F
Decimal3614095
Binary100100100011001011111
Octal44214137

Shades and tints

Shades of #248C5F

#248C5F
(36,140,95)
#218057
(33,128,87)
#1E744F
(30,116,79)
#1B6847
(27,104,71)
#185C3F
(24,92,63)
#155037
(21,80,55)
#12442F
(18,68,47)
#0F3827
(15,56,39)
#0C2C1F
(12,44,31)
#092017
(9,32,23)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #248C5F

#248C5F
(36,140,95)
#37966D
(55,150,109)
#4AA07B
(74,160,123)
#5DAA89
(93,170,137)
#70B497
(112,180,151)
#83BEA5
(131,190,165)
#96C8B3
(150,200,179)
#A9D2C1
(169,210,193)
#BCDCCF
(188,220,207)
#CFE6DD
(207,230,221)
#E2F0EB
(226,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248C5F color. Also use rgb(36,140,95) instead hex code.

Text Font Color

.myTextColor { color: #248C5F; }

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

This text font color is #248C5F.


Background Color

.myBgColor { background-color: #248C5F; }

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

This div background color is #248C5F.


Border color

.myBorderColor { border: 1px solid #248C5F; }

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

This div border color is #248C5F.


Opacity

.myOpacity80 { color: #248C5F; opacity: 0.8; }

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

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

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

This text has shadow with #248C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248C5F on black background.


Color preview on white background

This text has color #248C5F on white background.



Black color preview on #248C5F background

This text has black color on #248C5F background.


White color preview on #248C5F background

This text has white color on #248C5F background.