COLOR #066541

HEX: #066541
RGB: (6,101,65)

Color info

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

RGB color model

#066541 color RGB value is (6,101,65).

  • red value is 6;
  • green value is 101;
  • blue value is 65.
RGB:
(6,101,65)
(2%,40%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 101 of 255 = 40%
B 65 of 255 = 25%

6
101
65

R + G + B ~ 22%. #066541 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 101 + 65 = 172 (100%)
R 6 of 172 ~ 3.49%
G 101 of 172 ~ 58.72%
B 65 of 172 ~ 37.79%

%58.72
%37.79

CMYK color model

#066541 color CMYK value is (94,0,36,60).

  • cyan value is 94.06%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 60.39%
CMYK:
(94,0,36,60)
C94M0Y36K60 
(94%,0%,36%,60%)
(0.94/0.00/0.36/0.60)	

CMYK percentages

%94.06
%0
%35.64
%60.39

Codes

Color #066541 in popluar color models

066541
RGB610165
HSL157°88.79%20.98%
HSB/HSV157°94.06%39.61%
CMYK94.06%0.00%35.64%
60.39%

Color #066541 in popluar number systems.

HEX066541
Decimal610165
Binary11011001011000001
Octal6145101

Shades and tints

Shades of #066541

#066541
(6,101,65)
#065C3C
(6,92,60)
#065337
(6,83,55)
#064A32
(6,74,50)
#06412D
(6,65,45)
#063828
(6,56,40)
#062F23
(6,47,35)
#06261E
(6,38,30)
#061D19
(6,29,25)
#061414
(6,20,20)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #066541

#066541
(6,101,65)
#1C7352
(28,115,82)
#328163
(50,129,99)
#488F74
(72,143,116)
#5E9D85
(94,157,133)
#74AB96
(116,171,150)
#8AB9A7
(138,185,167)
#A0C7B8
(160,199,184)
#B6D5C9
(182,213,201)
#CCE3DA
(204,227,218)
#E2F1EB
(226,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066541 color. Also use rgb(6,101,65) instead hex code.

Text Font Color

.myTextColor { color: #066541; }

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

This text font color is #066541.


Background Color

.myBgColor { background-color: #066541; }

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

This div background color is #066541.


Border color

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

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

This div border color is #066541.


Opacity

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

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

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

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

This text has shadow with #066541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066541 on black background.


Color preview on white background

This text has color #066541 on white background.



Black color preview on #066541 background

This text has black color on #066541 background.


White color preview on #066541 background

This text has white color on #066541 background.