COLOR #61230E

HEX: #61230E
RGB: (97,35,14)

Color info

#61230E contains mainly red color. Web safe color of #61230E is #663300 (or #630).

RGB color model

#61230E color RGB value is (97,35,14).

  • red value is 97;
  • green value is 35;
  • blue value is 14.
RGB:
(97,35,14)
(38%,14%,5%)

RGB channels and saturation

R 97 of 255 = 38%
G 35 of 255 = 14%
B 14 of 255 = 5%

97
35
14

R + G + B ~ 19%. #61230E is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 35 + 14 = 146 (100%)
R 97 of 146 ~ 66.44%
G 35 of 146 ~ 23.97%
B 14 of 146 ~ 9.59%

%66.44
%23.97
%9.59

CMYK color model

#61230E color CMYK value is (0,64,86,62).

  • cyan value is 0.00%
  • magenta value is 63.92%
  • yellow value is 85.57%
  • key color value is 61.96%
CMYK:
(0,64,86,62)
C0M64Y86K62 
(0%,64%,86%,62%)
(0.00/0.64/0.86/0.62)	

CMYK percentages

%0
%63.92
%85.57
%61.96

Codes

Color #61230E in popluar color models

61230E
RGB973514
HSL15°74.77%21.76%
HSB/HSV15°85.57%38.04%
CMYK0.00%63.92%85.57%
61.96%

Color #61230E in popluar number systems.

HEX61230E
Decimal973514
Binary11000011000111110
Octal1414316

Shades and tints

Shades of #61230E

#61230E
(97,35,14)
#59200D
(89,32,13)
#511D0C
(81,29,12)
#491A0B
(73,26,11)
#41170A
(65,23,10)
#391409
(57,20,9)
#311108
(49,17,8)
#290E07
(41,14,7)
#210B06
(33,11,6)
#190805
(25,8,5)
#110504
(17,5,4)
#000000
(0,0,0)

Tints of #61230E

#61230E
(97,35,14)
#6F3723
(111,55,35)
#7D4B38
(125,75,56)
#8B5F4D
(139,95,77)
#997362
(153,115,98)
#A78777
(167,135,119)
#B59B8C
(181,155,140)
#C3AFA1
(195,175,161)
#D1C3B6
(209,195,182)
#DFD7CB
(223,215,203)
#EDEBE0
(237,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61230E color. Also use rgb(97,35,14) instead hex code.

Text Font Color

.myTextColor { color: #61230E; }

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

This text font color is #61230E.


Background Color

.myBgColor { background-color: #61230E; }

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

This div background color is #61230E.


Border color

.myBorderColor { border: 1px solid #61230E; }

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

This div border color is #61230E.


Opacity

.myOpacity80 { color: #61230E; opacity: 0.8; }

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

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

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

This text has shadow with #61230E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61230E on black background.


Color preview on white background

This text has color #61230E on white background.



Black color preview on #61230E background

This text has black color on #61230E background.


White color preview on #61230E background

This text has white color on #61230E background.