COLOR #248372

HEX: #248372
RGB: (36,131,114)

Color info

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

RGB color model

#248372 color RGB value is (36,131,114).

  • red value is 36;
  • green value is 131;
  • blue value is 114.
RGB:
(36,131,114)
(14%,51%,45%)

RGB channels and saturation

R 36 of 255 = 14%
G 131 of 255 = 51%
B 114 of 255 = 45%

36
131
114

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

Portions of RGB colors in percentages

R + G + B =
36 + 131 + 114 = 281 (100%)
R 36 of 281 ~ 12.81%
G 131 of 281 ~ 46.62%
B 114 of 281 ~ 40.57%

%12.81
%46.62
%40.57

CMYK color model

#248372 color CMYK value is (73,0,13,49).

  • cyan value is 72.52%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(73,0,13,49)
C73M0Y13K49 
(73%,0%,13%,49%)
(0.73/0.00/0.13/0.49)	

CMYK percentages

%72.52
%0
%12.98
%48.63

Codes

Color #248372 in popluar color models

248372
RGB36131114
HSL169°56.89%32.75%
HSB/HSV169°72.52%51.37%
CMYK72.52%0.00%12.98%
48.63%

Color #248372 in popluar number systems.

HEX248372
Decimal36131114
Binary100100100000111110010
Octal44203162

Shades and tints

Shades of #248372

#248372
(36,131,114)
#217868
(33,120,104)
#1E6D5E
(30,109,94)
#1B6254
(27,98,84)
#18574A
(24,87,74)
#154C40
(21,76,64)
#124136
(18,65,54)
#0F362C
(15,54,44)
#0C2B22
(12,43,34)
#092018
(9,32,24)
#06150E
(6,21,14)
#000000
(0,0,0)

Tints of #248372

#248372
(36,131,114)
#378E7E
(55,142,126)
#4A998A
(74,153,138)
#5DA496
(93,164,150)
#70AFA2
(112,175,162)
#83BAAE
(131,186,174)
#96C5BA
(150,197,186)
#A9D0C6
(169,208,198)
#BCDBD2
(188,219,210)
#CFE6DE
(207,230,222)
#E2F1EA
(226,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248372 color. Also use rgb(36,131,114) instead hex code.

Text Font Color

.myTextColor { color: #248372; }

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

This text font color is #248372.


Background Color

.myBgColor { background-color: #248372; }

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

This div background color is #248372.


Border color

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

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

This div border color is #248372.


Opacity

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

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

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

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

This text has shadow with #248372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248372 on black background.


Color preview on white background

This text has color #248372 on white background.



Black color preview on #248372 background

This text has black color on #248372 background.


White color preview on #248372 background

This text has white color on #248372 background.