COLOR #248884

HEX: #248884
RGB: (36,136,132)

Color info

#248884 contains mainly green and blue colors. Web safe color of #248884 is #339999 (or #399).

RGB color model

#248884 color RGB value is (36,136,132).

  • red value is 36;
  • green value is 136;
  • blue value is 132.
RGB:
(36,136,132)
(14%,53%,52%)

RGB channels and saturation

R 36 of 255 = 14%
G 136 of 255 = 53%
B 132 of 255 = 52%

36
136
132

R + G + B ~ 40%. #248884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 136 + 132 = 304 (100%)
R 36 of 304 ~ 11.84%
G 136 of 304 ~ 44.74%
B 132 of 304 ~ 43.42%

%11.84
%44.74
%43.42

CMYK color model

#248884 color CMYK value is (74,0,3,47).

  • cyan value is 73.53%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(74,0,3,47)
C74M0Y3K47 
(74%,0%,3%,47%)
(0.74/0.00/0.03/0.47)	

CMYK percentages

%73.53
%0
%2.94
%46.67

Codes

Color #248884 in popluar color models

248884
RGB36136132
HSL178°58.14%33.73%
HSB/HSV178°73.53%53.33%
CMYK73.53%0.00%2.94%
46.67%

Color #248884 in popluar number systems.

HEX248884
Decimal36136132
Binary1001001000100010000100
Octal44210204

Shades and tints

Shades of #248884

#248884
(36,136,132)
#217C78
(33,124,120)
#1E706C
(30,112,108)
#1B6460
(27,100,96)
#185854
(24,88,84)
#154C48
(21,76,72)
#12403C
(18,64,60)
#0F3430
(15,52,48)
#0C2824
(12,40,36)
#091C18
(9,28,24)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #248884

#248884
(36,136,132)
#37928F
(55,146,143)
#4A9C9A
(74,156,154)
#5DA6A5
(93,166,165)
#70B0B0
(112,176,176)
#83BABB
(131,186,187)
#96C4C6
(150,196,198)
#A9CED1
(169,206,209)
#BCD8DC
(188,216,220)
#CFE2E7
(207,226,231)
#E2ECF2
(226,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248884 color. Also use rgb(36,136,132) instead hex code.

Text Font Color

.myTextColor { color: #248884; }

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

This text font color is #248884.


Background Color

.myBgColor { background-color: #248884; }

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

This div background color is #248884.


Border color

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

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

This div border color is #248884.


Opacity

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

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

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

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

This text has shadow with #248884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248884 on black background.


Color preview on white background

This text has color #248884 on white background.



Black color preview on #248884 background

This text has black color on #248884 background.


White color preview on #248884 background

This text has white color on #248884 background.