COLOR #627B52

HEX: #627B52
RGB: (98,123,82)

Color info

#627B52 contains red, green and blue colors in about the same proportion. Web safe color of #627B52 is #666666 (or #666).

RGB color model

#627B52 color RGB value is (98,123,82).

  • red value is 98;
  • green value is 123;
  • blue value is 82.
RGB:
(98,123,82)
(38%,48%,32%)

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 82 of 255 = 32%

98
123
82

R + G + B ~ 39%. #627B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 123 + 82 = 303 (100%)
R 98 of 303 ~ 32.34%
G 123 of 303 ~ 40.59%
B 82 of 303 ~ 27.06%

%32.34
%40.59
%27.06

CMYK color model

#627B52 color CMYK value is (20,0,33,52).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 51.76%
CMYK:
(20,0,33,52)
C20M0Y33K52 
(20%,0%,33%,52%)
(0.20/0.00/0.33/0.52)	

CMYK percentages

%20.33
%0
%33.33
%51.76

Codes

Color #627B52 in popluar color models

627B52
RGB9812382
HSL97°20.00%40.20%
HSB/HSV97°33.33%48.24%
CMYK20.33%0.00%33.33%
51.76%

Color #627B52 in popluar number systems.

HEX627B52
Decimal9812382
Binary110001011110111010010
Octal142173122

Shades and tints

Shades of #627B52

#627B52
(98,123,82)
#5A704B
(90,112,75)
#526544
(82,101,68)
#4A5A3D
(74,90,61)
#424F36
(66,79,54)
#3A442F
(58,68,47)
#323928
(50,57,40)
#2A2E21
(42,46,33)
#22231A
(34,35,26)
#1A1813
(26,24,19)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #627B52

#627B52
(98,123,82)
#708761
(112,135,97)
#7E9370
(126,147,112)
#8C9F7F
(140,159,127)
#9AAB8E
(154,171,142)
#A8B79D
(168,183,157)
#B6C3AC
(182,195,172)
#C4CFBB
(196,207,187)
#D2DBCA
(210,219,202)
#E0E7D9
(224,231,217)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627B52 color. Also use rgb(98,123,82) instead hex code.

Text Font Color

.myTextColor { color: #627B52; }

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

This text font color is #627B52.


Background Color

.myBgColor { background-color: #627B52; }

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

This div background color is #627B52.


Border color

.myBorderColor { border: 1px solid #627B52; }

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

This div border color is #627B52.


Opacity

.myOpacity80 { color: #627B52; opacity: 0.8; }

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

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

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

This text has shadow with #627B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627B52 on black background.


Color preview on white background

This text has color #627B52 on white background.



Black color preview on #627B52 background

This text has black color on #627B52 background.


White color preview on #627B52 background

This text has white color on #627B52 background.