COLOR #06474A

HEX: #06474A
RGB: (6,71,74)

Color info

#06474A contains mainly green and blue colors. Web safe color of #06474A is #003333 (or #033).

RGB color model

#06474A color RGB value is (6,71,74).

  • red value is 6;
  • green value is 71;
  • blue value is 74.
RGB:
(6,71,74)
(2%,28%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 71 of 255 = 28%
B 74 of 255 = 29%

6
71
74

R + G + B ~ 20%. #06474A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 71 + 74 = 151 (100%)
R 6 of 151 ~ 3.97%
G 71 of 151 ~ 47.02%
B 74 of 151 ~ 49.01%

%47.02
%49.01

CMYK color model

#06474A color CMYK value is (92,4,0,71).

  • cyan value is 91.89%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(92,4,0,71)
C92M4Y0K71 
(92%,4%,0%,71%)
(0.92/0.04/0.00/0.71)	

CMYK percentages

%91.89
%4.05
%0
%70.98

Codes

Color #06474A in popluar color models

06474A
RGB67174
HSL183°85.00%15.69%
HSB/HSV183°91.89%29.02%
CMYK91.89%4.05%0.00%
70.98%

Color #06474A in popluar number systems.

HEX06474A
Decimal67174
Binary11010001111001010
Octal6107112

Shades and tints

Shades of #06474A

#06474A
(6,71,74)
#064144
(6,65,68)
#063B3E
(6,59,62)
#063538
(6,53,56)
#062F32
(6,47,50)
#06292C
(6,41,44)
#062326
(6,35,38)
#061D20
(6,29,32)
#06171A
(6,23,26)
#061114
(6,17,20)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #06474A

#06474A
(6,71,74)
#1C575A
(28,87,90)
#32676A
(50,103,106)
#48777A
(72,119,122)
#5E878A
(94,135,138)
#74979A
(116,151,154)
#8AA7AA
(138,167,170)
#A0B7BA
(160,183,186)
#B6C7CA
(182,199,202)
#CCD7DA
(204,215,218)
#E2E7EA
(226,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06474A color. Also use rgb(6,71,74) instead hex code.

Text Font Color

.myTextColor { color: #06474A; }

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

This text font color is #06474A.


Background Color

.myBgColor { background-color: #06474A; }

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

This div background color is #06474A.


Border color

.myBorderColor { border: 1px solid #06474A; }

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

This div border color is #06474A.


Opacity

.myOpacity80 { color: #06474A; opacity: 0.8; }

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

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

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

This text has shadow with #06474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06474A on black background.


Color preview on white background

This text has color #06474A on white background.



Black color preview on #06474A background

This text has black color on #06474A background.


White color preview on #06474A background

This text has white color on #06474A background.