COLOR #00651A

HEX: #00651A
RGB: (0,101,26)

Color info

#00651A contains mainly green color. Web safe color of #00651A is #006600 (or #060).

RGB color model

#00651A color RGB value is (0,101,26).

  • red value is 0;
  • green value is 101;
  • blue value is 26.
RGB:
(0,101,26)
(0%,40%,10%)

RGB channels and saturation

R 0 of 255 = 0%
G 101 of 255 = 40%
B 26 of 255 = 10%

0
101
26

R + G + B ~ 17%. #00651A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 101 + 26 = 127 (100%)
R 0 of 127 ~ 0%
G 101 of 127 ~ 79.53%
B 26 of 127 ~ 20.47%

%79.53
%20.47

CMYK color model

#00651A color CMYK value is (100,0,74,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.26%
  • key color value is 60.39%
CMYK:
(100,0,74,60)
C100M0Y74K60 
(100%,0%,74%,60%)
(1.00/0.00/0.74/0.60)	

CMYK percentages

%100
%0
%74.26
%60.39

Codes

Color #00651A in popluar color models

00651A
RGB010126
HSL135°100.00%19.80%
HSB/HSV135°100.00%39.61%
CMYK100.00%0.00%74.26%
60.39%

Color #00651A in popluar number systems.

HEX00651A
Decimal010126
Binary0110010111010
Octal014532

Shades and tints

Shades of #00651A

#00651A
(0,101,26)
#005C18
(0,92,24)
#005316
(0,83,22)
#004A14
(0,74,20)
#004112
(0,65,18)
#003810
(0,56,16)
#002F0E
(0,47,14)
#00260C
(0,38,12)
#001D0A
(0,29,10)
#001408
(0,20,8)
#000B06
(0,11,6)
#000000
(0,0,0)

Tints of #00651A

#00651A
(0,101,26)
#17732E
(23,115,46)
#2E8142
(46,129,66)
#458F56
(69,143,86)
#5C9D6A
(92,157,106)
#73AB7E
(115,171,126)
#8AB992
(138,185,146)
#A1C7A6
(161,199,166)
#B8D5BA
(184,213,186)
#CFE3CE
(207,227,206)
#E6F1E2
(230,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00651A color. Also use rgb(0,101,26) instead hex code.

Text Font Color

.myTextColor { color: #00651A; }

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

This text font color is #00651A.


Background Color

.myBgColor { background-color: #00651A; }

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

This div background color is #00651A.


Border color

.myBorderColor { border: 1px solid #00651A; }

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

This div border color is #00651A.


Opacity

.myOpacity80 { color: #00651A; opacity: 0.8; }

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

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

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

This text has shadow with #00651A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00651A on black background.


Color preview on white background

This text has color #00651A on white background.



Black color preview on #00651A background

This text has black color on #00651A background.


White color preview on #00651A background

This text has white color on #00651A background.