COLOR #00634F

HEX: #00634F RGB: (0,99,79)

Color info

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

RGB color model

#00634F color RGB value is (0,99,79).

RGB: (0,99,79) (0%, 39%, 31%)

RGB channels and saturation

R 0 of 255 = 0%
G 99 of 255 = 39%
B 79 of 255 = 31%

0
99
79

R + G + B ~ 23%. #00634F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 99 + 79 = 178 (100%)
R 0 of 178 ~ 0%
G 99 of 178 ~ 55.62%
B 79 of 178 ~ 44.38'%

%55.62
%44.38

CMYK color model

#00634F color CMYK value is (100,0,20,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 61.18%

CMYK: (100,0,20,61)
C100M0Y20K61 (100%, 0%, 20%, 61%)
(1.00 / 0.00 / 0.20 / 0.61)

CMYK percentages

%100
%0
%20.2
%61.18

Codes

Color #00634F in popluar color models

00 63 4F
RGB 0 99 79
HSL 168° 100.00% 19.41%
HSB/HSV 168° 100.00% 38.82%
CMYK 100.00% 0.00% 20.20%
61.18%

Color #00634F in popluar number systems.

HEX 00 63 4F
Decimal 0 99 79
Binary 0 1100011 1001111
Octal 0 143 117

Shades and tints

Shades of #00634F

#00634F
(0,99,79)
#005A48
(0,90,72)
#005141
(0,81,65)
#00483A
(0,72,58)
#003F33
(0,63,51)
#00362C
(0,54,44)
#002D25
(0,45,37)
#00241E
(0,36,30)
#001B17
(0,27,23)
#001210
(0,18,16)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #00634F

#00634F
(0,99,79)
#17715F
(23,113,95)
#2E7F6F
(46,127,111)
#458D7F
(69,141,127)
#5C9B8F
(92,155,143)
#73A99F
(115,169,159)
#8AB7AF
(138,183,175)
#A1C5BF
(161,197,191)
#B8D3CF
(184,211,207)
#CFE1DF
(207,225,223)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00634F color. Also use rgb(0,99,79) instead hex code.

Text Font Color

.myTextColor { color: #00634F; }

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

This text font color is #00634F.

Background Color

.myBgColor { background-color: #00634F; }

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

This div background color is #00634F.

Border color

.myBorderColor { border: 1px solid #00634F; }

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

This div border color is #00634F.

Opacity

.myOpacity80 { color: #00634F; opacity: 0.8; }

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

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

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

This text has shadow with #00634F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00634F.

Preview

Color preview on black background

This text has color #00634F on black background.


Color preview on white background

This text has color #00634F on white background.


Black color preview on #00634F background

This text has black color on #00634F background.


White color preview on #00634F background

This text has white color on #00634F background.


Related colors

Complementary color

Complementary color for #hex is #FF9CB0.


I love getcolorcode.com

Triadic colors

1 #4F0063 and #634F00 with #00634F are triadic colors.

2 #4F6300 and #63004F with #00634F are triadic colors.