COLOR #248466

HEX: #248466
RGB: (36,132,102)

Color info

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

RGB color model

#248466 color RGB value is (36,132,102).

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

RGB channels and saturation

R 36 of 255 = 14%
G 132 of 255 = 52%
B 102 of 255 = 40%

36
132
102

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

Portions of RGB colors in percentages

R + G + B =
36 + 132 + 102 = 270 (100%)
R 36 of 270 ~ 13.33%
G 132 of 270 ~ 48.89%
B 102 of 270 ~ 37.78%

%13.33
%48.89
%37.78

CMYK color model

#248466 color CMYK value is (73,0,23,48).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 48.24%
CMYK:
(73,0,23,48)
C73M0Y23K48 
(73%,0%,23%,48%)
(0.73/0.00/0.23/0.48)	

CMYK percentages

%72.73
%0
%22.73
%48.24

Codes

Color #248466 in popluar color models

248466
RGB36132102
HSL161°57.14%32.94%
HSB/HSV161°72.73%51.76%
CMYK72.73%0.00%22.73%
48.24%

Color #248466 in popluar number systems.

HEX248466
Decimal36132102
Binary100100100001001100110
Octal44204146

Shades and tints

Shades of #248466

#248466
(36,132,102)
#21785D
(33,120,93)
#1E6C54
(30,108,84)
#1B604B
(27,96,75)
#185442
(24,84,66)
#154839
(21,72,57)
#123C30
(18,60,48)
#0F3027
(15,48,39)
#0C241E
(12,36,30)
#091815
(9,24,21)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #248466

#248466
(36,132,102)
#378F73
(55,143,115)
#4A9A80
(74,154,128)
#5DA58D
(93,165,141)
#70B09A
(112,176,154)
#83BBA7
(131,187,167)
#96C6B4
(150,198,180)
#A9D1C1
(169,209,193)
#BCDCCE
(188,220,206)
#CFE7DB
(207,231,219)
#E2F2E8
(226,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #248466; }

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

This text font color is #248466.


Background Color

.myBgColor { background-color: #248466; }

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

This div background color is #248466.


Border color

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

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

This div border color is #248466.


Opacity

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

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

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

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

This text has shadow with #248466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248466 on black background.


Color preview on white background

This text has color #248466 on white background.



Black color preview on #248466 background

This text has black color on #248466 background.


White color preview on #248466 background

This text has white color on #248466 background.