COLOR #248476

HEX: #248476
RGB: (36,132,118)

Color info

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

RGB color model

#248476 color RGB value is (36,132,118).

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

RGB channels and saturation

R 36 of 255 = 14%
G 132 of 255 = 52%
B 118 of 255 = 46%

36
132
118

R + G + B ~ 37%. #248476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 132 + 118 = 286 (100%)
R 36 of 286 ~ 12.59%
G 132 of 286 ~ 46.15%
B 118 of 286 ~ 41.26%

%12.59
%46.15
%41.26

CMYK color model

#248476 color CMYK value is (73,0,11,48).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(73,0,11,48)
C73M0Y11K48 
(73%,0%,11%,48%)
(0.73/0.00/0.11/0.48)	

CMYK percentages

%72.73
%0
%10.61
%48.24

Codes

Color #248476 in popluar color models

248476
RGB36132118
HSL171°57.14%32.94%
HSB/HSV171°72.73%51.76%
CMYK72.73%0.00%10.61%
48.24%

Color #248476 in popluar number systems.

HEX248476
Decimal36132118
Binary100100100001001110110
Octal44204166

Shades and tints

Shades of #248476

#248476
(36,132,118)
#21786C
(33,120,108)
#1E6C62
(30,108,98)
#1B6058
(27,96,88)
#18544E
(24,84,78)
#154844
(21,72,68)
#123C3A
(18,60,58)
#0F3030
(15,48,48)
#0C2426
(12,36,38)
#09181C
(9,24,28)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #248476

#248476
(36,132,118)
#378F82
(55,143,130)
#4A9A8E
(74,154,142)
#5DA59A
(93,165,154)
#70B0A6
(112,176,166)
#83BBB2
(131,187,178)
#96C6BE
(150,198,190)
#A9D1CA
(169,209,202)
#BCDCD6
(188,220,214)
#CFE7E2
(207,231,226)
#E2F2EE
(226,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #248476; }

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

This text font color is #248476.


Background Color

.myBgColor { background-color: #248476; }

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

This div background color is #248476.


Border color

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

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

This div border color is #248476.


Opacity

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

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

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

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

This text has shadow with #248476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248476 on black background.


Color preview on white background

This text has color #248476 on white background.



Black color preview on #248476 background

This text has black color on #248476 background.


White color preview on #248476 background

This text has white color on #248476 background.