COLOR #006753

HEX: #006753 RGB: (0,103,83)

Color info

#006753 contains only green and blue colors. Web safe color of #006753 is #006666 (or #066).

RGB color model

#006753 color RGB value is (0,103,83).

RGB: (0,103,83) (0%, 40%, 33%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 83 of 255 = 33%

0
103
83

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

Portions of RGB colors in percentages

R + G + B = 0 + 103 + 83 = 186 (100%)
R 0 of 186 ~ 0%
G 103 of 186 ~ 55.38%
B 83 of 186 ~ 44.62'%

%55.38
%44.62

CMYK color model

#006753 color CMYK value is (100,0,19,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%

CMYK: (100,0,19,60)
C100M0Y19K60 (100%, 0%, 19%, 60%)
(1.00 / 0.00 / 0.19 / 0.60)

CMYK percentages

%100
%0
%19.42
%59.61

Codes

Color #006753 in popluar color models

00 67 53
RGB 0 103 83
HSL 168° 100.00% 20.20%
HSB/HSV 168° 100.00% 40.39%
CMYK 100.00% 0.00% 19.42%
59.61%

Color #006753 in popluar number systems.

HEX 00 67 53
Decimal 0 103 83
Binary 0 1100111 1010011
Octal 0 147 123

Shades and tints

Shades of #006753

#006753
(0,103,83)
#005E4C
(0,94,76)
#005545
(0,85,69)
#004C3E
(0,76,62)
#004337
(0,67,55)
#003A30
(0,58,48)
#003129
(0,49,41)
#002822
(0,40,34)
#001F1B
(0,31,27)
#001614
(0,22,20)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #006753

#006753
(0,103,83)
#177462
(23,116,98)
#2E8171
(46,129,113)
#458E80
(69,142,128)
#5C9B8F
(92,155,143)
#73A89E
(115,168,158)
#8AB5AD
(138,181,173)
#A1C2BC
(161,194,188)
#B8CFCB
(184,207,203)
#CFDCDA
(207,220,218)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006753 color. Also use rgb(0,103,83) instead hex code.

Text Font Color

.myTextColor { color: #006753; }

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

This text font color is #006753.

Background Color

.myBgColor { background-color: #006753; }

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

This div background color is #006753.

Border color

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

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

This div border color is #006753.

Opacity

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

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

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

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

This text has shadow with #006753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #006753.

Preview

Color preview on black background

This text has color #006753 on black background.


Color preview on white background

This text has color #006753 on white background.


Black color preview on #006753 background

This text has black color on #006753 background.


White color preview on #006753 background

This text has white color on #006753 background.


Related colors

Complementary color

Complementary color for #hex is #FF98AC.


I love getcolorcode.com

Triadic colors

1 #530067 and #675300 with #006753 are triadic colors.

2 #536700 and #670053 with #006753 are triadic colors.