COLOR #308455

HEX: #308455 RGB: (48,132,85)

Color info

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

RGB color model

#308455 color RGB value is (48,132,85).

RGB: (48,132,85) (19%, 52%, 33%)

RGB channels and saturation

R 48 of 255 = 19%
G 132 of 255 = 52%
B 85 of 255 = 33%

48
132
85

R + G + B ~ 35%. #308455 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 132 + 85 = 265 (100%)
R 48 of 265 ~ 18.11%
G 132 of 265 ~ 49.81%
B 85 of 265 ~ 32.08'%

%18.11
%49.81
%32.08

CMYK color model

#308455 color CMYK value is (64,0,36,48).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 35.61%
  • key color value is 48.24%

CMYK: (64,0,36,48)
C64M0Y36K48 (64%, 0%, 36%, 48%)
(0.64 / 0.00 / 0.36 / 0.48)

CMYK percentages

%63.64
%0
%35.61
%48.24

Codes

Color #308455 in popluar color models

30 84 55
RGB 48 132 85
HSL 146° 46.67% 35.29%
HSB/HSV 146° 63.64% 51.76%
CMYK 63.64% 0.00% 35.61%
48.24%

Color #308455 in popluar number systems.

HEX 30 84 55
Decimal 48 132 85
Binary 110000 10000100 1010101
Octal 60 204 125

Shades and tints

Shades of #308455

#308455
(48,132,85)
#2C784E
(44,120,78)
#286C47
(40,108,71)
#246040
(36,96,64)
#205439
(32,84,57)
#1C4832
(28,72,50)
#183C2B
(24,60,43)
#143024
(20,48,36)
#10241D
(16,36,29)
#0C1816
(12,24,22)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #308455

#308455
(48,132,85)
#428F64
(66,143,100)
#549A73
(84,154,115)
#66A582
(102,165,130)
#78B091
(120,176,145)
#8ABBA0
(138,187,160)
#9CC6AF
(156,198,175)
#AED1BE
(174,209,190)
#C0DCCD
(192,220,205)
#D2E7DC
(210,231,220)
#E4F2EB
(228,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308455; }

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

This text font color is #308455.

Background Color

.myBgColor { background-color: #308455; }

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

This div background color is #308455.

Border color

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

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

This div border color is #308455.

Opacity

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

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

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

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

This text has shadow with #308455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #308455.

Preview

Color preview on black background

This text has color #308455 on black background.


Color preview on white background

This text has color #308455 on white background.


Black color preview on #308455 background

This text has black color on #308455 background.


White color preview on #308455 background

This text has white color on #308455 background.


Related colors

Complementary color

Complementary color for #hex is #CF7BAA.


I love getcolorcode.com

Triadic colors

1 #553084 and #845530 with #308455 are triadic colors.

2 #558430 and #843055 with #308455 are triadic colors.