COLOR #308548

HEX: #308548
RGB: (48,133,72)

Color info

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

RGB color model

#308548 color RGB value is (48,133,72).

  • red value is 48;
  • green value is 133;
  • blue value is 72.
RGB:
(48,133,72)
(19%,52%,28%)

RGB channels and saturation

R 48 of 255 = 19%
G 133 of 255 = 52%
B 72 of 255 = 28%

48
133
72

R + G + B ~ 33%. #308548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 133 + 72 = 253 (100%)
R 48 of 253 ~ 18.97%
G 133 of 253 ~ 52.57%
B 72 of 253 ~ 28.46%

%18.97
%52.57
%28.46

CMYK color model

#308548 color CMYK value is (64,0,46,48).

  • cyan value is 63.91%
  • magenta value is 0.00%
  • yellow value is 45.86%
  • key color value is 47.84%
CMYK:
(64,0,46,48)
C64M0Y46K48 
(64%,0%,46%,48%)
(0.64/0.00/0.46/0.48)	

CMYK percentages

%63.91
%0
%45.86
%47.84

Codes

Color #308548 in popluar color models

308548
RGB4813372
HSL137°46.96%35.49%
HSB/HSV137°63.91%52.16%
CMYK63.91%0.00%45.86%
47.84%

Color #308548 in popluar number systems.

HEX308548
Decimal4813372
Binary110000100001011001000
Octal60205110

Shades and tints

Shades of #308548

#308548
(48,133,72)
#2C7942
(44,121,66)
#286D3C
(40,109,60)
#246136
(36,97,54)
#205530
(32,85,48)
#1C492A
(28,73,42)
#183D24
(24,61,36)
#14311E
(20,49,30)
#102518
(16,37,24)
#0C1912
(12,25,18)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #308548

#308548
(48,133,72)
#429058
(66,144,88)
#549B68
(84,155,104)
#66A678
(102,166,120)
#78B188
(120,177,136)
#8ABC98
(138,188,152)
#9CC7A8
(156,199,168)
#AED2B8
(174,210,184)
#C0DDC8
(192,221,200)
#D2E8D8
(210,232,216)
#E4F3E8
(228,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308548 color. Also use rgb(48,133,72) instead hex code.

Text Font Color

.myTextColor { color: #308548; }

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

This text font color is #308548.


Background Color

.myBgColor { background-color: #308548; }

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

This div background color is #308548.


Border color

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

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

This div border color is #308548.


Opacity

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

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

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

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

This text has shadow with #308548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308548 on black background.


Color preview on white background

This text has color #308548 on white background.



Black color preview on #308548 background

This text has black color on #308548 background.


White color preview on #308548 background

This text has white color on #308548 background.