COLOR #35030B

HEX: #35030B RGB: (53,3,11)

Color info

#35030B contains red, green and blue colors in about the same proportion. Web safe color of #35030B is #330000 (or #300).

RGB color model

#35030B color RGB value is (53,3,11).

RGB: (53,3,11) (21%, 1%, 4%)

RGB channels and saturation

R 53 of 255 = 21%
G 3 of 255 = 1%
B 11 of 255 = 4%

53
3
11

R + G + B ~ 9%. #35030B is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 3 + 11 = 67 (100%)
R 53 of 67 ~ 79.1%
G 3 of 67 ~ 4.48%
B 11 of 67 ~ 16.42'%

%79.1
%16.42

CMYK color model

#35030B color CMYK value is (0,94,79,79).

  • cyan value is 0.00%
  • magenta value is 94.34%
  • yellow value is 79.25%
  • key color value is 79.22%
CMYK: (0,94,79,79) C0M94Y79K79 (0%,94%,79%,79%) (0.00/0.94/0.79/0.79) 

CMYK percentages

%0
%94.34
%79.25
%79.22

Codes

Color #35030B in popluar color models

35 03 0B
RGB 53 3 11
HSL 350° 89.29% 10.98%
HSB/HSV 350° 94.34% 20.78%
CMYK 0.00% 94.34% 79.25%
79.22%

Color #35030B in popluar number systems.

HEX 35 03 0B
Decimal 53 3 11
Binary 110101 11 1011
Octal 65 3 13

Shades and tints

Shades of #35030B

#35030B
(53,3,11)
#31030A
(49,3,10)
#2D0309
(45,3,9)
#290308
(41,3,8)
#250307
(37,3,7)
#210306
(33,3,6)
#1D0305
(29,3,5)
#190304
(25,3,4)
#150303
(21,3,3)
#110302
(17,3,2)
#0D0301
(13,3,1)
#000000
(0,0,0)

Tints of #35030B

#35030B
(53,3,11)
#471921
(71,25,33)
#592F37
(89,47,55)
#6B454D
(107,69,77)
#7D5B63
(125,91,99)
#8F7179
(143,113,121)
#A1878F
(161,135,143)
#B39DA5
(179,157,165)
#C5B3BB
(197,179,187)
#D7C9D1
(215,201,209)
#E9DFE7
(233,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35030B color. Also use rgb(53,3,11) instead hex code.

Text Font Color

.myTextColor { color: #35030B; }

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

This text font color is #35030B.

Background Color

.myBgColor { background-color: #35030B; }

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

This div background color is #35030B.

Border color

.myBorderColor { border: 1px solid #35030B; }

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

This div border color is #35030B.

Opacity

.myOpacity80 { color: #35030B; opacity: 0.8; }

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

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

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

This text has shadow with #35030B color.


.textShadow {text-shadow: 3px 3px 1px #35030B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35030B; -webkit-box-shadow: 1px 1px 3px 2px #35030B; box-shadow:1px 1px 3px 2px #35030B;">
Div content here
</div>

This div box has shadow with color #35030B.

Preview

Color preview on black background

This text has color #35030B on black background.


Color preview on white background

This text has color #35030B on white background.


Black color preview on #35030B background

This text has black color on #35030B background.


White color preview on #35030B background

This text has white color on #35030B background.


Related colors

Complementary color

Complementary color for #hex is #CAFCF4.


I love getcolorcode.com

Triadic colors

1 #0B3503 and #030B35 with #35030B are triadic colors.

2 #0B0335 and #03350B with #35030B are triadic colors.