COLOR #07261B

HEX: #07261B
RGB: (7,38,27)

Color info

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

RGB color model

#07261B color RGB value is (7,38,27).

  • red value is 7;
  • green value is 38;
  • blue value is 27.
RGB:
(7,38,27)
(3%,15%,11%)

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 27 of 255 = 11%

7
38
27

R + G + B ~ 10%. #07261B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 27 = 72 (100%)
R 7 of 72 ~ 9.72%
G 38 of 72 ~ 52.78%
B 27 of 72 ~ 37.5%

%9.72
%52.78
%37.5

CMYK color model

#07261B color CMYK value is (82,0,29,85).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 85.10%
CMYK:
(82,0,29,85)
C82M0Y29K85 
(82%,0%,29%,85%)
(0.82/0.00/0.29/0.85)	

CMYK percentages

%81.58
%0
%28.95
%85.1

Codes

Color #07261B in popluar color models

07261B
RGB73827
HSL159°68.89%8.82%
HSB/HSV159°81.58%14.90%
CMYK81.58%0.00%28.95%
85.10%

Color #07261B in popluar number systems.

HEX07261B
Decimal73827
Binary11110011011011
Octal74633

Shades and tints

Shades of #07261B

#07261B
(7,38,27)
#072319
(7,35,25)
#072017
(7,32,23)
#071D15
(7,29,21)
#071A13
(7,26,19)
#071711
(7,23,17)
#07140F
(7,20,15)
#07110D
(7,17,13)
#070E0B
(7,14,11)
#070B09
(7,11,9)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #07261B

#07261B
(7,38,27)
#1D392F
(29,57,47)
#334C43
(51,76,67)
#495F57
(73,95,87)
#5F726B
(95,114,107)
#75857F
(117,133,127)
#8B9893
(139,152,147)
#A1ABA7
(161,171,167)
#B7BEBB
(183,190,187)
#CDD1CF
(205,209,207)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07261B color. Also use rgb(7,38,27) instead hex code.

Text Font Color

.myTextColor { color: #07261B; }

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

This text font color is #07261B.


Background Color

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

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

This div background color is #07261B.


Border color

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

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

This div border color is #07261B.


Opacity

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

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

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

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

This text has shadow with #07261B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07261B on black background.


Color preview on white background

This text has color #07261B on white background.



Black color preview on #07261B background

This text has black color on #07261B background.


White color preview on #07261B background

This text has white color on #07261B background.