COLOR #34874A

HEX: #34874A
RGB: (52,135,74)

Color info

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

RGB color model

#34874A color RGB value is (52,135,74).

  • red value is 52;
  • green value is 135;
  • blue value is 74.
RGB:
(52,135,74)
(20%,53%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 135 of 255 = 53%
B 74 of 255 = 29%

52
135
74

R + G + B ~ 34%. #34874A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 135 + 74 = 261 (100%)
R 52 of 261 ~ 19.92%
G 135 of 261 ~ 51.72%
B 74 of 261 ~ 28.35%

%19.92
%51.72
%28.35

CMYK color model

#34874A color CMYK value is (61,0,45,47).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 45.19%
  • key color value is 47.06%
CMYK:
(61,0,45,47)
C61M0Y45K47 
(61%,0%,45%,47%)
(0.61/0.00/0.45/0.47)	

CMYK percentages

%61.48
%0
%45.19
%47.06

Codes

Color #34874A in popluar color models

34874A
RGB5213574
HSL136°44.39%36.67%
HSB/HSV136°61.48%52.94%
CMYK61.48%0.00%45.19%
47.06%

Color #34874A in popluar number systems.

HEX34874A
Decimal5213574
Binary110100100001111001010
Octal64207112

Shades and tints

Shades of #34874A

#34874A
(52,135,74)
#307B44
(48,123,68)
#2C6F3E
(44,111,62)
#286338
(40,99,56)
#245732
(36,87,50)
#204B2C
(32,75,44)
#1C3F26
(28,63,38)
#183320
(24,51,32)
#14271A
(20,39,26)
#101B14
(16,27,20)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #34874A

#34874A
(52,135,74)
#46915A
(70,145,90)
#589B6A
(88,155,106)
#6AA57A
(106,165,122)
#7CAF8A
(124,175,138)
#8EB99A
(142,185,154)
#A0C3AA
(160,195,170)
#B2CDBA
(178,205,186)
#C4D7CA
(196,215,202)
#D6E1DA
(214,225,218)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34874A color. Also use rgb(52,135,74) instead hex code.

Text Font Color

.myTextColor { color: #34874A; }

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

This text font color is #34874A.


Background Color

.myBgColor { background-color: #34874A; }

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

This div background color is #34874A.


Border color

.myBorderColor { border: 1px solid #34874A; }

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

This div border color is #34874A.


Opacity

.myOpacity80 { color: #34874A; opacity: 0.8; }

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

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

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

This text has shadow with #34874A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34874A on black background.


Color preview on white background

This text has color #34874A on white background.



Black color preview on #34874A background

This text has black color on #34874A background.


White color preview on #34874A background

This text has white color on #34874A background.