COLOR #00749A

HEX: #00749A
RGB: (0,116,154)

Color info

#00749A contains only green and blue colors. Web safe color of #00749A is #006699 (or #069).

RGB color model

#00749A color RGB value is (0,116,154).

  • red value is 0;
  • green value is 116;
  • blue value is 154.
RGB:
(0,116,154)
(0%,45%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 116 of 255 = 45%
B 154 of 255 = 60%

0
116
154

R + G + B ~ 35%. #00749A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 116 + 154 = 270 (100%)
R 0 of 270 ~ 0%
G 116 of 270 ~ 42.96%
B 154 of 270 ~ 57.04%

%42.96
%57.04

CMYK color model

#00749A color CMYK value is (100,25,0,40).

  • cyan value is 100.00%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(100,25,0,40)
C100M25Y0K40 
(100%,25%,0%,40%)
(1.00/0.25/0.00/0.40)	

CMYK percentages

%100
%24.68
%0
%39.61

Codes

Color #00749A in popluar color models

00749A
RGB0116154
HSL195°100.00%30.20%
HSB/HSV195°100.00%60.39%
CMYK100.00%24.68%0.00%
39.61%

Color #00749A in popluar number systems.

HEX00749A
Decimal0116154
Binary0111010010011010
Octal0164232

Shades and tints

Shades of #00749A

#00749A
(0,116,154)
#006A8C
(0,106,140)
#00607E
(0,96,126)
#005670
(0,86,112)
#004C62
(0,76,98)
#004254
(0,66,84)
#003846
(0,56,70)
#002E38
(0,46,56)
#00242A
(0,36,42)
#001A1C
(0,26,28)
#00100E
(0,16,14)
#000000
(0,0,0)

Tints of #00749A

#00749A
(0,116,154)
#1780A3
(23,128,163)
#2E8CAC
(46,140,172)
#4598B5
(69,152,181)
#5CA4BE
(92,164,190)
#73B0C7
(115,176,199)
#8ABCD0
(138,188,208)
#A1C8D9
(161,200,217)
#B8D4E2
(184,212,226)
#CFE0EB
(207,224,235)
#E6ECF4
(230,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00749A color. Also use rgb(0,116,154) instead hex code.

Text Font Color

.myTextColor { color: #00749A; }

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

This text font color is #00749A.


Background Color

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

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

This div background color is #00749A.


Border color

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

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

This div border color is #00749A.


Opacity

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

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

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

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

This text has shadow with #00749A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00749A on black background.


Color preview on white background

This text has color #00749A on white background.



Black color preview on #00749A background

This text has black color on #00749A background.


White color preview on #00749A background

This text has white color on #00749A background.