COLOR #048A8A

HEX: #048A8A
RGB: (4,138,138)

Color info

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

RGB color model

#048A8A color RGB value is (4,138,138).

  • red value is 4;
  • green value is 138;
  • blue value is 138.
RGB:
(4,138,138)
(2%,54%,54%)

RGB channels and saturation

R 4 of 255 = 2%
G 138 of 255 = 54%
B 138 of 255 = 54%

4
138
138

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

Portions of RGB colors in percentages

R + G + B =
4 + 138 + 138 = 280 (100%)
R 4 of 280 ~ 1.43%
G 138 of 280 ~ 49.29%
B 138 of 280 ~ 49.29%

%49.29
%49.29

CMYK color model

#048A8A color CMYK value is (97,0,0,46).

  • cyan value is 97.10%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(97,0,0,46)
C97M0Y0K46 
(97%,0%,0%,46%)
(0.97/0.00/0.00/0.46)	

CMYK percentages

%97.1
%0
%0
%45.88

Codes

Color #048A8A in popluar color models

048A8A
RGB4138138
HSL180°94.37%27.84%
HSB/HSV180°97.10%54.12%
CMYK97.10%0.00%0.00%
45.88%

Color #048A8A in popluar number systems.

HEX048A8A
Decimal4138138
Binary1001000101010001010
Octal4212212

Shades and tints

Shades of #048A8A

#048A8A
(4,138,138)
#047E7E
(4,126,126)
#047272
(4,114,114)
#046666
(4,102,102)
#045A5A
(4,90,90)
#044E4E
(4,78,78)
#044242
(4,66,66)
#043636
(4,54,54)
#042A2A
(4,42,42)
#041E1E
(4,30,30)
#041212
(4,18,18)
#000000
(0,0,0)

Tints of #048A8A

#048A8A
(4,138,138)
#1A9494
(26,148,148)
#309E9E
(48,158,158)
#46A8A8
(70,168,168)
#5CB2B2
(92,178,178)
#72BCBC
(114,188,188)
#88C6C6
(136,198,198)
#9ED0D0
(158,208,208)
#B4DADA
(180,218,218)
#CAE4E4
(202,228,228)
#E0EEEE
(224,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048A8A color. Also use rgb(4,138,138) instead hex code.

Text Font Color

.myTextColor { color: #048A8A; }

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

This text font color is #048A8A.


Background Color

.myBgColor { background-color: #048A8A; }

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

This div background color is #048A8A.


Border color

.myBorderColor { border: 1px solid #048A8A; }

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

This div border color is #048A8A.


Opacity

.myOpacity80 { color: #048A8A; opacity: 0.8; }

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

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

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

This text has shadow with #048A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048A8A on black background.


Color preview on white background

This text has color #048A8A on white background.



Black color preview on #048A8A background

This text has black color on #048A8A background.


White color preview on #048A8A background

This text has white color on #048A8A background.