COLOR #07230A

HEX: #07230A
RGB: (7,35,10)

Color info

#07230A contains red, green and blue colors in about the same proportion. Web safe color of #07230A is #003300 (or #030).

RGB color model

#07230A color RGB value is (7,35,10).

  • red value is 7;
  • green value is 35;
  • blue value is 10.
RGB:
(7,35,10)
(3%,14%,4%)

RGB channels and saturation

R 7 of 255 = 3%
G 35 of 255 = 14%
B 10 of 255 = 4%

7
35
10

R + G + B ~ 7%. #07230A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 35 + 10 = 52 (100%)
R 7 of 52 ~ 13.46%
G 35 of 52 ~ 67.31%
B 10 of 52 ~ 19.23%

%13.46
%67.31
%19.23

CMYK color model

#07230A color CMYK value is (80,0,71,86).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 86.27%
CMYK:
(80,0,71,86)
C80M0Y71K86 
(80%,0%,71%,86%)
(0.80/0.00/0.71/0.86)	

CMYK percentages

%80
%0
%71.43
%86.27

Codes

Color #07230A in popluar color models

07230A
RGB73510
HSL126°66.67%8.24%
HSB/HSV126°80.00%13.73%
CMYK80.00%0.00%71.43%
86.27%

Color #07230A in popluar number systems.

HEX07230A
Decimal73510
Binary1111000111010
Octal74312

Shades and tints

Shades of #07230A

#07230A
(7,35,10)
#07200A
(7,32,10)
#071D0A
(7,29,10)
#071A0A
(7,26,10)
#07170A
(7,23,10)
#07140A
(7,20,10)
#07110A
(7,17,10)
#070E0A
(7,14,10)
#070B0A
(7,11,10)
#07080A
(7,8,10)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #07230A

#07230A
(7,35,10)
#1D3720
(29,55,32)
#334B36
(51,75,54)
#495F4C
(73,95,76)
#5F7362
(95,115,98)
#758778
(117,135,120)
#8B9B8E
(139,155,142)
#A1AFA4
(161,175,164)
#B7C3BA
(183,195,186)
#CDD7D0
(205,215,208)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07230A color. Also use rgb(7,35,10) instead hex code.

Text Font Color

.myTextColor { color: #07230A; }

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

This text font color is #07230A.


Background Color

.myBgColor { background-color: #07230A; }

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

This div background color is #07230A.


Border color

.myBorderColor { border: 1px solid #07230A; }

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

This div border color is #07230A.


Opacity

.myOpacity80 { color: #07230A; opacity: 0.8; }

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

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

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

This text has shadow with #07230A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07230A on black background.


Color preview on white background

This text has color #07230A on white background.



Black color preview on #07230A background

This text has black color on #07230A background.


White color preview on #07230A background

This text has white color on #07230A background.