COLOR #48B739

HEX: #48B739
RGB: (72,183,57)

Color info

#48B739 contains mainly green color. Web safe color of #48B739 is #33CC33 (or #3C3).

RGB color model

#48B739 color RGB value is (72,183,57).

  • red value is 72;
  • green value is 183;
  • blue value is 57.
RGB:
(72,183,57)
(28%,72%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 183 of 255 = 72%
B 57 of 255 = 22%

72
183
57

R + G + B ~ 41%. #48B739 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 183 + 57 = 312 (100%)
R 72 of 312 ~ 23.08%
G 183 of 312 ~ 58.65%
B 57 of 312 ~ 18.27%

%23.08
%58.65
%18.27

CMYK color model

#48B739 color CMYK value is (61,0,69,28).

  • cyan value is 60.66%
  • magenta value is 0.00%
  • yellow value is 68.85%
  • key color value is 28.24%
CMYK:
(61,0,69,28)
C61M0Y69K28 
(61%,0%,69%,28%)
(0.61/0.00/0.69/0.28)	

CMYK percentages

%60.66
%0
%68.85
%28.24

Codes

Color #48B739 in popluar color models

48B739
RGB7218357
HSL113°52.50%47.06%
HSB/HSV113°68.85%71.76%
CMYK60.66%0.00%68.85%
28.24%

Color #48B739 in popluar number systems.

HEX48B739
Decimal7218357
Binary100100010110111111001
Octal11026771

Shades and tints

Shades of #48B739

#48B739
(72,183,57)
#42A734
(66,167,52)
#3C972F
(60,151,47)
#36872A
(54,135,42)
#307725
(48,119,37)
#2A6720
(42,103,32)
#24571B
(36,87,27)
#1E4716
(30,71,22)
#183711
(24,55,17)
#12270C
(18,39,12)
#0C1707
(12,23,7)
#000000
(0,0,0)

Tints of #48B739

#48B739
(72,183,57)
#58BD4B
(88,189,75)
#68C35D
(104,195,93)
#78C96F
(120,201,111)
#88CF81
(136,207,129)
#98D593
(152,213,147)
#A8DBA5
(168,219,165)
#B8E1B7
(184,225,183)
#C8E7C9
(200,231,201)
#D8EDDB
(216,237,219)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B739 color. Also use rgb(72,183,57) instead hex code.

Text Font Color

.myTextColor { color: #48B739; }

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

This text font color is #48B739.


Background Color

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

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

This div background color is #48B739.


Border color

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

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

This div border color is #48B739.


Opacity

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

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

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

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

This text has shadow with #48B739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B739 on black background.


Color preview on white background

This text has color #48B739 on white background.



Black color preview on #48B739 background

This text has black color on #48B739 background.


White color preview on #48B739 background

This text has white color on #48B739 background.