COLOR #046446

HEX: #046446
RGB: (4,100,70)

Color info

#046446 contains mainly green and blue colors. Web safe color of #046446 is #006633 (or #063).

RGB color model

#046446 color RGB value is (4,100,70).

  • red value is 4;
  • green value is 100;
  • blue value is 70.
RGB:
(4,100,70)
(2%,39%,27%)

RGB channels and saturation

R 4 of 255 = 2%
G 100 of 255 = 39%
B 70 of 255 = 27%

4
100
70

R + G + B ~ 23%. #046446 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 100 + 70 = 174 (100%)
R 4 of 174 ~ 2.3%
G 100 of 174 ~ 57.47%
B 70 of 174 ~ 40.23%

%57.47
%40.23

CMYK color model

#046446 color CMYK value is (96,0,30,61).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(96,0,30,61)
C96M0Y30K61 
(96%,0%,30%,61%)
(0.96/0.00/0.30/0.61)	

CMYK percentages

%96
%0
%30
%60.78

Codes

Color #046446 in popluar color models

046446
RGB410070
HSL161°92.31%20.39%
HSB/HSV161°96.00%39.22%
CMYK96.00%0.00%30.00%
60.78%

Color #046446 in popluar number systems.

HEX046446
Decimal410070
Binary10011001001000110
Octal4144106

Shades and tints

Shades of #046446

#046446
(4,100,70)
#045B40
(4,91,64)
#04523A
(4,82,58)
#044934
(4,73,52)
#04402E
(4,64,46)
#043728
(4,55,40)
#042E22
(4,46,34)
#04251C
(4,37,28)
#041C16
(4,28,22)
#041310
(4,19,16)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #046446

#046446
(4,100,70)
#1A7256
(26,114,86)
#308066
(48,128,102)
#468E76
(70,142,118)
#5C9C86
(92,156,134)
#72AA96
(114,170,150)
#88B8A6
(136,184,166)
#9EC6B6
(158,198,182)
#B4D4C6
(180,212,198)
#CAE2D6
(202,226,214)
#E0F0E6
(224,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046446 color. Also use rgb(4,100,70) instead hex code.

Text Font Color

.myTextColor { color: #046446; }

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

This text font color is #046446.


Background Color

.myBgColor { background-color: #046446; }

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

This div background color is #046446.


Border color

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

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

This div border color is #046446.


Opacity

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

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

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

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

This text has shadow with #046446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046446 on black background.


Color preview on white background

This text has color #046446 on white background.



Black color preview on #046446 background

This text has black color on #046446 background.


White color preview on #046446 background

This text has white color on #046446 background.