COLOR #046630

HEX: #046630 RGB: (4,102,48)

Color info

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

RGB color model

#046630 color RGB value is (4,102,48).

RGB: (4,102,48) (2%, 40%, 19%)

RGB channels and saturation

R 4 of 255 = 2%
G 102 of 255 = 40%
B 48 of 255 = 19%

4
102
48

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

Portions of RGB colors in percentages

R + G + B = 4 + 102 + 48 = 154 (100%)
R 4 of 154 ~ 2.6%
G 102 of 154 ~ 66.23%
B 48 of 154 ~ 31.17'%

%66.23
%31.17

CMYK color model

#046630 color CMYK value is (96,0,53,60).

  • cyan value is 96.08%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 60.00%

CMYK: (96,0,53,60)
C96M0Y53K60 (96%, 0%, 53%, 60%)
(0.96 / 0.00 / 0.53 / 0.60)

CMYK percentages

%96.08
%0
%52.94
%60

Codes

Color #046630 in popluar color models

04 66 30
RGB 4 102 48
HSL 147° 92.45% 20.78%
HSB/HSV 147° 96.08% 40.00%
CMYK 96.08% 0.00% 52.94%
60.00%

Color #046630 in popluar number systems.

HEX 04 66 30
Decimal 4 102 48
Binary 100 1100110 110000
Octal 4 146 60

Shades and tints

Shades of #046630

#046630
(4,102,48)
#045D2C
(4,93,44)
#045428
(4,84,40)
#044B24
(4,75,36)
#044220
(4,66,32)
#04391C
(4,57,28)
#043018
(4,48,24)
#042714
(4,39,20)
#041E10
(4,30,16)
#04150C
(4,21,12)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #046630

#046630
(4,102,48)
#1A7342
(26,115,66)
#308054
(48,128,84)
#468D66
(70,141,102)
#5C9A78
(92,154,120)
#72A78A
(114,167,138)
#88B49C
(136,180,156)
#9EC1AE
(158,193,174)
#B4CEC0
(180,206,192)
#CADBD2
(202,219,210)
#E0E8E4
(224,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046630 color. Also use rgb(4,102,48) instead hex code.

Text Font Color

.myTextColor { color: #046630; }

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

This text font color is #046630.

Background Color

.myBgColor { background-color: #046630; }

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

This div background color is #046630.

Border color

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

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

This div border color is #046630.

Opacity

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

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

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

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

This text has shadow with #046630 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #046630.

Preview

Color preview on black background

This text has color #046630 on black background.


Color preview on white background

This text has color #046630 on white background.


Black color preview on #046630 background

This text has black color on #046630 background.


White color preview on #046630 background

This text has white color on #046630 background.


Related colors

Complementary color

Complementary color for #hex is #FB99CF.


I love getcolorcode.com

Triadic colors

1 #300466 and #663004 with #046630 are triadic colors.

2 #306604 and #660430 with #046630 are triadic colors.