COLOR #61263F

HEX: #61263F
RGB: (97,38,63)

Color info

#61263F contains red, green and blue colors in about the same proportion. Web safe color of #61263F is #663333 (or #633).

RGB color model

#61263F color RGB value is (97,38,63).

  • red value is 97;
  • green value is 38;
  • blue value is 63.
RGB:
(97,38,63)
(38%,15%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 38 of 255 = 15%
B 63 of 255 = 25%

97
38
63

R + G + B ~ 26%. #61263F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 38 + 63 = 198 (100%)
R 97 of 198 ~ 48.99%
G 38 of 198 ~ 19.19%
B 63 of 198 ~ 31.82%

%48.99
%19.19
%31.82

CMYK color model

#61263F color CMYK value is (0,61,35,62).

  • cyan value is 0.00%
  • magenta value is 60.82%
  • yellow value is 35.05%
  • key color value is 61.96%
CMYK:
(0,61,35,62)
C0M61Y35K62 
(0%,61%,35%,62%)
(0.00/0.61/0.35/0.62)	

CMYK percentages

%0
%60.82
%35.05
%61.96

Codes

Color #61263F in popluar color models

61263F
RGB973863
HSL335°43.70%26.47%
HSB/HSV335°60.82%38.04%
CMYK0.00%60.82%35.05%
61.96%

Color #61263F in popluar number systems.

HEX61263F
Decimal973863
Binary1100001100110111111
Octal1414677

Shades and tints

Shades of #61263F

#61263F
(97,38,63)
#59233A
(89,35,58)
#512035
(81,32,53)
#491D30
(73,29,48)
#411A2B
(65,26,43)
#391726
(57,23,38)
#311421
(49,20,33)
#29111C
(41,17,28)
#210E17
(33,14,23)
#190B12
(25,11,18)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #61263F

#61263F
(97,38,63)
#6F3950
(111,57,80)
#7D4C61
(125,76,97)
#8B5F72
(139,95,114)
#997283
(153,114,131)
#A78594
(167,133,148)
#B598A5
(181,152,165)
#C3ABB6
(195,171,182)
#D1BEC7
(209,190,199)
#DFD1D8
(223,209,216)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61263F color. Also use rgb(97,38,63) instead hex code.

Text Font Color

.myTextColor { color: #61263F; }

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

This text font color is #61263F.


Background Color

.myBgColor { background-color: #61263F; }

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

This div background color is #61263F.


Border color

.myBorderColor { border: 1px solid #61263F; }

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

This div border color is #61263F.


Opacity

.myOpacity80 { color: #61263F; opacity: 0.8; }

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

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

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

This text has shadow with #61263F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61263F on black background.


Color preview on white background

This text has color #61263F on white background.



Black color preview on #61263F background

This text has black color on #61263F background.


White color preview on #61263F background

This text has white color on #61263F background.