COLOR #308534

HEX: #308534
RGB: (48,133,52)

Color info

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

RGB color model

#308534 color RGB value is (48,133,52).

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

RGB channels and saturation

R 48 of 255 = 19%
G 133 of 255 = 52%
B 52 of 255 = 20%

48
133
52

R + G + B ~ 30%. #308534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 133 + 52 = 233 (100%)
R 48 of 233 ~ 20.6%
G 133 of 233 ~ 57.08%
B 52 of 233 ~ 22.32%

%20.6
%57.08
%22.32

CMYK color model

#308534 color CMYK value is (64,0,61,48).

  • cyan value is 63.91%
  • magenta value is 0.00%
  • yellow value is 60.90%
  • key color value is 47.84%
CMYK:
(64,0,61,48)
C64M0Y61K48 
(64%,0%,61%,48%)
(0.64/0.00/0.61/0.48)	

CMYK percentages

%63.91
%0
%60.9
%47.84

Codes

Color #308534 in popluar color models

308534
RGB4813352
HSL123°46.96%35.49%
HSB/HSV123°63.91%52.16%
CMYK63.91%0.00%60.90%
47.84%

Color #308534 in popluar number systems.

HEX308534
Decimal4813352
Binary11000010000101110100
Octal6020564

Shades and tints

Shades of #308534

#308534
(48,133,52)
#2C7930
(44,121,48)
#286D2C
(40,109,44)
#246128
(36,97,40)
#205524
(32,85,36)
#1C4920
(28,73,32)
#183D1C
(24,61,28)
#143118
(20,49,24)
#102514
(16,37,20)
#0C1910
(12,25,16)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #308534

#308534
(48,133,52)
#429046
(66,144,70)
#549B58
(84,155,88)
#66A66A
(102,166,106)
#78B17C
(120,177,124)
#8ABC8E
(138,188,142)
#9CC7A0
(156,199,160)
#AED2B2
(174,210,178)
#C0DDC4
(192,221,196)
#D2E8D6
(210,232,214)
#E4F3E8
(228,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308534; }

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

This text font color is #308534.


Background Color

.myBgColor { background-color: #308534; }

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

This div background color is #308534.


Border color

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

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

This div border color is #308534.


Opacity

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

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

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

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

This text has shadow with #308534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308534 on black background.


Color preview on white background

This text has color #308534 on white background.



Black color preview on #308534 background

This text has black color on #308534 background.


White color preview on #308534 background

This text has white color on #308534 background.