COLOR #046F48

HEX: #046F48
RGB: (4,111,72)

Color info

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

RGB color model

#046F48 color RGB value is (4,111,72).

  • red value is 4;
  • green value is 111;
  • blue value is 72.
RGB:
(4,111,72)
(2%,44%,28%)

RGB channels and saturation

R 4 of 255 = 2%
G 111 of 255 = 44%
B 72 of 255 = 28%

4
111
72

R + G + B ~ 25%. #046F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 111 + 72 = 187 (100%)
R 4 of 187 ~ 2.14%
G 111 of 187 ~ 59.36%
B 72 of 187 ~ 38.5%

%59.36
%38.5

CMYK color model

#046F48 color CMYK value is (96,0,35,56).

  • cyan value is 96.40%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 56.47%
CMYK:
(96,0,35,56)
C96M0Y35K56 
(96%,0%,35%,56%)
(0.96/0.00/0.35/0.56)	

CMYK percentages

%96.4
%0
%35.14
%56.47

Codes

Color #046F48 in popluar color models

046F48
RGB411172
HSL158°93.04%22.55%
HSB/HSV158°96.40%43.53%
CMYK96.40%0.00%35.14%
56.47%

Color #046F48 in popluar number systems.

HEX046F48
Decimal411172
Binary10011011111001000
Octal4157110

Shades and tints

Shades of #046F48

#046F48
(4,111,72)
#046542
(4,101,66)
#045B3C
(4,91,60)
#045136
(4,81,54)
#044730
(4,71,48)
#043D2A
(4,61,42)
#043324
(4,51,36)
#04291E
(4,41,30)
#041F18
(4,31,24)
#041512
(4,21,18)
#040B0C
(4,11,12)
#000000
(0,0,0)

Tints of #046F48

#046F48
(4,111,72)
#1A7C58
(26,124,88)
#308968
(48,137,104)
#469678
(70,150,120)
#5CA388
(92,163,136)
#72B098
(114,176,152)
#88BDA8
(136,189,168)
#9ECAB8
(158,202,184)
#B4D7C8
(180,215,200)
#CAE4D8
(202,228,216)
#E0F1E8
(224,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046F48 color. Also use rgb(4,111,72) instead hex code.

Text Font Color

.myTextColor { color: #046F48; }

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

This text font color is #046F48.


Background Color

.myBgColor { background-color: #046F48; }

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

This div background color is #046F48.


Border color

.myBorderColor { border: 1px solid #046F48; }

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

This div border color is #046F48.


Opacity

.myOpacity80 { color: #046F48; opacity: 0.8; }

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

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

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

This text has shadow with #046F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046F48 on black background.


Color preview on white background

This text has color #046F48 on white background.



Black color preview on #046F48 background

This text has black color on #046F48 background.


White color preview on #046F48 background

This text has white color on #046F48 background.