COLOR #049463

HEX: #049463
RGB: (4,148,99)

Color info

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

RGB color model

#049463 color RGB value is (4,148,99).

  • red value is 4;
  • green value is 148;
  • blue value is 99.
RGB:
(4,148,99)
(2%,58%,39%)

RGB channels and saturation

R 4 of 255 = 2%
G 148 of 255 = 58%
B 99 of 255 = 39%

4
148
99

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

Portions of RGB colors in percentages

R + G + B =
4 + 148 + 99 = 251 (100%)
R 4 of 251 ~ 1.59%
G 148 of 251 ~ 58.96%
B 99 of 251 ~ 39.44%

%58.96
%39.44

CMYK color model

#049463 color CMYK value is (97,0,33,42).

  • cyan value is 97.30%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(97,0,33,42)
C97M0Y33K42 
(97%,0%,33%,42%)
(0.97/0.00/0.33/0.42)	

CMYK percentages

%97.3
%0
%33.11
%41.96

Codes

Color #049463 in popluar color models

049463
RGB414899
HSL160°94.74%29.80%
HSB/HSV160°97.30%58.04%
CMYK97.30%0.00%33.11%
41.96%

Color #049463 in popluar number systems.

HEX049463
Decimal414899
Binary100100101001100011
Octal4224143

Shades and tints

Shades of #049463

#049463
(4,148,99)
#04875A
(4,135,90)
#047A51
(4,122,81)
#046D48
(4,109,72)
#04603F
(4,96,63)
#045336
(4,83,54)
#04462D
(4,70,45)
#043924
(4,57,36)
#042C1B
(4,44,27)
#041F12
(4,31,18)
#041209
(4,18,9)
#000000
(0,0,0)

Tints of #049463

#049463
(4,148,99)
#1A9D71
(26,157,113)
#30A67F
(48,166,127)
#46AF8D
(70,175,141)
#5CB89B
(92,184,155)
#72C1A9
(114,193,169)
#88CAB7
(136,202,183)
#9ED3C5
(158,211,197)
#B4DCD3
(180,220,211)
#CAE5E1
(202,229,225)
#E0EEEF
(224,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #049463 color. Also use rgb(4,148,99) instead hex code.

Text Font Color

.myTextColor { color: #049463; }

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

This text font color is #049463.


Background Color

.myBgColor { background-color: #049463; }

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

This div background color is #049463.


Border color

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

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

This div border color is #049463.


Opacity

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

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

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

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

This text has shadow with #049463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049463 on black background.


Color preview on white background

This text has color #049463 on white background.



Black color preview on #049463 background

This text has black color on #049463 background.


White color preview on #049463 background

This text has white color on #049463 background.