COLOR #627041

HEX: #627041
RGB: (98,112,65)

Color info

#627041 contains red, green and blue colors in about the same proportion. Web safe color of #627041 is #666633 (or #663).

RGB color model

#627041 color RGB value is (98,112,65).

  • red value is 98;
  • green value is 112;
  • blue value is 65.
RGB:
(98,112,65)
(38%,44%,25%)

RGB channels and saturation

R 98 of 255 = 38%
G 112 of 255 = 44%
B 65 of 255 = 25%

98
112
65

R + G + B ~ 36%. #627041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 112 + 65 = 275 (100%)
R 98 of 275 ~ 35.64%
G 112 of 275 ~ 40.73%
B 65 of 275 ~ 23.64%

%35.64
%40.73
%23.64

CMYK color model

#627041 color CMYK value is (13,0,42,56).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 41.96%
  • key color value is 56.08%
CMYK:
(13,0,42,56)
C13M0Y42K56 
(13%,0%,42%,56%)
(0.13/0.00/0.42/0.56)	

CMYK percentages

%12.5
%0
%41.96
%56.08

Codes

Color #627041 in popluar color models

627041
RGB9811265
HSL78°26.55%34.71%
HSB/HSV78°41.96%43.92%
CMYK12.50%0.00%41.96%
56.08%

Color #627041 in popluar number systems.

HEX627041
Decimal9811265
Binary110001011100001000001
Octal142160101

Shades and tints

Shades of #627041

#627041
(98,112,65)
#5A663C
(90,102,60)
#525C37
(82,92,55)
#4A5232
(74,82,50)
#42482D
(66,72,45)
#3A3E28
(58,62,40)
#323423
(50,52,35)
#2A2A1E
(42,42,30)
#222019
(34,32,25)
#1A1614
(26,22,20)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #627041

#627041
(98,112,65)
#707D52
(112,125,82)
#7E8A63
(126,138,99)
#8C9774
(140,151,116)
#9AA485
(154,164,133)
#A8B196
(168,177,150)
#B6BEA7
(182,190,167)
#C4CBB8
(196,203,184)
#D2D8C9
(210,216,201)
#E0E5DA
(224,229,218)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627041 color. Also use rgb(98,112,65) instead hex code.

Text Font Color

.myTextColor { color: #627041; }

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

This text font color is #627041.


Background Color

.myBgColor { background-color: #627041; }

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

This div background color is #627041.


Border color

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

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

This div border color is #627041.


Opacity

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

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

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

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

This text has shadow with #627041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627041 on black background.


Color preview on white background

This text has color #627041 on white background.



Black color preview on #627041 background

This text has black color on #627041 background.


White color preview on #627041 background

This text has white color on #627041 background.