COLOR #348530

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

52
133
48

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

Portions of RGB colors in percentages

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

%22.32
%57.08
%20.6

CMYK color model

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

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

CMYK percentages

%60.9
%0
%63.91
%47.84

Codes

Color #348530 in popluar color models

348530
RGB5213348
HSL117°46.96%35.49%
HSB/HSV117°63.91%52.16%
CMYK60.90%0.00%63.91%
47.84%

Color #348530 in popluar number systems.

HEX348530
Decimal5213348
Binary11010010000101110000
Octal6420560

Shades and tints

Shades of #348530

#348530
(52,133,48)
#30792C
(48,121,44)
#2C6D28
(44,109,40)
#286124
(40,97,36)
#245520
(36,85,32)
#20491C
(32,73,28)
#1C3D18
(28,61,24)
#183114
(24,49,20)
#142510
(20,37,16)
#10190C
(16,25,12)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #348530

#348530
(52,133,48)
#469042
(70,144,66)
#589B54
(88,155,84)
#6AA666
(106,166,102)
#7CB178
(124,177,120)
#8EBC8A
(142,188,138)
#A0C79C
(160,199,156)
#B2D2AE
(178,210,174)
#C4DDC0
(196,221,192)
#D6E8D2
(214,232,210)
#E8F3E4
(232,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348530; }

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

This text font color is #348530.


Background Color

.myBgColor { background-color: #348530; }

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

This div background color is #348530.


Border color

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

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

This div border color is #348530.


Opacity

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

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

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

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

This text has shadow with #348530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348530 on black background.


Color preview on white background

This text has color #348530 on white background.



Black color preview on #348530 background

This text has black color on #348530 background.


White color preview on #348530 background

This text has white color on #348530 background.