COLOR #627358

HEX: #627358
RGB: (98,115,88)

Color info

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

RGB color model

#627358 color RGB value is (98,115,88).

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

RGB channels and saturation

R 98 of 255 = 38%
G 115 of 255 = 45%
B 88 of 255 = 35%

98
115
88

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

Portions of RGB colors in percentages

R + G + B =
98 + 115 + 88 = 301 (100%)
R 98 of 301 ~ 32.56%
G 115 of 301 ~ 38.21%
B 88 of 301 ~ 29.24%

%32.56
%38.21
%29.24

CMYK color model

#627358 color CMYK value is (15,0,23,55).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 54.90%
CMYK:
(15,0,23,55)
C15M0Y23K55 
(15%,0%,23%,55%)
(0.15/0.00/0.23/0.55)	

CMYK percentages

%14.78
%0
%23.48
%54.9

Codes

Color #627358 in popluar color models

627358
RGB9811588
HSL98°13.30%39.80%
HSB/HSV98°23.48%45.10%
CMYK14.78%0.00%23.48%
54.90%

Color #627358 in popluar number systems.

HEX627358
Decimal9811588
Binary110001011100111011000
Octal142163130

Shades and tints

Shades of #627358

#627358
(98,115,88)
#5A6950
(90,105,80)
#525F48
(82,95,72)
#4A5540
(74,85,64)
#424B38
(66,75,56)
#3A4130
(58,65,48)
#323728
(50,55,40)
#2A2D20
(42,45,32)
#222318
(34,35,24)
#1A1910
(26,25,16)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #627358

#627358
(98,115,88)
#707F67
(112,127,103)
#7E8B76
(126,139,118)
#8C9785
(140,151,133)
#9AA394
(154,163,148)
#A8AFA3
(168,175,163)
#B6BBB2
(182,187,178)
#C4C7C1
(196,199,193)
#D2D3D0
(210,211,208)
#E0DFDF
(224,223,223)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627358; }

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

This text font color is #627358.


Background Color

.myBgColor { background-color: #627358; }

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

This div background color is #627358.


Border color

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

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

This div border color is #627358.


Opacity

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

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

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

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

This text has shadow with #627358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627358 on black background.


Color preview on white background

This text has color #627358 on white background.



Black color preview on #627358 background

This text has black color on #627358 background.


White color preview on #627358 background

This text has white color on #627358 background.