COLOR #308155

HEX: #308155 RGB: (48,129,85)

Color info

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

RGB color model

#308155 color RGB value is (48,129,85).

RGB: (48,129,85) (19%, 51%, 33%)

RGB channels and saturation

R 48 of 255 = 19%
G 129 of 255 = 51%
B 85 of 255 = 33%

48
129
85

R + G + B ~ 34%. #308155 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 129 + 85 = 262 (100%)
R 48 of 262 ~ 18.32%
G 129 of 262 ~ 49.24%
B 85 of 262 ~ 32.44'%

%18.32
%49.24
%32.44

CMYK color model

#308155 color CMYK value is (63,0,34,49).

  • cyan value is 62.79%
  • magenta value is 0.00%
  • yellow value is 34.11%
  • key color value is 49.41%

CMYK: (63,0,34,49)
C63M0Y34K49 (63%, 0%, 34%, 49%)
(0.63 / 0.00 / 0.34 / 0.49)

CMYK percentages

%62.79
%0
%34.11
%49.41

Codes

Color #308155 in popluar color models

30 81 55
RGB 48 129 85
HSL 147° 45.76% 34.71%
HSB/HSV 147° 62.79% 50.59%
CMYK 62.79% 0.00% 34.11%
49.41%

Color #308155 in popluar number systems.

HEX 30 81 55
Decimal 48 129 85
Binary 110000 10000001 1010101
Octal 60 201 125

Shades and tints

Shades of #308155

#308155
(48,129,85)
#2C764E
(44,118,78)
#286B47
(40,107,71)
#246040
(36,96,64)
#205539
(32,85,57)
#1C4A32
(28,74,50)
#183F2B
(24,63,43)
#143424
(20,52,36)
#10291D
(16,41,29)
#0C1E16
(12,30,22)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #308155

#308155
(48,129,85)
#428C64
(66,140,100)
#549773
(84,151,115)
#66A282
(102,162,130)
#78AD91
(120,173,145)
#8AB8A0
(138,184,160)
#9CC3AF
(156,195,175)
#AECEBE
(174,206,190)
#C0D9CD
(192,217,205)
#D2E4DC
(210,228,220)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308155 color. Also use rgb(48,129,85) instead hex code.

Text Font Color

.myTextColor { color: #308155; }

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

This text font color is #308155.

Background Color

.myBgColor { background-color: #308155; }

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

This div background color is #308155.

Border color

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

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

This div border color is #308155.

Opacity

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

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

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

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

This text has shadow with #308155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #308155.

Preview

Color preview on black background

This text has color #308155 on black background.


Color preview on white background

This text has color #308155 on white background.


Black color preview on #308155 background

This text has black color on #308155 background.


White color preview on #308155 background

This text has white color on #308155 background.


Related colors

Complementary color

Complementary color for #hex is #CF7EAA.


I love getcolorcode.com

Triadic colors

1 #553081 and #815530 with #308155 are triadic colors.

2 #558130 and #813055 with #308155 are triadic colors.