COLOR #067A4C

HEX: #067A4C RGB: (6,122,76)

Color info

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

RGB color model

#067A4C color RGB value is (6,122,76).

RGB: (6,122,76) (2%, 48%, 30%)

RGB channels and saturation

R 6 of 255 = 2%
G 122 of 255 = 48%
B 76 of 255 = 30%

6
122
76

R + G + B ~ 27%. #067A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 122 + 76 = 204 (100%)
R 6 of 204 ~ 2.94%
G 122 of 204 ~ 59.8%
B 76 of 204 ~ 37.25'%

%59.8
%37.25

CMYK color model

#067A4C color CMYK value is (95,0,38,52).

  • cyan value is 95.08%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 52.16%

CMYK: (95,0,38,52)
C95M0Y38K52 (95%, 0%, 38%, 52%)
(0.95 / 0.00 / 0.38 / 0.52)

CMYK percentages

%95.08
%0
%37.7
%52.16

Codes

Color #067A4C in popluar color models

06 7A 4C
RGB 6 122 76
HSL 156° 90.63% 25.10%
HSB/HSV 156° 95.08% 47.84%
CMYK 95.08% 0.00% 37.70%
52.16%

Color #067A4C in popluar number systems.

HEX 06 7A 4C
Decimal 6 122 76
Binary 110 1111010 1001100
Octal 6 172 114

Shades and tints

Shades of #067A4C

#067A4C
(6,122,76)
#066F46
(6,111,70)
#066440
(6,100,64)
#06593A
(6,89,58)
#064E34
(6,78,52)
#06432E
(6,67,46)
#063828
(6,56,40)
#062D22
(6,45,34)
#06221C
(6,34,28)
#061716
(6,23,22)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #067A4C

#067A4C
(6,122,76)
#1C865C
(28,134,92)
#32926C
(50,146,108)
#489E7C
(72,158,124)
#5EAA8C
(94,170,140)
#74B69C
(116,182,156)
#8AC2AC
(138,194,172)
#A0CEBC
(160,206,188)
#B6DACC
(182,218,204)
#CCE6DC
(204,230,220)
#E2F2EC
(226,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067A4C color. Also use rgb(6,122,76) instead hex code.

Text Font Color

.myTextColor { color: #067A4C; }

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

This text font color is #067A4C.

Background Color

.myBgColor { background-color: #067A4C; }

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

This div background color is #067A4C.

Border color

.myBorderColor { border: 1px solid #067A4C; }

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

This div border color is #067A4C.

Opacity

.myOpacity80 { color: #067A4C; opacity: 0.8; }

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

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

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

This text has shadow with #067A4C color.


.textShadow {text-shadow: 3px 3px 1px #067A4C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #067A4C; -webkit-box-shadow: 1px 1px 3px 2px #067A4C; box-shadow:1px 1px 3px 2px #067A4C;">
Div content here
</div>

This div box has shadow with color #067A4C.

Preview

Color preview on black background

This text has color #067A4C on black background.


Color preview on white background

This text has color #067A4C on white background.


Black color preview on #067A4C background

This text has black color on #067A4C background.


White color preview on #067A4C background

This text has white color on #067A4C background.


Related colors

Complementary color

Complementary color for #hex is #F985B3.


I love getcolorcode.com

Triadic colors

1 #4C067A and #7A4C06 with #067A4C are triadic colors.

2 #4C7A06 and #7A064C with #067A4C are triadic colors.