COLOR #048623

HEX: #048623
RGB: (4,134,35)

Color info

#048623 contains mainly green color. Web safe color of #048623 is #009933 (or #093).

RGB color model

#048623 color RGB value is (4,134,35).

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

RGB channels and saturation

R 4 of 255 = 2%
G 134 of 255 = 53%
B 35 of 255 = 14%

4
134
35

R + G + B ~ 23%. #048623 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 134 + 35 = 173 (100%)
R 4 of 173 ~ 2.31%
G 134 of 173 ~ 77.46%
B 35 of 173 ~ 20.23%

%77.46
%20.23

CMYK color model

#048623 color CMYK value is (97,0,74,47).

  • cyan value is 97.01%
  • magenta value is 0.00%
  • yellow value is 73.88%
  • key color value is 47.45%
CMYK:
(97,0,74,47)
C97M0Y74K47 
(97%,0%,74%,47%)
(0.97/0.00/0.74/0.47)	

CMYK percentages

%97.01
%0
%73.88
%47.45

Codes

Color #048623 in popluar color models

048623
RGB413435
HSL134°94.20%27.06%
HSB/HSV134°97.01%52.55%
CMYK97.01%0.00%73.88%
47.45%

Color #048623 in popluar number systems.

HEX048623
Decimal413435
Binary10010000110100011
Octal420643

Shades and tints

Shades of #048623

#048623
(4,134,35)
#047A20
(4,122,32)
#046E1D
(4,110,29)
#04621A
(4,98,26)
#045617
(4,86,23)
#044A14
(4,74,20)
#043E11
(4,62,17)
#04320E
(4,50,14)
#04260B
(4,38,11)
#041A08
(4,26,8)
#040E05
(4,14,5)
#000000
(0,0,0)

Tints of #048623

#048623
(4,134,35)
#1A9137
(26,145,55)
#309C4B
(48,156,75)
#46A75F
(70,167,95)
#5CB273
(92,178,115)
#72BD87
(114,189,135)
#88C89B
(136,200,155)
#9ED3AF
(158,211,175)
#B4DEC3
(180,222,195)
#CAE9D7
(202,233,215)
#E0F4EB
(224,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #048623; }

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

This text font color is #048623.


Background Color

.myBgColor { background-color: #048623; }

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

This div background color is #048623.


Border color

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

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

This div border color is #048623.


Opacity

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

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

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

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

This text has shadow with #048623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048623 on black background.


Color preview on white background

This text has color #048623 on white background.



Black color preview on #048623 background

This text has black color on #048623 background.


White color preview on #048623 background

This text has white color on #048623 background.