COLOR #307255

HEX: #307255 RGB: (48,114,85)

Color info

#307255 contains mainly green and blue colors. Web safe color of #307255 is #336666 (or #366).

RGB color model

#307255 color RGB value is (48,114,85).

RGB: (48,114,85) (19%, 45%, 33%)

RGB channels and saturation

R 48 of 255 = 19%
G 114 of 255 = 45%
B 85 of 255 = 33%

48
114
85

R + G + B ~ 32%. #307255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 114 + 85 = 247 (100%)
R 48 of 247 ~ 19.43%
G 114 of 247 ~ 46.15%
B 85 of 247 ~ 34.41'%

%19.43
%46.15
%34.41

CMYK color model

#307255 color CMYK value is (58,0,25,55).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 55.29%

CMYK: (58,0,25,55)
C58M0Y25K55 (58%, 0%, 25%, 55%)
(0.58 / 0.00 / 0.25 / 0.55)

CMYK percentages

%57.89
%0
%25.44
%55.29

Codes

Color #307255 in popluar color models

30 72 55
RGB 48 114 85
HSL 154° 40.74% 31.76%
HSB/HSV 154° 57.89% 44.71%
CMYK 57.89% 0.00% 25.44%
55.29%

Color #307255 in popluar number systems.

HEX 30 72 55
Decimal 48 114 85
Binary 110000 1110010 1010101
Octal 60 162 125

Shades and tints

Shades of #307255

#307255
(48,114,85)
#2C684E
(44,104,78)
#285E47
(40,94,71)
#245440
(36,84,64)
#204A39
(32,74,57)
#1C4032
(28,64,50)
#18362B
(24,54,43)
#142C24
(20,44,36)
#10221D
(16,34,29)
#0C1816
(12,24,22)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #307255

#307255
(48,114,85)
#427E64
(66,126,100)
#548A73
(84,138,115)
#669682
(102,150,130)
#78A291
(120,162,145)
#8AAEA0
(138,174,160)
#9CBAAF
(156,186,175)
#AEC6BE
(174,198,190)
#C0D2CD
(192,210,205)
#D2DEDC
(210,222,220)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307255; }

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

This text font color is #307255.

Background Color

.myBgColor { background-color: #307255; }

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

This div background color is #307255.

Border color

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

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

This div border color is #307255.

Opacity

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

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

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

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

This text has shadow with #307255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307255.

Preview

Color preview on black background

This text has color #307255 on black background.


Color preview on white background

This text has color #307255 on white background.


Black color preview on #307255 background

This text has black color on #307255 background.


White color preview on #307255 background

This text has white color on #307255 background.


Related colors

Complementary color

Complementary color for #hex is #CF8DAA.


I love getcolorcode.com

Triadic colors

1 #553072 and #725530 with #307255 are triadic colors.

2 #557230 and #723055 with #307255 are triadic colors.