COLOR #309167

HEX: #309167
RGB: (48,145,103)

Color info

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

RGB color model

#309167 color RGB value is (48,145,103).

  • red value is 48;
  • green value is 145;
  • blue value is 103.
RGB:
(48,145,103)
(19%,57%,40%)

RGB channels and saturation

R 48 of 255 = 19%
G 145 of 255 = 57%
B 103 of 255 = 40%

48
145
103

R + G + B ~ 39%. #309167 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 145 + 103 = 296 (100%)
R 48 of 296 ~ 16.22%
G 145 of 296 ~ 48.99%
B 103 of 296 ~ 34.8%

%16.22
%48.99
%34.8

CMYK color model

#309167 color CMYK value is (67,0,29,43).

  • cyan value is 66.90%
  • magenta value is 0.00%
  • yellow value is 28.97%
  • key color value is 43.14%
CMYK:
(67,0,29,43)
C67M0Y29K43 
(67%,0%,29%,43%)
(0.67/0.00/0.29/0.43)	

CMYK percentages

%66.9
%0
%28.97
%43.14

Codes

Color #309167 in popluar color models

309167
RGB48145103
HSL154°50.26%37.84%
HSB/HSV154°66.90%56.86%
CMYK66.90%0.00%28.97%
43.14%

Color #309167 in popluar number systems.

HEX309167
Decimal48145103
Binary110000100100011100111
Octal60221147

Shades and tints

Shades of #309167

#309167
(48,145,103)
#2C845E
(44,132,94)
#287755
(40,119,85)
#246A4C
(36,106,76)
#205D43
(32,93,67)
#1C503A
(28,80,58)
#184331
(24,67,49)
#143628
(20,54,40)
#10291F
(16,41,31)
#0C1C16
(12,28,22)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #309167

#309167
(48,145,103)
#429B74
(66,155,116)
#54A581
(84,165,129)
#66AF8E
(102,175,142)
#78B99B
(120,185,155)
#8AC3A8
(138,195,168)
#9CCDB5
(156,205,181)
#AED7C2
(174,215,194)
#C0E1CF
(192,225,207)
#D2EBDC
(210,235,220)
#E4F5E9
(228,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309167 color. Also use rgb(48,145,103) instead hex code.

Text Font Color

.myTextColor { color: #309167; }

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

This text font color is #309167.


Background Color

.myBgColor { background-color: #309167; }

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

This div background color is #309167.


Border color

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

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

This div border color is #309167.


Opacity

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

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

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

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

This text has shadow with #309167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309167 on black background.


Color preview on white background

This text has color #309167 on white background.



Black color preview on #309167 background

This text has black color on #309167 background.


White color preview on #309167 background

This text has white color on #309167 background.