COLOR #000736

HEX: #000736 RGB: (0,7,54)

Color info

#000736 contains only green and blue colors. Web safe color of #000736 is #000033 (or #003).

RGB color model

#000736 color RGB value is (0,7,54).

RGB: (0,7,54) (0%, 3%, 21%)

RGB channels and saturation

R 0 of 255 = 0%
G 7 of 255 = 3%
B 54 of 255 = 21%

0
7
54

R + G + B ~ 8%. #000736 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 7 + 54 = 61 (100%)
R 0 of 61 ~ 0%
G 7 of 61 ~ 11.48%
B 54 of 61 ~ 88.52'%

%11.48
%88.52

CMYK color model

#000736 color CMYK value is (100,87,0,79).

  • cyan value is 100.00%
  • magenta value is 87.04%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (100,87,0,79)
C100M87Y0K79 (100%, 87%, 0%, 79%)
(1.00 / 0.87 / 0.00 / 0.79)

CMYK percentages

%100
%87.04
%0
%78.82

Codes

Color #000736 in popluar color models

00 07 36
RGB 0 7 54
HSL 232° 100.00% 10.59%
HSB/HSV 232° 100.00% 21.18%
CMYK 100.00% 87.04% 0.00%
78.82%

Color #000736 in popluar number systems.

HEX 00 07 36
Decimal 0 7 54
Binary 0 111 110110
Octal 0 7 66

Shades and tints

Shades of #000736

#000736
(0,7,54)
#000732
(0,7,50)
#00072E
(0,7,46)
#00072A
(0,7,42)
#000726
(0,7,38)
#000722
(0,7,34)
#00071E
(0,7,30)
#00071A
(0,7,26)
#000716
(0,7,22)
#000712
(0,7,18)
#00070E
(0,7,14)
#000000
(0,0,0)

Tints of #000736

#000736
(0,7,54)
#171D48
(23,29,72)
#2E335A
(46,51,90)
#45496C
(69,73,108)
#5C5F7E
(92,95,126)
#737590
(115,117,144)
#8A8BA2
(138,139,162)
#A1A1B4
(161,161,180)
#B8B7C6
(184,183,198)
#CFCDD8
(207,205,216)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000736 color. Also use rgb(0,7,54) instead hex code.

Text Font Color

.myTextColor { color: #000736; }

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

This text font color is #000736.

Background Color

.myBgColor { background-color: #000736; }

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

This div background color is #000736.

Border color

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

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

This div border color is #000736.

Opacity

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

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

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

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

This text has shadow with #000736 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000736.

Preview

Color preview on black background

This text has color #000736 on black background.


Color preview on white background

This text has color #000736 on white background.


Black color preview on #000736 background

This text has black color on #000736 background.


White color preview on #000736 background

This text has white color on #000736 background.


Related colors

Complementary color

Complementary color for #hex is #FFF8C9.


I love getcolorcode.com

Triadic colors

1 #360007 and #073600 with #000736 are triadic colors.

2 #360700 and #070036 with #000736 are triadic colors.