COLOR #48BE07

HEX: #48BE07
RGB: (72,190,7)

Color info

#48BE07 contains mainly green color. Web safe color of #48BE07 is #33CC00 (or #3C0).

RGB color model

#48BE07 color RGB value is (72,190,7).

  • red value is 72;
  • green value is 190;
  • blue value is 7.
RGB:
(72,190,7)
(28%,75%,3%)

RGB channels and saturation

R 72 of 255 = 28%
G 190 of 255 = 75%
B 7 of 255 = 3%

72
190
7

R + G + B ~ 35%. #48BE07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 190 + 7 = 269 (100%)
R 72 of 269 ~ 26.77%
G 190 of 269 ~ 70.63%
B 7 of 269 ~ 2.6%

%26.77
%70.63

CMYK color model

#48BE07 color CMYK value is (62,0,96,25).

  • cyan value is 62.11%
  • magenta value is 0.00%
  • yellow value is 96.32%
  • key color value is 25.49%
CMYK:
(62,0,96,25)
C62M0Y96K25 
(62%,0%,96%,25%)
(0.62/0.00/0.96/0.25)	

CMYK percentages

%62.11
%0
%96.32
%25.49

Codes

Color #48BE07 in popluar color models

48BE07
RGB721907
HSL99°92.89%38.63%
HSB/HSV99°96.32%74.51%
CMYK62.11%0.00%96.32%
25.49%

Color #48BE07 in popluar number systems.

HEX48BE07
Decimal721907
Binary100100010111110111
Octal1102767

Shades and tints

Shades of #48BE07

#48BE07
(72,190,7)
#42AD07
(66,173,7)
#3C9C07
(60,156,7)
#368B07
(54,139,7)
#307A07
(48,122,7)
#2A6907
(42,105,7)
#245807
(36,88,7)
#1E4707
(30,71,7)
#183607
(24,54,7)
#122507
(18,37,7)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #48BE07

#48BE07
(72,190,7)
#58C31D
(88,195,29)
#68C833
(104,200,51)
#78CD49
(120,205,73)
#88D25F
(136,210,95)
#98D775
(152,215,117)
#A8DC8B
(168,220,139)
#B8E1A1
(184,225,161)
#C8E6B7
(200,230,183)
#D8EBCD
(216,235,205)
#E8F0E3
(232,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BE07 color. Also use rgb(72,190,7) instead hex code.

Text Font Color

.myTextColor { color: #48BE07; }

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

This text font color is #48BE07.


Background Color

.myBgColor { background-color: #48BE07; }

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

This div background color is #48BE07.


Border color

.myBorderColor { border: 1px solid #48BE07; }

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

This div border color is #48BE07.


Opacity

.myOpacity80 { color: #48BE07; opacity: 0.8; }

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

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

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

This text has shadow with #48BE07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48BE07 on black background.


Color preview on white background

This text has color #48BE07 on white background.



Black color preview on #48BE07 background

This text has black color on #48BE07 background.


White color preview on #48BE07 background

This text has white color on #48BE07 background.