COLOR #034946

HEX: #034946
RGB: (3,73,70)

Color info

#034946 contains mainly green and blue colors. Web safe color of #034946 is #003333 (or #033).

RGB color model

#034946 color RGB value is (3,73,70).

  • red value is 3;
  • green value is 73;
  • blue value is 70.
RGB:
(3,73,70)
(1%,29%,27%)

RGB channels and saturation

R 3 of 255 = 1%
G 73 of 255 = 29%
B 70 of 255 = 27%

3
73
70

R + G + B ~ 19%. #034946 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 73 + 70 = 146 (100%)
R 3 of 146 ~ 2.05%
G 73 of 146 ~ 50%
B 70 of 146 ~ 47.95%

%50
%47.95

CMYK color model

#034946 color CMYK value is (96,0,4,71).

  • cyan value is 95.89%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 71.37%
CMYK:
(96,0,4,71)
C96M0Y4K71 
(96%,0%,4%,71%)
(0.96/0.00/0.04/0.71)	

CMYK percentages

%95.89
%0
%4.11
%71.37

Codes

Color #034946 in popluar color models

034946
RGB37370
HSL177°92.11%14.90%
HSB/HSV177°95.89%28.63%
CMYK95.89%0.00%4.11%
71.37%

Color #034946 in popluar number systems.

HEX034946
Decimal37370
Binary1110010011000110
Octal3111106

Shades and tints

Shades of #034946

#034946
(3,73,70)
#034340
(3,67,64)
#033D3A
(3,61,58)
#033734
(3,55,52)
#03312E
(3,49,46)
#032B28
(3,43,40)
#032522
(3,37,34)
#031F1C
(3,31,28)
#031916
(3,25,22)
#031310
(3,19,16)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #034946

#034946
(3,73,70)
#195956
(25,89,86)
#2F6966
(47,105,102)
#457976
(69,121,118)
#5B8986
(91,137,134)
#719996
(113,153,150)
#87A9A6
(135,169,166)
#9DB9B6
(157,185,182)
#B3C9C6
(179,201,198)
#C9D9D6
(201,217,214)
#DFE9E6
(223,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034946 color. Also use rgb(3,73,70) instead hex code.

Text Font Color

.myTextColor { color: #034946; }

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

This text font color is #034946.


Background Color

.myBgColor { background-color: #034946; }

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

This div background color is #034946.


Border color

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

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

This div border color is #034946.


Opacity

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

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

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

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

This text has shadow with #034946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034946 on black background.


Color preview on white background

This text has color #034946 on white background.



Black color preview on #034946 background

This text has black color on #034946 background.


White color preview on #034946 background

This text has white color on #034946 background.