COLOR #625074

HEX: #625074
RGB: (98,80,116)

Color info

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

RGB color model

#625074 color RGB value is (98,80,116).

  • red value is 98;
  • green value is 80;
  • blue value is 116.
RGB:
(98,80,116)
(38%,31%,45%)

RGB channels and saturation

R 98 of 255 = 38%
G 80 of 255 = 31%
B 116 of 255 = 45%

98
80
116

R + G + B ~ 38%. #625074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 80 + 116 = 294 (100%)
R 98 of 294 ~ 33.33%
G 80 of 294 ~ 27.21%
B 116 of 294 ~ 39.46%

%33.33
%27.21
%39.46

CMYK color model

#625074 color CMYK value is (16,31,0,55).

  • cyan value is 15.52%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(16,31,0,55)
C16M31Y0K55 
(16%,31%,0%,55%)
(0.16/0.31/0.00/0.55)	

CMYK percentages

%15.52
%31.03
%0
%54.51

Codes

Color #625074 in popluar color models

625074
RGB9880116
HSL270°18.37%38.43%
HSB/HSV270°31.03%45.49%
CMYK15.52%31.03%0.00%
54.51%

Color #625074 in popluar number systems.

HEX625074
Decimal9880116
Binary110001010100001110100
Octal142120164

Shades and tints

Shades of #625074

#625074
(98,80,116)
#5A496A
(90,73,106)
#524260
(82,66,96)
#4A3B56
(74,59,86)
#42344C
(66,52,76)
#3A2D42
(58,45,66)
#322638
(50,38,56)
#2A1F2E
(42,31,46)
#221824
(34,24,36)
#1A111A
(26,17,26)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #625074

#625074
(98,80,116)
#705F80
(112,95,128)
#7E6E8C
(126,110,140)
#8C7D98
(140,125,152)
#9A8CA4
(154,140,164)
#A89BB0
(168,155,176)
#B6AABC
(182,170,188)
#C4B9C8
(196,185,200)
#D2C8D4
(210,200,212)
#E0D7E0
(224,215,224)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625074 color. Also use rgb(98,80,116) instead hex code.

Text Font Color

.myTextColor { color: #625074; }

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

This text font color is #625074.


Background Color

.myBgColor { background-color: #625074; }

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

This div background color is #625074.


Border color

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

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

This div border color is #625074.


Opacity

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

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

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

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

This text has shadow with #625074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625074 on black background.


Color preview on white background

This text has color #625074 on white background.



Black color preview on #625074 background

This text has black color on #625074 background.


White color preview on #625074 background

This text has white color on #625074 background.