COLOR #309858

HEX: #309858
RGB: (48,152,88)

Color info

#309858 contains mainly green color. Web safe color of #309858 is #339966 (or #396).

RGB color model

#309858 color RGB value is (48,152,88).

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

RGB channels and saturation

R 48 of 255 = 19%
G 152 of 255 = 60%
B 88 of 255 = 35%

48
152
88

R + G + B ~ 38%. #309858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 152 + 88 = 288 (100%)
R 48 of 288 ~ 16.67%
G 152 of 288 ~ 52.78%
B 88 of 288 ~ 30.56%

%16.67
%52.78
%30.56

CMYK color model

#309858 color CMYK value is (68,0,42,40).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 40.39%
CMYK:
(68,0,42,40)
C68M0Y42K40 
(68%,0%,42%,40%)
(0.68/0.00/0.42/0.40)	

CMYK percentages

%68.42
%0
%42.11
%40.39

Codes

Color #309858 in popluar color models

309858
RGB4815288
HSL143°52.00%39.22%
HSB/HSV143°68.42%59.61%
CMYK68.42%0.00%42.11%
40.39%

Color #309858 in popluar number systems.

HEX309858
Decimal4815288
Binary110000100110001011000
Octal60230130

Shades and tints

Shades of #309858

#309858
(48,152,88)
#2C8B50
(44,139,80)
#287E48
(40,126,72)
#247140
(36,113,64)
#206438
(32,100,56)
#1C5730
(28,87,48)
#184A28
(24,74,40)
#143D20
(20,61,32)
#103018
(16,48,24)
#0C2310
(12,35,16)
#081608
(8,22,8)
#000000
(0,0,0)

Tints of #309858

#309858
(48,152,88)
#42A167
(66,161,103)
#54AA76
(84,170,118)
#66B385
(102,179,133)
#78BC94
(120,188,148)
#8AC5A3
(138,197,163)
#9CCEB2
(156,206,178)
#AED7C1
(174,215,193)
#C0E0D0
(192,224,208)
#D2E9DF
(210,233,223)
#E4F2EE
(228,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #309858; }

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

This text font color is #309858.


Background Color

.myBgColor { background-color: #309858; }

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

This div background color is #309858.


Border color

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

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

This div border color is #309858.


Opacity

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

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

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

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

This text has shadow with #309858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309858 on black background.


Color preview on white background

This text has color #309858 on white background.



Black color preview on #309858 background

This text has black color on #309858 background.


White color preview on #309858 background

This text has white color on #309858 background.