COLOR #046B62

HEX: #046B62
RGB: (4,107,98)

Color info

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

RGB color model

#046B62 color RGB value is (4,107,98).

  • red value is 4;
  • green value is 107;
  • blue value is 98.
RGB:
(4,107,98)
(2%,42%,38%)

RGB channels and saturation

R 4 of 255 = 2%
G 107 of 255 = 42%
B 98 of 255 = 38%

4
107
98

R + G + B ~ 27%. #046B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 107 + 98 = 209 (100%)
R 4 of 209 ~ 1.91%
G 107 of 209 ~ 51.2%
B 98 of 209 ~ 46.89%

%51.2
%46.89

CMYK color model

#046B62 color CMYK value is (96,0,8,58).

  • cyan value is 96.26%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(96,0,8,58)
C96M0Y8K58 
(96%,0%,8%,58%)
(0.96/0.00/0.08/0.58)	

CMYK percentages

%96.26
%0
%8.41
%58.04

Codes

Color #046B62 in popluar color models

046B62
RGB410798
HSL175°92.79%21.76%
HSB/HSV175°96.26%41.96%
CMYK96.26%0.00%8.41%
58.04%

Color #046B62 in popluar number systems.

HEX046B62
Decimal410798
Binary10011010111100010
Octal4153142

Shades and tints

Shades of #046B62

#046B62
(4,107,98)
#04625A
(4,98,90)
#045952
(4,89,82)
#04504A
(4,80,74)
#044742
(4,71,66)
#043E3A
(4,62,58)
#043532
(4,53,50)
#042C2A
(4,44,42)
#042322
(4,35,34)
#041A1A
(4,26,26)
#041112
(4,17,18)
#000000
(0,0,0)

Tints of #046B62

#046B62
(4,107,98)
#1A7870
(26,120,112)
#30857E
(48,133,126)
#46928C
(70,146,140)
#5C9F9A
(92,159,154)
#72ACA8
(114,172,168)
#88B9B6
(136,185,182)
#9EC6C4
(158,198,196)
#B4D3D2
(180,211,210)
#CAE0E0
(202,224,224)
#E0EDEE
(224,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046B62 color. Also use rgb(4,107,98) instead hex code.

Text Font Color

.myTextColor { color: #046B62; }

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

This text font color is #046B62.


Background Color

.myBgColor { background-color: #046B62; }

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

This div background color is #046B62.


Border color

.myBorderColor { border: 1px solid #046B62; }

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

This div border color is #046B62.


Opacity

.myOpacity80 { color: #046B62; opacity: 0.8; }

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

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

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

This text has shadow with #046B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046B62 on black background.


Color preview on white background

This text has color #046B62 on white background.



Black color preview on #046B62 background

This text has black color on #046B62 background.


White color preview on #046B62 background

This text has white color on #046B62 background.