COLOR #309871

HEX: #309871
RGB: (48,152,113)

Color info

#309871 contains mainly green and blue colors. Web safe color of #309871 is #339966 (or #396).

RGB color model

#309871 color RGB value is (48,152,113).

  • red value is 48;
  • green value is 152;
  • blue value is 113.
RGB:
(48,152,113)
(19%,60%,44%)

RGB channels and saturation

R 48 of 255 = 19%
G 152 of 255 = 60%
B 113 of 255 = 44%

48
152
113

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

Portions of RGB colors in percentages

R + G + B =
48 + 152 + 113 = 313 (100%)
R 48 of 313 ~ 15.34%
G 152 of 313 ~ 48.56%
B 113 of 313 ~ 36.1%

%15.34
%48.56
%36.1

CMYK color model

#309871 color CMYK value is (68,0,26,40).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(68,0,26,40)
C68M0Y26K40 
(68%,0%,26%,40%)
(0.68/0.00/0.26/0.40)	

CMYK percentages

%68.42
%0
%25.66
%40.39

Codes

Color #309871 in popluar color models

309871
RGB48152113
HSL158°52.00%39.22%
HSB/HSV158°68.42%59.61%
CMYK68.42%0.00%25.66%
40.39%

Color #309871 in popluar number systems.

HEX309871
Decimal48152113
Binary110000100110001110001
Octal60230161

Shades and tints

Shades of #309871

#309871
(48,152,113)
#2C8B67
(44,139,103)
#287E5D
(40,126,93)
#247153
(36,113,83)
#206449
(32,100,73)
#1C573F
(28,87,63)
#184A35
(24,74,53)
#143D2B
(20,61,43)
#103021
(16,48,33)
#0C2317
(12,35,23)
#08160D
(8,22,13)
#000000
(0,0,0)

Tints of #309871

#309871
(48,152,113)
#42A17D
(66,161,125)
#54AA89
(84,170,137)
#66B395
(102,179,149)
#78BCA1
(120,188,161)
#8AC5AD
(138,197,173)
#9CCEB9
(156,206,185)
#AED7C5
(174,215,197)
#C0E0D1
(192,224,209)
#D2E9DD
(210,233,221)
#E4F2E9
(228,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309871 color. Also use rgb(48,152,113) instead hex code.

Text Font Color

.myTextColor { color: #309871; }

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

This text font color is #309871.


Background Color

.myBgColor { background-color: #309871; }

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

This div background color is #309871.


Border color

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

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

This div border color is #309871.


Opacity

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

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

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

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

This text has shadow with #309871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309871 on black background.


Color preview on white background

This text has color #309871 on white background.



Black color preview on #309871 background

This text has black color on #309871 background.


White color preview on #309871 background

This text has white color on #309871 background.