COLOR #046D6F

HEX: #046D6F
RGB: (4,109,111)

Color info

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

RGB color model

#046D6F color RGB value is (4,109,111).

  • red value is 4;
  • green value is 109;
  • blue value is 111.
RGB:
(4,109,111)
(2%,43%,44%)

RGB channels and saturation

R 4 of 255 = 2%
G 109 of 255 = 43%
B 111 of 255 = 44%

4
109
111

R + G + B ~ 30%. #046D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 109 + 111 = 224 (100%)
R 4 of 224 ~ 1.79%
G 109 of 224 ~ 48.66%
B 111 of 224 ~ 49.55%

%48.66
%49.55

CMYK color model

#046D6F color CMYK value is (96,2,0,56).

  • cyan value is 96.40%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(96,2,0,56)
C96M2Y0K56 
(96%,2%,0%,56%)
(0.96/0.02/0.00/0.56)	

CMYK percentages

%96.4
%1.8
%0
%56.47

Codes

Color #046D6F in popluar color models

046D6F
RGB4109111
HSL181°93.04%22.55%
HSB/HSV181°96.40%43.53%
CMYK96.40%1.80%0.00%
56.47%

Color #046D6F in popluar number systems.

HEX046D6F
Decimal4109111
Binary10011011011101111
Octal4155157

Shades and tints

Shades of #046D6F

#046D6F
(4,109,111)
#046465
(4,100,101)
#045B5B
(4,91,91)
#045251
(4,82,81)
#044947
(4,73,71)
#04403D
(4,64,61)
#043733
(4,55,51)
#042E29
(4,46,41)
#04251F
(4,37,31)
#041C15
(4,28,21)
#04130B
(4,19,11)
#000000
(0,0,0)

Tints of #046D6F

#046D6F
(4,109,111)
#1A7A7C
(26,122,124)
#308789
(48,135,137)
#469496
(70,148,150)
#5CA1A3
(92,161,163)
#72AEB0
(114,174,176)
#88BBBD
(136,187,189)
#9EC8CA
(158,200,202)
#B4D5D7
(180,213,215)
#CAE2E4
(202,226,228)
#E0EFF1
(224,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046D6F color. Also use rgb(4,109,111) instead hex code.

Text Font Color

.myTextColor { color: #046D6F; }

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

This text font color is #046D6F.


Background Color

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

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

This div background color is #046D6F.


Border color

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

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

This div border color is #046D6F.


Opacity

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

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

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

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

This text has shadow with #046D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046D6F on black background.


Color preview on white background

This text has color #046D6F on white background.



Black color preview on #046D6F background

This text has black color on #046D6F background.


White color preview on #046D6F background

This text has white color on #046D6F background.