COLOR #61482E

HEX: #61482E
RGB: (97,72,46)

Color info

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

RGB color model

#61482E color RGB value is (97,72,46).

  • red value is 97;
  • green value is 72;
  • blue value is 46.
RGB:
(97,72,46)
(38%,28%,18%)

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 46 of 255 = 18%

97
72
46

R + G + B ~ 28%. #61482E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 46 = 215 (100%)
R 97 of 215 ~ 45.12%
G 72 of 215 ~ 33.49%
B 46 of 215 ~ 21.4%

%45.12
%33.49
%21.4

CMYK color model

#61482E color CMYK value is (0,26,53,62).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 52.58%
  • key color value is 61.96%
CMYK:
(0,26,53,62)
C0M26Y53K62 
(0%,26%,53%,62%)
(0.00/0.26/0.53/0.62)	

CMYK percentages

%0
%25.77
%52.58
%61.96

Codes

Color #61482E in popluar color models

61482E
RGB977246
HSL31°35.66%28.04%
HSB/HSV31°52.58%38.04%
CMYK0.00%25.77%52.58%
61.96%

Color #61482E in popluar number systems.

HEX61482E
Decimal977246
Binary11000011001000101110
Octal14111056

Shades and tints

Shades of #61482E

#61482E
(97,72,46)
#59422A
(89,66,42)
#513C26
(81,60,38)
#493622
(73,54,34)
#41301E
(65,48,30)
#392A1A
(57,42,26)
#312416
(49,36,22)
#291E12
(41,30,18)
#21180E
(33,24,14)
#19120A
(25,18,10)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #61482E

#61482E
(97,72,46)
#6F5841
(111,88,65)
#7D6854
(125,104,84)
#8B7867
(139,120,103)
#99887A
(153,136,122)
#A7988D
(167,152,141)
#B5A8A0
(181,168,160)
#C3B8B3
(195,184,179)
#D1C8C6
(209,200,198)
#DFD8D9
(223,216,217)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61482E color. Also use rgb(97,72,46) instead hex code.

Text Font Color

.myTextColor { color: #61482E; }

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

This text font color is #61482E.


Background Color

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

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

This div background color is #61482E.


Border color

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

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

This div border color is #61482E.


Opacity

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

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

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

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

This text has shadow with #61482E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61482E on black background.


Color preview on white background

This text has color #61482E on white background.



Black color preview on #61482E background

This text has black color on #61482E background.


White color preview on #61482E background

This text has white color on #61482E background.