COLOR #613003

HEX: #613003
RGB: (97,48,3)

Color info

#613003 contains mainly red and green colors. Web safe color of #613003 is #663300 (or #630).

RGB color model

#613003 color RGB value is (97,48,3).

  • red value is 97;
  • green value is 48;
  • blue value is 3.
RGB:
(97,48,3)
(38%,19%,1%)

RGB channels and saturation

R 97 of 255 = 38%
G 48 of 255 = 19%
B 3 of 255 = 1%

97
48
3

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

Portions of RGB colors in percentages

R + G + B =
97 + 48 + 3 = 148 (100%)
R 97 of 148 ~ 65.54%
G 48 of 148 ~ 32.43%
B 3 of 148 ~ 2.03%

%65.54
%32.43

CMYK color model

#613003 color CMYK value is (0,51,97,62).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 96.91%
  • key color value is 61.96%
CMYK:
(0,51,97,62)
C0M51Y97K62 
(0%,51%,97%,62%)
(0.00/0.51/0.97/0.62)	

CMYK percentages

%0
%50.52
%96.91
%61.96

Codes

Color #613003 in popluar color models

613003
RGB97483
HSL29°94.00%19.61%
HSB/HSV29°96.91%38.04%
CMYK0.00%50.52%96.91%
61.96%

Color #613003 in popluar number systems.

HEX613003
Decimal97483
Binary110000111000011
Octal141603

Shades and tints

Shades of #613003

#613003
(97,48,3)
#592C03
(89,44,3)
#512803
(81,40,3)
#492403
(73,36,3)
#412003
(65,32,3)
#391C03
(57,28,3)
#311803
(49,24,3)
#291403
(41,20,3)
#211003
(33,16,3)
#190C03
(25,12,3)
#110803
(17,8,3)
#000000
(0,0,0)

Tints of #613003

#613003
(97,48,3)
#6F4219
(111,66,25)
#7D542F
(125,84,47)
#8B6645
(139,102,69)
#99785B
(153,120,91)
#A78A71
(167,138,113)
#B59C87
(181,156,135)
#C3AE9D
(195,174,157)
#D1C0B3
(209,192,179)
#DFD2C9
(223,210,201)
#EDE4DF
(237,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613003 color. Also use rgb(97,48,3) instead hex code.

Text Font Color

.myTextColor { color: #613003; }

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

This text font color is #613003.


Background Color

.myBgColor { background-color: #613003; }

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

This div background color is #613003.


Border color

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

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

This div border color is #613003.


Opacity

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

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

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

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

This text has shadow with #613003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613003 on black background.


Color preview on white background

This text has color #613003 on white background.



Black color preview on #613003 background

This text has black color on #613003 background.


White color preview on #613003 background

This text has white color on #613003 background.