COLOR #247467

HEX: #247467
RGB: (36,116,103)

Color info

#247467 contains mainly green and blue colors. Web safe color of #247467 is #336666 (or #366).

RGB color model

#247467 color RGB value is (36,116,103).

  • red value is 36;
  • green value is 116;
  • blue value is 103.
RGB:
(36,116,103)
(14%,45%,40%)

RGB channels and saturation

R 36 of 255 = 14%
G 116 of 255 = 45%
B 103 of 255 = 40%

36
116
103

R + G + B ~ 33%. #247467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 116 + 103 = 255 (100%)
R 36 of 255 ~ 14.12%
G 116 of 255 ~ 45.49%
B 103 of 255 ~ 40.39%

%14.12
%45.49
%40.39

CMYK color model

#247467 color CMYK value is (69,0,11,55).

  • cyan value is 68.97%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(69,0,11,55)
C69M0Y11K55 
(69%,0%,11%,55%)
(0.69/0.00/0.11/0.55)	

CMYK percentages

%68.97
%0
%11.21
%54.51

Codes

Color #247467 in popluar color models

247467
RGB36116103
HSL170°52.63%29.80%
HSB/HSV170°68.97%45.49%
CMYK68.97%0.00%11.21%
54.51%

Color #247467 in popluar number systems.

HEX247467
Decimal36116103
Binary10010011101001100111
Octal44164147

Shades and tints

Shades of #247467

#247467
(36,116,103)
#216A5E
(33,106,94)
#1E6055
(30,96,85)
#1B564C
(27,86,76)
#184C43
(24,76,67)
#15423A
(21,66,58)
#123831
(18,56,49)
#0F2E28
(15,46,40)
#0C241F
(12,36,31)
#091A16
(9,26,22)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #247467

#247467
(36,116,103)
#378074
(55,128,116)
#4A8C81
(74,140,129)
#5D988E
(93,152,142)
#70A49B
(112,164,155)
#83B0A8
(131,176,168)
#96BCB5
(150,188,181)
#A9C8C2
(169,200,194)
#BCD4CF
(188,212,207)
#CFE0DC
(207,224,220)
#E2ECE9
(226,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247467 color. Also use rgb(36,116,103) instead hex code.

Text Font Color

.myTextColor { color: #247467; }

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

This text font color is #247467.


Background Color

.myBgColor { background-color: #247467; }

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

This div background color is #247467.


Border color

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

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

This div border color is #247467.


Opacity

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

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

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

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

This text has shadow with #247467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247467 on black background.


Color preview on white background

This text has color #247467 on white background.



Black color preview on #247467 background

This text has black color on #247467 background.


White color preview on #247467 background

This text has white color on #247467 background.