COLOR #046331

HEX: #046331
RGB: (4,99,49)

Color info

#046331 contains mainly green and blue colors. Web safe color of #046331 is #006633 (or #063).

RGB color model

#046331 color RGB value is (4,99,49).

  • red value is 4;
  • green value is 99;
  • blue value is 49.
RGB:
(4,99,49)
(2%,39%,19%)

RGB channels and saturation

R 4 of 255 = 2%
G 99 of 255 = 39%
B 49 of 255 = 19%

4
99
49

R + G + B ~ 20%. #046331 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 99 + 49 = 152 (100%)
R 4 of 152 ~ 2.63%
G 99 of 152 ~ 65.13%
B 49 of 152 ~ 32.24%

%65.13
%32.24

CMYK color model

#046331 color CMYK value is (96,0,51,61).

  • cyan value is 95.96%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 61.18%
CMYK:
(96,0,51,61)
C96M0Y51K61 
(96%,0%,51%,61%)
(0.96/0.00/0.51/0.61)	

CMYK percentages

%95.96
%0
%50.51
%61.18

Codes

Color #046331 in popluar color models

046331
RGB49949
HSL148°92.23%20.20%
HSB/HSV148°95.96%38.82%
CMYK95.96%0.00%50.51%
61.18%

Color #046331 in popluar number systems.

HEX046331
Decimal49949
Binary1001100011110001
Octal414361

Shades and tints

Shades of #046331

#046331
(4,99,49)
#045A2D
(4,90,45)
#045129
(4,81,41)
#044825
(4,72,37)
#043F21
(4,63,33)
#04361D
(4,54,29)
#042D19
(4,45,25)
#042415
(4,36,21)
#041B11
(4,27,17)
#04120D
(4,18,13)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #046331

#046331
(4,99,49)
#1A7143
(26,113,67)
#307F55
(48,127,85)
#468D67
(70,141,103)
#5C9B79
(92,155,121)
#72A98B
(114,169,139)
#88B79D
(136,183,157)
#9EC5AF
(158,197,175)
#B4D3C1
(180,211,193)
#CAE1D3
(202,225,211)
#E0EFE5
(224,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046331 color. Also use rgb(4,99,49) instead hex code.

Text Font Color

.myTextColor { color: #046331; }

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

This text font color is #046331.


Background Color

.myBgColor { background-color: #046331; }

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

This div background color is #046331.


Border color

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

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

This div border color is #046331.


Opacity

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

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

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

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

This text has shadow with #046331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046331 on black background.


Color preview on white background

This text has color #046331 on white background.



Black color preview on #046331 background

This text has black color on #046331 background.


White color preview on #046331 background

This text has white color on #046331 background.