COLOR #627C53

HEX: #627C53
RGB: (98,124,83)

Color info

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

RGB color model

#627C53 color RGB value is (98,124,83).

  • red value is 98;
  • green value is 124;
  • blue value is 83.
RGB:
(98,124,83)
(38%,49%,33%)

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 83 of 255 = 33%

98
124
83

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

Portions of RGB colors in percentages

R + G + B =
98 + 124 + 83 = 305 (100%)
R 98 of 305 ~ 32.13%
G 124 of 305 ~ 40.66%
B 83 of 305 ~ 27.21%

%32.13
%40.66
%27.21

CMYK color model

#627C53 color CMYK value is (21,0,33,51).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 51.37%
CMYK:
(21,0,33,51)
C21M0Y33K51 
(21%,0%,33%,51%)
(0.21/0.00/0.33/0.51)	

CMYK percentages

%20.97
%0
%33.06
%51.37

Codes

Color #627C53 in popluar color models

627C53
RGB9812483
HSL98°19.81%40.59%
HSB/HSV98°33.06%48.63%
CMYK20.97%0.00%33.06%
51.37%

Color #627C53 in popluar number systems.

HEX627C53
Decimal9812483
Binary110001011111001010011
Octal142174123

Shades and tints

Shades of #627C53

#627C53
(98,124,83)
#5A714C
(90,113,76)
#526645
(82,102,69)
#4A5B3E
(74,91,62)
#425037
(66,80,55)
#3A4530
(58,69,48)
#323A29
(50,58,41)
#2A2F22
(42,47,34)
#22241B
(34,36,27)
#1A1914
(26,25,20)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #627C53

#627C53
(98,124,83)
#708762
(112,135,98)
#7E9271
(126,146,113)
#8C9D80
(140,157,128)
#9AA88F
(154,168,143)
#A8B39E
(168,179,158)
#B6BEAD
(182,190,173)
#C4C9BC
(196,201,188)
#D2D4CB
(210,212,203)
#E0DFDA
(224,223,218)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627C53 color. Also use rgb(98,124,83) instead hex code.

Text Font Color

.myTextColor { color: #627C53; }

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

This text font color is #627C53.


Background Color

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

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

This div background color is #627C53.


Border color

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

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

This div border color is #627C53.


Opacity

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

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

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

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

This text has shadow with #627C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627C53 on black background.


Color preview on white background

This text has color #627C53 on white background.



Black color preview on #627C53 background

This text has black color on #627C53 background.


White color preview on #627C53 background

This text has white color on #627C53 background.