COLOR #034C50

HEX: #034C50
RGB: (3,76,80)

Color info

#034C50 contains mainly green and blue colors. Web safe color of #034C50 is #003366 (or #036).

RGB color model

#034C50 color RGB value is (3,76,80).

  • red value is 3;
  • green value is 76;
  • blue value is 80.
RGB:
(3,76,80)
(1%,30%,31%)

RGB channels and saturation

R 3 of 255 = 1%
G 76 of 255 = 30%
B 80 of 255 = 31%

3
76
80

R + G + B ~ 21%. #034C50 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 76 + 80 = 159 (100%)
R 3 of 159 ~ 1.89%
G 76 of 159 ~ 47.8%
B 80 of 159 ~ 50.31%

%47.8
%50.31

CMYK color model

#034C50 color CMYK value is (96,5,0,69).

  • cyan value is 96.25%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(96,5,0,69)
C96M5Y0K69 
(96%,5%,0%,69%)
(0.96/0.05/0.00/0.69)	

CMYK percentages

%96.25
%5
%0
%68.63

Codes

Color #034C50 in popluar color models

034C50
RGB37680
HSL183°92.77%16.27%
HSB/HSV183°96.25%31.37%
CMYK96.25%5.00%0.00%
68.63%

Color #034C50 in popluar number systems.

HEX034C50
Decimal37680
Binary1110011001010000
Octal3114120

Shades and tints

Shades of #034C50

#034C50
(3,76,80)
#034649
(3,70,73)
#034042
(3,64,66)
#033A3B
(3,58,59)
#033434
(3,52,52)
#032E2D
(3,46,45)
#032826
(3,40,38)
#03221F
(3,34,31)
#031C18
(3,28,24)
#031611
(3,22,17)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #034C50

#034C50
(3,76,80)
#195C5F
(25,92,95)
#2F6C6E
(47,108,110)
#457C7D
(69,124,125)
#5B8C8C
(91,140,140)
#719C9B
(113,156,155)
#87ACAA
(135,172,170)
#9DBCB9
(157,188,185)
#B3CCC8
(179,204,200)
#C9DCD7
(201,220,215)
#DFECE6
(223,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034C50 color. Also use rgb(3,76,80) instead hex code.

Text Font Color

.myTextColor { color: #034C50; }

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

This text font color is #034C50.


Background Color

.myBgColor { background-color: #034C50; }

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

This div background color is #034C50.


Border color

.myBorderColor { border: 1px solid #034C50; }

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

This div border color is #034C50.


Opacity

.myOpacity80 { color: #034C50; opacity: 0.8; }

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

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

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

This text has shadow with #034C50 color.

.textShadow {text-shadow: 3px 3px 1px #034C50, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034C50 on black background.


Color preview on white background

This text has color #034C50 on white background.



Black color preview on #034C50 background

This text has black color on #034C50 background.


White color preview on #034C50 background

This text has white color on #034C50 background.