COLOR #048F78

HEX: #048F78 RGB: (4,143,120)

Color info

#048F78 contains mainly green and blue colors. Web safe color of #048F78 is #009966 (or #096).

RGB color model

#048F78 color RGB value is (4,143,120).

RGB: (4,143,120) (2%, 56%, 47%)

RGB channels and saturation

R 4 of 255 = 2%
G 143 of 255 = 56%
B 120 of 255 = 47%

4
143
120

R + G + B ~ 35%. #048F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 143 + 120 = 267 (100%)
R 4 of 267 ~ 1.5%
G 143 of 267 ~ 53.56%
B 120 of 267 ~ 44.94'%

%53.56
%44.94

CMYK color model

#048F78 color CMYK value is (97,0,16,44).

  • cyan value is 97.20%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%

CMYK: (97,0,16,44)
C97M0Y16K44 (97%, 0%, 16%, 44%)
(0.97 / 0.00 / 0.16 / 0.44)

CMYK percentages

%97.2
%0
%16.08
%43.92

Codes

Color #048F78 in popluar color models

04 8F 78
RGB 4 143 120
HSL 170° 94.56% 28.82%
HSB/HSV 170° 97.20% 56.08%
CMYK 97.20% 0.00% 16.08%
43.92%

Color #048F78 in popluar number systems.

HEX 04 8F 78
Decimal 4 143 120
Binary 100 10001111 1111000
Octal 4 217 170

Shades and tints

Shades of #048F78

#048F78
(4,143,120)
#04826E
(4,130,110)
#047564
(4,117,100)
#04685A
(4,104,90)
#045B50
(4,91,80)
#044E46
(4,78,70)
#04413C
(4,65,60)
#043432
(4,52,50)
#042728
(4,39,40)
#041A1E
(4,26,30)
#040D14
(4,13,20)
#000000
(0,0,0)

Tints of #048F78

#048F78
(4,143,120)
#1A9984
(26,153,132)
#30A390
(48,163,144)
#46AD9C
(70,173,156)
#5CB7A8
(92,183,168)
#72C1B4
(114,193,180)
#88CBC0
(136,203,192)
#9ED5CC
(158,213,204)
#B4DFD8
(180,223,216)
#CAE9E4
(202,233,228)
#E0F3F0
(224,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #048F78; }

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

This text font color is #048F78.

Background Color

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

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

This div background color is #048F78.

Border color

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

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

This div border color is #048F78.

Opacity

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

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

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

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

This text has shadow with #048F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #048F78.

Preview

Color preview on black background

This text has color #048F78 on black background.


Color preview on white background

This text has color #048F78 on white background.


Black color preview on #048F78 background

This text has black color on #048F78 background.


White color preview on #048F78 background

This text has white color on #048F78 background.


Related colors

Complementary color

Complementary color for #hex is #FB7087.


I love getcolorcode.com

Triadic colors

1 #78048F and #8F7804 with #048F78 are triadic colors.

2 #788F04 and #8F0478 with #048F78 are triadic colors.