COLOR #066B49

HEX: #066B49
RGB: (6,107,73)

Color info

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

RGB color model

#066B49 color RGB value is (6,107,73).

  • red value is 6;
  • green value is 107;
  • blue value is 73.
RGB:
(6,107,73)
(2%,42%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 107 of 255 = 42%
B 73 of 255 = 29%

6
107
73

R + G + B ~ 24%. #066B49 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 107 + 73 = 186 (100%)
R 6 of 186 ~ 3.23%
G 107 of 186 ~ 57.53%
B 73 of 186 ~ 39.25%

%57.53
%39.25

CMYK color model

#066B49 color CMYK value is (94,0,32,58).

  • cyan value is 94.39%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(94,0,32,58)
C94M0Y32K58 
(94%,0%,32%,58%)
(0.94/0.00/0.32/0.58)	

CMYK percentages

%94.39
%0
%31.78
%58.04

Codes

Color #066B49 in popluar color models

066B49
RGB610773
HSL160°89.38%22.16%
HSB/HSV160°94.39%41.96%
CMYK94.39%0.00%31.78%
58.04%

Color #066B49 in popluar number systems.

HEX066B49
Decimal610773
Binary11011010111001001
Octal6153111

Shades and tints

Shades of #066B49

#066B49
(6,107,73)
#066243
(6,98,67)
#06593D
(6,89,61)
#065037
(6,80,55)
#064731
(6,71,49)
#063E2B
(6,62,43)
#063525
(6,53,37)
#062C1F
(6,44,31)
#062319
(6,35,25)
#061A13
(6,26,19)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #066B49

#066B49
(6,107,73)
#1C7859
(28,120,89)
#328569
(50,133,105)
#489279
(72,146,121)
#5E9F89
(94,159,137)
#74AC99
(116,172,153)
#8AB9A9
(138,185,169)
#A0C6B9
(160,198,185)
#B6D3C9
(182,211,201)
#CCE0D9
(204,224,217)
#E2EDE9
(226,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066B49 color. Also use rgb(6,107,73) instead hex code.

Text Font Color

.myTextColor { color: #066B49; }

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

This text font color is #066B49.


Background Color

.myBgColor { background-color: #066B49; }

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

This div background color is #066B49.


Border color

.myBorderColor { border: 1px solid #066B49; }

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

This div border color is #066B49.


Opacity

.myOpacity80 { color: #066B49; opacity: 0.8; }

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

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

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

This text has shadow with #066B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066B49 on black background.


Color preview on white background

This text has color #066B49 on white background.



Black color preview on #066B49 background

This text has black color on #066B49 background.


White color preview on #066B49 background

This text has white color on #066B49 background.