COLOR #18474A

HEX: #18474A
RGB: (24,71,74)

Color info

#18474A contains red, green and blue colors in about the same proportion. Web safe color of #18474A is #003333 (or #033).

RGB color model

#18474A color RGB value is (24,71,74).

  • red value is 24;
  • green value is 71;
  • blue value is 74.
RGB:
(24,71,74)
(9%,28%,29%)

RGB channels and saturation

R 24 of 255 = 9%
G 71 of 255 = 28%
B 74 of 255 = 29%

24
71
74

R + G + B ~ 22%. #18474A is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 71 + 74 = 169 (100%)
R 24 of 169 ~ 14.2%
G 71 of 169 ~ 42.01%
B 74 of 169 ~ 43.79%

%14.2
%42.01
%43.79

CMYK color model

#18474A color CMYK value is (68,4,0,71).

  • cyan value is 67.57%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(68,4,0,71)
C68M4Y0K71 
(68%,4%,0%,71%)
(0.68/0.04/0.00/0.71)	

CMYK percentages

%67.57
%4.05
%0
%70.98

Codes

Color #18474A in popluar color models

18474A
RGB247174
HSL184°51.02%19.22%
HSB/HSV184°67.57%29.02%
CMYK67.57%4.05%0.00%
70.98%

Color #18474A in popluar number systems.

HEX18474A
Decimal247174
Binary1100010001111001010
Octal30107112

Shades and tints

Shades of #18474A

#18474A
(24,71,74)
#164144
(22,65,68)
#143B3E
(20,59,62)
#123538
(18,53,56)
#102F32
(16,47,50)
#0E292C
(14,41,44)
#0C2326
(12,35,38)
#0A1D20
(10,29,32)
#08171A
(8,23,26)
#061114
(6,17,20)
#040B0E
(4,11,14)
#000000
(0,0,0)

Tints of #18474A

#18474A
(24,71,74)
#2D575A
(45,87,90)
#42676A
(66,103,106)
#57777A
(87,119,122)
#6C878A
(108,135,138)
#81979A
(129,151,154)
#96A7AA
(150,167,170)
#ABB7BA
(171,183,186)
#C0C7CA
(192,199,202)
#D5D7DA
(213,215,218)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18474A color. Also use rgb(24,71,74) instead hex code.

Text Font Color

.myTextColor { color: #18474A; }

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

This text font color is #18474A.


Background Color

.myBgColor { background-color: #18474A; }

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

This div background color is #18474A.


Border color

.myBorderColor { border: 1px solid #18474A; }

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

This div border color is #18474A.


Opacity

.myOpacity80 { color: #18474A; opacity: 0.8; }

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

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

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

This text has shadow with #18474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18474A on black background.


Color preview on white background

This text has color #18474A on white background.



Black color preview on #18474A background

This text has black color on #18474A background.


White color preview on #18474A background

This text has white color on #18474A background.