COLOR #618434

HEX: #618434
RGB: (97,132,52)

Color info

#618434 contains mainly red and green colors. Web safe color of #618434 is #669933 (or #693).

RGB color model

#618434 color RGB value is (97,132,52).

  • red value is 97;
  • green value is 132;
  • blue value is 52.
RGB:
(97,132,52)
(38%,52%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 132 of 255 = 52%
B 52 of 255 = 20%

97
132
52

R + G + B ~ 37%. #618434 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 132 + 52 = 281 (100%)
R 97 of 281 ~ 34.52%
G 132 of 281 ~ 46.98%
B 52 of 281 ~ 18.51%

%34.52
%46.98
%18.51

CMYK color model

#618434 color CMYK value is (27,0,61,48).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 60.61%
  • key color value is 48.24%
CMYK:
(27,0,61,48)
C27M0Y61K48 
(27%,0%,61%,48%)
(0.27/0.00/0.61/0.48)	

CMYK percentages

%26.52
%0
%60.61
%48.24

Codes

Color #618434 in popluar color models

618434
RGB9713252
HSL86°43.48%36.08%
HSB/HSV86°60.61%51.76%
CMYK26.52%0.00%60.61%
48.24%

Color #618434 in popluar number systems.

HEX618434
Decimal9713252
Binary110000110000100110100
Octal14120464

Shades and tints

Shades of #618434

#618434
(97,132,52)
#597830
(89,120,48)
#516C2C
(81,108,44)
#496028
(73,96,40)
#415424
(65,84,36)
#394820
(57,72,32)
#313C1C
(49,60,28)
#293018
(41,48,24)
#212414
(33,36,20)
#191810
(25,24,16)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #618434

#618434
(97,132,52)
#6F8F46
(111,143,70)
#7D9A58
(125,154,88)
#8BA56A
(139,165,106)
#99B07C
(153,176,124)
#A7BB8E
(167,187,142)
#B5C6A0
(181,198,160)
#C3D1B2
(195,209,178)
#D1DCC4
(209,220,196)
#DFE7D6
(223,231,214)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618434 color. Also use rgb(97,132,52) instead hex code.

Text Font Color

.myTextColor { color: #618434; }

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

This text font color is #618434.


Background Color

.myBgColor { background-color: #618434; }

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

This div background color is #618434.


Border color

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

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

This div border color is #618434.


Opacity

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

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

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

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

This text has shadow with #618434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618434 on black background.


Color preview on white background

This text has color #618434 on white background.



Black color preview on #618434 background

This text has black color on #618434 background.


White color preview on #618434 background

This text has white color on #618434 background.