COLOR #308F4A

HEX: #308F4A RGB: (48,143,74)

Color info

#308F4A contains mainly green color. Web safe color of #308F4A is #339933 (or #393).

RGB color model

#308F4A color RGB value is (48,143,74).

RGB: (48,143,74) (19%, 56%, 29%)

RGB channels and saturation

R 48 of 255 = 19%
G 143 of 255 = 56%
B 74 of 255 = 29%

48
143
74

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

Portions of RGB colors in percentages

R + G + B = 48 + 143 + 74 = 265 (100%)
R 48 of 265 ~ 18.11%
G 143 of 265 ~ 53.96%
B 74 of 265 ~ 27.92'%

%18.11
%53.96
%27.92

CMYK color model

#308F4A color CMYK value is (66,0,48,44).

  • cyan value is 66.43%
  • magenta value is 0.00%
  • yellow value is 48.25%
  • key color value is 43.92%
CMYK: (66,0,48,44) C66M0Y48K44 (66%,0%,48%,44%) (0.66/0.00/0.48/0.44) 

CMYK percentages

%66.43
%0
%48.25
%43.92

Codes

Color #308F4A in popluar color models

30 8F 4A
RGB 48 143 74
HSL 136° 49.74% 37.45%
HSB/HSV 136° 66.43% 56.08%
CMYK 66.43% 0.00% 48.25%
43.92%

Color #308F4A in popluar number systems.

HEX 30 8F 4A
Decimal 48 143 74
Binary 110000 10001111 1001010
Octal 60 217 112

Shades and tints

Shades of #308F4A

#308F4A
(48,143,74)
#2C8244
(44,130,68)
#28753E
(40,117,62)
#246838
(36,104,56)
#205B32
(32,91,50)
#1C4E2C
(28,78,44)
#184126
(24,65,38)
#143420
(20,52,32)
#10271A
(16,39,26)
#0C1A14
(12,26,20)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #308F4A

#308F4A
(48,143,74)
#42995A
(66,153,90)
#54A36A
(84,163,106)
#66AD7A
(102,173,122)
#78B78A
(120,183,138)
#8AC19A
(138,193,154)
#9CCBAA
(156,203,170)
#AED5BA
(174,213,186)
#C0DFCA
(192,223,202)
#D2E9DA
(210,233,218)
#E4F3EA
(228,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308F4A color. Also use rgb(48,143,74) instead hex code.

Text Font Color

.myTextColor { color: #308F4A; }

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

This text font color is #308F4A.

Background Color

.myBgColor { background-color: #308F4A; }

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

This div background color is #308F4A.

Border color

.myBorderColor { border: 1px solid #308F4A; }

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

This div border color is #308F4A.

Opacity

.myOpacity80 { color: #308F4A; opacity: 0.8; }

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

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

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

This text has shadow with #308F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #308F4A.

Preview

Color preview on black background

This text has color #308F4A on black background.


Color preview on white background

This text has color #308F4A on white background.


Black color preview on #308F4A background

This text has black color on #308F4A background.


White color preview on #308F4A background

This text has white color on #308F4A background.


Related colors

Complementary color

Complementary color for #hex is #CF70B5.


I love getcolorcode.com

Triadic colors

1 #4A308F and #8F4A30 with #308F4A are triadic colors.

2 #4A8F30 and #8F304A with #308F4A are triadic colors.