COLOR #072136

HEX: #072136
RGB: (7,33,54)

Color info

#072136 contains red, green and blue colors in about the same proportion. Web safe color of #072136 is #003333 (or #033).

RGB color model

#072136 color RGB value is (7,33,54).

  • red value is 7;
  • green value is 33;
  • blue value is 54.
RGB:
(7,33,54)
(3%,13%,21%)

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 54 of 255 = 21%

7
33
54

R + G + B ~ 12%. #072136 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 33 + 54 = 94 (100%)
R 7 of 94 ~ 7.45%
G 33 of 94 ~ 35.11%
B 54 of 94 ~ 57.45%

%35.11
%57.45

CMYK color model

#072136 color CMYK value is (87,39,0,79).

  • cyan value is 87.04%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(87,39,0,79)
C87M39Y0K79 
(87%,39%,0%,79%)
(0.87/0.39/0.00/0.79)	

CMYK percentages

%87.04
%38.89
%0
%78.82

Codes

Color #072136 in popluar color models

072136
RGB73354
HSL207°77.05%11.96%
HSB/HSV207°87.04%21.18%
CMYK87.04%38.89%0.00%
78.82%

Color #072136 in popluar number systems.

HEX072136
Decimal73354
Binary111100001110110
Octal74166

Shades and tints

Shades of #072136

#072136
(7,33,54)
#071E32
(7,30,50)
#071B2E
(7,27,46)
#07182A
(7,24,42)
#071526
(7,21,38)
#071222
(7,18,34)
#070F1E
(7,15,30)
#070C1A
(7,12,26)
#070916
(7,9,22)
#070612
(7,6,18)
#07030E
(7,3,14)
#000000
(0,0,0)

Tints of #072136

#072136
(7,33,54)
#1D3548
(29,53,72)
#33495A
(51,73,90)
#495D6C
(73,93,108)
#5F717E
(95,113,126)
#758590
(117,133,144)
#8B99A2
(139,153,162)
#A1ADB4
(161,173,180)
#B7C1C6
(183,193,198)
#CDD5D8
(205,213,216)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072136 color. Also use rgb(7,33,54) instead hex code.

Text Font Color

.myTextColor { color: #072136; }

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

This text font color is #072136.


Background Color

.myBgColor { background-color: #072136; }

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

This div background color is #072136.


Border color

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

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

This div border color is #072136.


Opacity

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

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

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

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

This text has shadow with #072136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072136 on black background.


Color preview on white background

This text has color #072136 on white background.



Black color preview on #072136 background

This text has black color on #072136 background.


White color preview on #072136 background

This text has white color on #072136 background.