COLOR #04918D

HEX: #04918D
RGB: (4,145,141)

Color info

#04918D contains mainly green and blue colors. Web safe color of #04918D is #009999 (or #099).

RGB color model

#04918D color RGB value is (4,145,141).

  • red value is 4;
  • green value is 145;
  • blue value is 141.
RGB:
(4,145,141)
(2%,57%,55%)

RGB channels and saturation

R 4 of 255 = 2%
G 145 of 255 = 57%
B 141 of 255 = 55%

4
145
141

R + G + B ~ 38%. #04918D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 145 + 141 = 290 (100%)
R 4 of 290 ~ 1.38%
G 145 of 290 ~ 50%
B 141 of 290 ~ 48.62%

%50
%48.62

CMYK color model

#04918D color CMYK value is (97,0,3,43).

  • cyan value is 97.24%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 43.14%
CMYK:
(97,0,3,43)
C97M0Y3K43 
(97%,0%,3%,43%)
(0.97/0.00/0.03/0.43)	

CMYK percentages

%97.24
%0
%2.76
%43.14

Codes

Color #04918D in popluar color models

04918D
RGB4145141
HSL178°94.63%29.22%
HSB/HSV178°97.24%56.86%
CMYK97.24%0.00%2.76%
43.14%

Color #04918D in popluar number systems.

HEX04918D
Decimal4145141
Binary1001001000110001101
Octal4221215

Shades and tints

Shades of #04918D

#04918D
(4,145,141)
#048481
(4,132,129)
#047775
(4,119,117)
#046A69
(4,106,105)
#045D5D
(4,93,93)
#045051
(4,80,81)
#044345
(4,67,69)
#043639
(4,54,57)
#04292D
(4,41,45)
#041C21
(4,28,33)
#040F15
(4,15,21)
#000000
(0,0,0)

Tints of #04918D

#04918D
(4,145,141)
#1A9B97
(26,155,151)
#30A5A1
(48,165,161)
#46AFAB
(70,175,171)
#5CB9B5
(92,185,181)
#72C3BF
(114,195,191)
#88CDC9
(136,205,201)
#9ED7D3
(158,215,211)
#B4E1DD
(180,225,221)
#CAEBE7
(202,235,231)
#E0F5F1
(224,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04918D color. Also use rgb(4,145,141) instead hex code.

Text Font Color

.myTextColor { color: #04918D; }

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

This text font color is #04918D.


Background Color

.myBgColor { background-color: #04918D; }

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

This div background color is #04918D.


Border color

.myBorderColor { border: 1px solid #04918D; }

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

This div border color is #04918D.


Opacity

.myOpacity80 { color: #04918D; opacity: 0.8; }

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

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

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

This text has shadow with #04918D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04918D on black background.


Color preview on white background

This text has color #04918D on white background.



Black color preview on #04918D background

This text has black color on #04918D background.


White color preview on #04918D background

This text has white color on #04918D background.