COLOR #046523

HEX: #046523
RGB: (4,101,35)

Color info

#046523 contains mainly green color. Web safe color of #046523 is #006633 (or #063).

RGB color model

#046523 color RGB value is (4,101,35).

  • red value is 4;
  • green value is 101;
  • blue value is 35.
RGB:
(4,101,35)
(2%,40%,14%)

RGB channels and saturation

R 4 of 255 = 2%
G 101 of 255 = 40%
B 35 of 255 = 14%

4
101
35

R + G + B ~ 19%. #046523 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 101 + 35 = 140 (100%)
R 4 of 140 ~ 2.86%
G 101 of 140 ~ 72.14%
B 35 of 140 ~ 25%

%72.14
%25

CMYK color model

#046523 color CMYK value is (96,0,65,60).

  • cyan value is 96.04%
  • magenta value is 0.00%
  • yellow value is 65.35%
  • key color value is 60.39%
CMYK:
(96,0,65,60)
C96M0Y65K60 
(96%,0%,65%,60%)
(0.96/0.00/0.65/0.60)	

CMYK percentages

%96.04
%0
%65.35
%60.39

Codes

Color #046523 in popluar color models

046523
RGB410135
HSL139°92.38%20.59%
HSB/HSV139°96.04%39.61%
CMYK96.04%0.00%65.35%
60.39%

Color #046523 in popluar number systems.

HEX046523
Decimal410135
Binary1001100101100011
Octal414543

Shades and tints

Shades of #046523

#046523
(4,101,35)
#045C20
(4,92,32)
#04531D
(4,83,29)
#044A1A
(4,74,26)
#044117
(4,65,23)
#043814
(4,56,20)
#042F11
(4,47,17)
#04260E
(4,38,14)
#041D0B
(4,29,11)
#041408
(4,20,8)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #046523

#046523
(4,101,35)
#1A7337
(26,115,55)
#30814B
(48,129,75)
#468F5F
(70,143,95)
#5C9D73
(92,157,115)
#72AB87
(114,171,135)
#88B99B
(136,185,155)
#9EC7AF
(158,199,175)
#B4D5C3
(180,213,195)
#CAE3D7
(202,227,215)
#E0F1EB
(224,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046523 color. Also use rgb(4,101,35) instead hex code.

Text Font Color

.myTextColor { color: #046523; }

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

This text font color is #046523.


Background Color

.myBgColor { background-color: #046523; }

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

This div background color is #046523.


Border color

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

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

This div border color is #046523.


Opacity

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

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

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

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

This text has shadow with #046523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046523 on black background.


Color preview on white background

This text has color #046523 on white background.



Black color preview on #046523 background

This text has black color on #046523 background.


White color preview on #046523 background

This text has white color on #046523 background.