COLOR #03462F

HEX: #03462F
RGB: (3,70,47)

Color info

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

RGB color model

#03462F color RGB value is (3,70,47).

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

RGB channels and saturation

R 3 of 255 = 1%
G 70 of 255 = 27%
B 47 of 255 = 18%

3
70
47

R + G + B ~ 15%. #03462F is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 70 + 47 = 120 (100%)
R 3 of 120 ~ 2.5%
G 70 of 120 ~ 58.33%
B 47 of 120 ~ 39.17%

%58.33
%39.17

CMYK color model

#03462F color CMYK value is (96,0,33,73).

  • cyan value is 95.71%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(96,0,33,73)
C96M0Y33K73 
(96%,0%,33%,73%)
(0.96/0.00/0.33/0.73)	

CMYK percentages

%95.71
%0
%32.86
%72.55

Codes

Color #03462F in popluar color models

03462F
RGB37047
HSL159°91.78%14.31%
HSB/HSV159°95.71%27.45%
CMYK95.71%0.00%32.86%
72.55%

Color #03462F in popluar number systems.

HEX03462F
Decimal37047
Binary111000110101111
Octal310657

Shades and tints

Shades of #03462F

#03462F
(3,70,47)
#03402B
(3,64,43)
#033A27
(3,58,39)
#033423
(3,52,35)
#032E1F
(3,46,31)
#03281B
(3,40,27)
#032217
(3,34,23)
#031C13
(3,28,19)
#03160F
(3,22,15)
#03100B
(3,16,11)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #03462F

#03462F
(3,70,47)
#195641
(25,86,65)
#2F6653
(47,102,83)
#457665
(69,118,101)
#5B8677
(91,134,119)
#719689
(113,150,137)
#87A69B
(135,166,155)
#9DB6AD
(157,182,173)
#B3C6BF
(179,198,191)
#C9D6D1
(201,214,209)
#DFE6E3
(223,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03462F; }

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

This text font color is #03462F.


Background Color

.myBgColor { background-color: #03462F; }

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

This div background color is #03462F.


Border color

.myBorderColor { border: 1px solid #03462F; }

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

This div border color is #03462F.


Opacity

.myOpacity80 { color: #03462F; opacity: 0.8; }

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

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

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

This text has shadow with #03462F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03462F on black background.


Color preview on white background

This text has color #03462F on white background.



Black color preview on #03462F background

This text has black color on #03462F background.


White color preview on #03462F background

This text has white color on #03462F background.