COLOR #046C35

HEX: #046C35
RGB: (4,108,53)

Color info

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

RGB color model

#046C35 color RGB value is (4,108,53).

  • red value is 4;
  • green value is 108;
  • blue value is 53.
RGB:
(4,108,53)
(2%,42%,21%)

RGB channels and saturation

R 4 of 255 = 2%
G 108 of 255 = 42%
B 53 of 255 = 21%

4
108
53

R + G + B ~ 22%. #046C35 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 108 + 53 = 165 (100%)
R 4 of 165 ~ 2.42%
G 108 of 165 ~ 65.45%
B 53 of 165 ~ 32.12%

%65.45
%32.12

CMYK color model

#046C35 color CMYK value is (96,0,51,58).

  • cyan value is 96.30%
  • magenta value is 0.00%
  • yellow value is 50.93%
  • key color value is 57.65%
CMYK:
(96,0,51,58)
C96M0Y51K58 
(96%,0%,51%,58%)
(0.96/0.00/0.51/0.58)	

CMYK percentages

%96.3
%0
%50.93
%57.65

Codes

Color #046C35 in popluar color models

046C35
RGB410853
HSL148°92.86%21.96%
HSB/HSV148°96.30%42.35%
CMYK96.30%0.00%50.93%
57.65%

Color #046C35 in popluar number systems.

HEX046C35
Decimal410853
Binary1001101100110101
Octal415465

Shades and tints

Shades of #046C35

#046C35
(4,108,53)
#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)
#000000
(0,0,0)

Tints of #046C35

#046C35
(4,108,53)
#1A7947
(26,121,71)
#308659
(48,134,89)
#46936B
(70,147,107)
#5CA07D
(92,160,125)
#72AD8F
(114,173,143)
#88BAA1
(136,186,161)
#9EC7B3
(158,199,179)
#B4D4C5
(180,212,197)
#CAE1D7
(202,225,215)
#E0EEE9
(224,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046C35 color. Also use rgb(4,108,53) instead hex code.

Text Font Color

.myTextColor { color: #046C35; }

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

This text font color is #046C35.


Background Color

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

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

This div background color is #046C35.


Border color

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

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

This div border color is #046C35.


Opacity

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

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

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

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

This text has shadow with #046C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046C35 on black background.


Color preview on white background

This text has color #046C35 on white background.



Black color preview on #046C35 background

This text has black color on #046C35 background.


White color preview on #046C35 background

This text has white color on #046C35 background.