COLOR #FF7F67

HEX: #FF7F67
RGB: (255,127,103)

Color info

#FF7F67 contains mainly red color. Web safe color of #FF7F67 is #FF6666 (or #F66).

RGB color model

#FF7F67 color RGB value is (255,127,103).

  • red value is 255;
  • green value is 127;
  • blue value is 103.
RGB:
(255,127,103)
(100%,50%,40%)

RGB channels and saturation

R 255 of 255 = 100%
G 127 of 255 = 50%
B 103 of 255 = 40%

255
127
103

R + G + B ~ 63%. #FF7F67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 127 + 103 = 485 (100%)
R 255 of 485 ~ 52.58%
G 127 of 485 ~ 26.19%
B 103 of 485 ~ 21.24%

%52.58
%26.19
%21.24

CMYK color model

#FF7F67 color CMYK value is (0,50,60,0).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 59.61%
  • key color value is 0.00%
CMYK:
(0,50,60,0)
C0M50Y60K0 
(0%,50%,60%,0%)
(0.00/0.50/0.60/0.00)	

CMYK percentages

%0
%50.2
%59.61
%0

Codes

Color #FF7F67 in popluar color models

FF7F67
RGB255127103
HSL100.00%70.20%
HSB/HSV59.61%100.00%
CMYK0.00%50.20%59.61%
0.00%

Color #FF7F67 in popluar number systems.

HEXFF7F67
Decimal255127103
Binary1111111111111111100111
Octal377177147

Shades and tints

Shades of #FF7F67

#FF7F67
(255,127,103)
#E8745E
(232,116,94)
#D16955
(209,105,85)
#BA5E4C
(186,94,76)
#A35343
(163,83,67)
#8C483A
(140,72,58)
#753D31
(117,61,49)
#5E3228
(94,50,40)
#47271F
(71,39,31)
#301C16
(48,28,22)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #FF7F67

#FF7F67
(255,127,103)
#FF8A74
(255,138,116)
#FF9581
(255,149,129)
#FFA08E
(255,160,142)
#FFAB9B
(255,171,155)
#FFB6A8
(255,182,168)
#FFC1B5
(255,193,181)
#FFCCC2
(255,204,194)
#FFD7CF
(255,215,207)
#FFE2DC
(255,226,220)
#FFEDE9
(255,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7F67 color. Also use rgb(255,127,103) instead hex code.

Text Font Color

.myTextColor { color: #FF7F67; }

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

This text font color is #FF7F67.


Background Color

.myBgColor { background-color: #FF7F67; }

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

This div background color is #FF7F67.


Border color

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

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

This div border color is #FF7F67.


Opacity

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

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

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

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

This text has shadow with #FF7F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7F67 on black background.


Color preview on white background

This text has color #FF7F67 on white background.



Black color preview on #FF7F67 background

This text has black color on #FF7F67 background.


White color preview on #FF7F67 background

This text has white color on #FF7F67 background.