COLOR #627332

HEX: #627332
RGB: (98,115,50)

Color info

#627332 contains mainly red and green colors. Web safe color of #627332 is #666633 (or #663).

RGB color model

#627332 color RGB value is (98,115,50).

  • red value is 98;
  • green value is 115;
  • blue value is 50.
RGB:
(98,115,50)
(38%,45%,20%)

RGB channels and saturation

R 98 of 255 = 38%
G 115 of 255 = 45%
B 50 of 255 = 20%

98
115
50

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

Portions of RGB colors in percentages

R + G + B =
98 + 115 + 50 = 263 (100%)
R 98 of 263 ~ 37.26%
G 115 of 263 ~ 43.73%
B 50 of 263 ~ 19.01%

%37.26
%43.73
%19.01

CMYK color model

#627332 color CMYK value is (15,0,57,55).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 54.90%
CMYK:
(15,0,57,55)
C15M0Y57K55 
(15%,0%,57%,55%)
(0.15/0.00/0.57/0.55)	

CMYK percentages

%14.78
%0
%56.52
%54.9

Codes

Color #627332 in popluar color models

627332
RGB9811550
HSL76°39.39%32.35%
HSB/HSV76°56.52%45.10%
CMYK14.78%0.00%56.52%
54.90%

Color #627332 in popluar number systems.

HEX627332
Decimal9811550
Binary11000101110011110010
Octal14216362

Shades and tints

Shades of #627332

#627332
(98,115,50)
#5A692E
(90,105,46)
#525F2A
(82,95,42)
#4A5526
(74,85,38)
#424B22
(66,75,34)
#3A411E
(58,65,30)
#32371A
(50,55,26)
#2A2D16
(42,45,22)
#222312
(34,35,18)
#1A190E
(26,25,14)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #627332

#627332
(98,115,50)
#707F44
(112,127,68)
#7E8B56
(126,139,86)
#8C9768
(140,151,104)
#9AA37A
(154,163,122)
#A8AF8C
(168,175,140)
#B6BB9E
(182,187,158)
#C4C7B0
(196,199,176)
#D2D3C2
(210,211,194)
#E0DFD4
(224,223,212)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627332 color. Also use rgb(98,115,50) instead hex code.

Text Font Color

.myTextColor { color: #627332; }

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

This text font color is #627332.


Background Color

.myBgColor { background-color: #627332; }

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

This div background color is #627332.


Border color

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

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

This div border color is #627332.


Opacity

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

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

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

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

This text has shadow with #627332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627332 on black background.


Color preview on white background

This text has color #627332 on white background.



Black color preview on #627332 background

This text has black color on #627332 background.


White color preview on #627332 background

This text has white color on #627332 background.