COLOR #048560

HEX: #048560
RGB: (4,133,96)

Color info

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

RGB color model

#048560 color RGB value is (4,133,96).

  • red value is 4;
  • green value is 133;
  • blue value is 96.
RGB:
(4,133,96)
(2%,52%,38%)

RGB channels and saturation

R 4 of 255 = 2%
G 133 of 255 = 52%
B 96 of 255 = 38%

4
133
96

R + G + B ~ 31%. #048560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 133 + 96 = 233 (100%)
R 4 of 233 ~ 1.72%
G 133 of 233 ~ 57.08%
B 96 of 233 ~ 41.2%

%57.08
%41.2

CMYK color model

#048560 color CMYK value is (97,0,28,48).

  • cyan value is 96.99%
  • magenta value is 0.00%
  • yellow value is 27.82%
  • key color value is 47.84%
CMYK:
(97,0,28,48)
C97M0Y28K48 
(97%,0%,28%,48%)
(0.97/0.00/0.28/0.48)	

CMYK percentages

%96.99
%0
%27.82
%47.84

Codes

Color #048560 in popluar color models

048560
RGB413396
HSL163°94.16%26.86%
HSB/HSV163°96.99%52.16%
CMYK96.99%0.00%27.82%
47.84%

Color #048560 in popluar number systems.

HEX048560
Decimal413396
Binary100100001011100000
Octal4205140

Shades and tints

Shades of #048560

#048560
(4,133,96)
#047958
(4,121,88)
#046D50
(4,109,80)
#046148
(4,97,72)
#045540
(4,85,64)
#044938
(4,73,56)
#043D30
(4,61,48)
#043128
(4,49,40)
#042520
(4,37,32)
#041918
(4,25,24)
#040D10
(4,13,16)
#000000
(0,0,0)

Tints of #048560

#048560
(4,133,96)
#1A906E
(26,144,110)
#309B7C
(48,155,124)
#46A68A
(70,166,138)
#5CB198
(92,177,152)
#72BCA6
(114,188,166)
#88C7B4
(136,199,180)
#9ED2C2
(158,210,194)
#B4DDD0
(180,221,208)
#CAE8DE
(202,232,222)
#E0F3EC
(224,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048560 color. Also use rgb(4,133,96) instead hex code.

Text Font Color

.myTextColor { color: #048560; }

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

This text font color is #048560.


Background Color

.myBgColor { background-color: #048560; }

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

This div background color is #048560.


Border color

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

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

This div border color is #048560.


Opacity

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

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

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

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

This text has shadow with #048560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048560 on black background.


Color preview on white background

This text has color #048560 on white background.



Black color preview on #048560 background

This text has black color on #048560 background.


White color preview on #048560 background

This text has white color on #048560 background.