COLOR #EB3C0C

HEX: #EB3C0C
RGB: (235,60,12)

Color info

#EB3C0C contains mainly red color. Web safe color of #EB3C0C is #FF3300 (or #F30).

RGB color model

#EB3C0C color RGB value is (235,60,12).

  • red value is 235;
  • green value is 60;
  • blue value is 12.
RGB:
(235,60,12)
(92%,24%,5%)

RGB channels and saturation

R 235 of 255 = 92%
G 60 of 255 = 24%
B 12 of 255 = 5%

235
60
12

R + G + B ~ 40%. #EB3C0C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 60 + 12 = 307 (100%)
R 235 of 307 ~ 76.55%
G 60 of 307 ~ 19.54%
B 12 of 307 ~ 3.91%

%76.55
%19.54

CMYK color model

#EB3C0C color CMYK value is (0,74,95,8).

  • cyan value is 0.00%
  • magenta value is 74.47%
  • yellow value is 94.89%
  • key color value is 7.84%
CMYK:
(0,74,95,8)
C0M74Y95K8 
(0%,74%,95%,8%)
(0.00/0.74/0.95/0.08)	

CMYK percentages

%0
%74.47
%94.89
%7.84

Codes

Color #EB3C0C in popluar color models

EB3C0C
RGB2356012
HSL13°90.28%48.43%
HSB/HSV13°94.89%92.16%
CMYK0.00%74.47%94.89%
7.84%

Color #EB3C0C in popluar number systems.

HEXEB3C0C
Decimal2356012
Binary111010111111001100
Octal3537414

Shades and tints

Shades of #EB3C0C

#EB3C0C
(235,60,12)
#D6370B
(214,55,11)
#C1320A
(193,50,10)
#AC2D09
(172,45,9)
#972808
(151,40,8)
#822307
(130,35,7)
#6D1E06
(109,30,6)
#581905
(88,25,5)
#431404
(67,20,4)
#2E0F03
(46,15,3)
#190A02
(25,10,2)
#000000
(0,0,0)

Tints of #EB3C0C

#EB3C0C
(235,60,12)
#EC4D22
(236,77,34)
#ED5E38
(237,94,56)
#EE6F4E
(238,111,78)
#EF8064
(239,128,100)
#F0917A
(240,145,122)
#F1A290
(241,162,144)
#F2B3A6
(242,179,166)
#F3C4BC
(243,196,188)
#F4D5D2
(244,213,210)
#F5E6E8
(245,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB3C0C color. Also use rgb(235,60,12) instead hex code.

Text Font Color

.myTextColor { color: #EB3C0C; }

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

This text font color is #EB3C0C.


Background Color

.myBgColor { background-color: #EB3C0C; }

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

This div background color is #EB3C0C.


Border color

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

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

This div border color is #EB3C0C.


Opacity

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

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

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

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

This text has shadow with #EB3C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB3C0C on black background.


Color preview on white background

This text has color #EB3C0C on white background.



Black color preview on #EB3C0C background

This text has black color on #EB3C0C background.


White color preview on #EB3C0C background

This text has white color on #EB3C0C background.