COLOR #627B58

HEX: #627B58
RGB: (98,123,88)

Color info

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

RGB color model

#627B58 color RGB value is (98,123,88).

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

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 88 of 255 = 35%

98
123
88

R + G + B ~ 40%. #627B58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 123 + 88 = 309 (100%)
R 98 of 309 ~ 31.72%
G 123 of 309 ~ 39.81%
B 88 of 309 ~ 28.48%

%31.72
%39.81
%28.48

CMYK color model

#627B58 color CMYK value is (20,0,28,52).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 51.76%
CMYK:
(20,0,28,52)
C20M0Y28K52 
(20%,0%,28%,52%)
(0.20/0.00/0.28/0.52)	

CMYK percentages

%20.33
%0
%28.46
%51.76

Codes

Color #627B58 in popluar color models

627B58
RGB9812388
HSL103°16.59%41.37%
HSB/HSV103°28.46%48.24%
CMYK20.33%0.00%28.46%
51.76%

Color #627B58 in popluar number systems.

HEX627B58
Decimal9812388
Binary110001011110111011000
Octal142173130

Shades and tints

Shades of #627B58

#627B58
(98,123,88)
#5A7050
(90,112,80)
#526548
(82,101,72)
#4A5A40
(74,90,64)
#424F38
(66,79,56)
#3A4430
(58,68,48)
#323928
(50,57,40)
#2A2E20
(42,46,32)
#222318
(34,35,24)
#1A1810
(26,24,16)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #627B58

#627B58
(98,123,88)
#708767
(112,135,103)
#7E9376
(126,147,118)
#8C9F85
(140,159,133)
#9AAB94
(154,171,148)
#A8B7A3
(168,183,163)
#B6C3B2
(182,195,178)
#C4CFC1
(196,207,193)
#D2DBD0
(210,219,208)
#E0E7DF
(224,231,223)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627B58; }

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

This text font color is #627B58.


Background Color

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

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

This div background color is #627B58.


Border color

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

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

This div border color is #627B58.


Opacity

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

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

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

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

This text has shadow with #627B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627B58 on black background.


Color preview on white background

This text has color #627B58 on white background.



Black color preview on #627B58 background

This text has black color on #627B58 background.


White color preview on #627B58 background

This text has white color on #627B58 background.