COLOR #248C79

HEX: #248C79
RGB: (36,140,121)

Color info

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

RGB color model

#248C79 color RGB value is (36,140,121).

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

RGB channels and saturation

R 36 of 255 = 14%
G 140 of 255 = 55%
B 121 of 255 = 47%

36
140
121

R + G + B ~ 39%. #248C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 140 + 121 = 297 (100%)
R 36 of 297 ~ 12.12%
G 140 of 297 ~ 47.14%
B 121 of 297 ~ 40.74%

%12.12
%47.14
%40.74

CMYK color model

#248C79 color CMYK value is (74,0,14,45).

  • cyan value is 74.29%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 45.10%
CMYK:
(74,0,14,45)
C74M0Y14K45 
(74%,0%,14%,45%)
(0.74/0.00/0.14/0.45)	

CMYK percentages

%74.29
%0
%13.57
%45.1

Codes

Color #248C79 in popluar color models

248C79
RGB36140121
HSL169°59.09%34.51%
HSB/HSV169°74.29%54.90%
CMYK74.29%0.00%13.57%
45.10%

Color #248C79 in popluar number systems.

HEX248C79
Decimal36140121
Binary100100100011001111001
Octal44214171

Shades and tints

Shades of #248C79

#248C79
(36,140,121)
#21806E
(33,128,110)
#1E7463
(30,116,99)
#1B6858
(27,104,88)
#185C4D
(24,92,77)
#155042
(21,80,66)
#124437
(18,68,55)
#0F382C
(15,56,44)
#0C2C21
(12,44,33)
#092016
(9,32,22)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #248C79

#248C79
(36,140,121)
#379685
(55,150,133)
#4AA091
(74,160,145)
#5DAA9D
(93,170,157)
#70B4A9
(112,180,169)
#83BEB5
(131,190,181)
#96C8C1
(150,200,193)
#A9D2CD
(169,210,205)
#BCDCD9
(188,220,217)
#CFE6E5
(207,230,229)
#E2F0F1
(226,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #248C79; }

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

This text font color is #248C79.


Background Color

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

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

This div background color is #248C79.


Border color

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

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

This div border color is #248C79.


Opacity

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

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

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

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

This text has shadow with #248C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248C79 on black background.


Color preview on white background

This text has color #248C79 on white background.



Black color preview on #248C79 background

This text has black color on #248C79 background.


White color preview on #248C79 background

This text has white color on #248C79 background.