COLOR #702335

HEX: #702335
RGB: (112,35,53)

Color info

#702335 contains mainly red and blue colors. Web safe color of #702335 is #663333 (or #633).

RGB color model

#702335 color RGB value is (112,35,53).

  • red value is 112;
  • green value is 35;
  • blue value is 53.
RGB:
(112,35,53)
(44%,14%,21%)

RGB channels and saturation

R 112 of 255 = 44%
G 35 of 255 = 14%
B 53 of 255 = 21%

112
35
53

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

Portions of RGB colors in percentages

R + G + B =
112 + 35 + 53 = 200 (100%)
R 112 of 200 ~ 56%
G 35 of 200 ~ 17.5%
B 53 of 200 ~ 26.5%

%56
%17.5
%26.5

CMYK color model

#702335 color CMYK value is (0,69,53,56).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 52.68%
  • key color value is 56.08%
CMYK:
(0,69,53,56)
C0M69Y53K56 
(0%,69%,53%,56%)
(0.00/0.69/0.53/0.56)	

CMYK percentages

%0
%68.75
%52.68
%56.08

Codes

Color #702335 in popluar color models

702335
RGB1123553
HSL346°52.38%28.82%
HSB/HSV346°68.75%43.92%
CMYK0.00%68.75%52.68%
56.08%

Color #702335 in popluar number systems.

HEX702335
Decimal1123553
Binary1110000100011110101
Octal1604365

Shades and tints

Shades of #702335

#702335
(112,35,53)
#662031
(102,32,49)
#5C1D2D
(92,29,45)
#521A29
(82,26,41)
#481725
(72,23,37)
#3E1421
(62,20,33)
#34111D
(52,17,29)
#2A0E19
(42,14,25)
#200B15
(32,11,21)
#160811
(22,8,17)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #702335

#702335
(112,35,53)
#7D3747
(125,55,71)
#8A4B59
(138,75,89)
#975F6B
(151,95,107)
#A4737D
(164,115,125)
#B1878F
(177,135,143)
#BE9BA1
(190,155,161)
#CBAFB3
(203,175,179)
#D8C3C5
(216,195,197)
#E5D7D7
(229,215,215)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702335 color. Also use rgb(112,35,53) instead hex code.

Text Font Color

.myTextColor { color: #702335; }

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

This text font color is #702335.


Background Color

.myBgColor { background-color: #702335; }

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

This div background color is #702335.


Border color

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

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

This div border color is #702335.


Opacity

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

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

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

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

This text has shadow with #702335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702335 on black background.


Color preview on white background

This text has color #702335 on white background.



Black color preview on #702335 background

This text has black color on #702335 background.


White color preview on #702335 background

This text has white color on #702335 background.