COLOR #048075

HEX: #048075
RGB: (4,128,117)

Color info

#048075 contains mainly green and blue colors. Web safe color of #048075 is #006666 (or #066).

RGB color model

#048075 color RGB value is (4,128,117).

  • red value is 4;
  • green value is 128;
  • blue value is 117.
RGB:
(4,128,117)
(2%,50%,46%)

RGB channels and saturation

R 4 of 255 = 2%
G 128 of 255 = 50%
B 117 of 255 = 46%

4
128
117

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

Portions of RGB colors in percentages

R + G + B =
4 + 128 + 117 = 249 (100%)
R 4 of 249 ~ 1.61%
G 128 of 249 ~ 51.41%
B 117 of 249 ~ 46.99%

%51.41
%46.99

CMYK color model

#048075 color CMYK value is (97,0,9,50).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 49.80%
CMYK:
(97,0,9,50)
C97M0Y9K50 
(97%,0%,9%,50%)
(0.97/0.00/0.09/0.50)	

CMYK percentages

%96.88
%0
%8.59
%49.8

Codes

Color #048075 in popluar color models

048075
RGB4128117
HSL175°93.94%25.88%
HSB/HSV175°96.88%50.20%
CMYK96.88%0.00%8.59%
49.80%

Color #048075 in popluar number systems.

HEX048075
Decimal4128117
Binary100100000001110101
Octal4200165

Shades and tints

Shades of #048075

#048075
(4,128,117)
#04756B
(4,117,107)
#046A61
(4,106,97)
#045F57
(4,95,87)
#04544D
(4,84,77)
#044943
(4,73,67)
#043E39
(4,62,57)
#04332F
(4,51,47)
#042825
(4,40,37)
#041D1B
(4,29,27)
#041211
(4,18,17)
#000000
(0,0,0)

Tints of #048075

#048075
(4,128,117)
#1A8B81
(26,139,129)
#30968D
(48,150,141)
#46A199
(70,161,153)
#5CACA5
(92,172,165)
#72B7B1
(114,183,177)
#88C2BD
(136,194,189)
#9ECDC9
(158,205,201)
#B4D8D5
(180,216,213)
#CAE3E1
(202,227,225)
#E0EEED
(224,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048075 color. Also use rgb(4,128,117) instead hex code.

Text Font Color

.myTextColor { color: #048075; }

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

This text font color is #048075.


Background Color

.myBgColor { background-color: #048075; }

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

This div background color is #048075.


Border color

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

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

This div border color is #048075.


Opacity

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

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

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

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

This text has shadow with #048075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048075 on black background.


Color preview on white background

This text has color #048075 on white background.



Black color preview on #048075 background

This text has black color on #048075 background.


White color preview on #048075 background

This text has white color on #048075 background.