COLOR #04230A

HEX: #04230A
RGB: (4,35,10)

Color info

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

RGB color model

#04230A color RGB value is (4,35,10).

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

RGB channels and saturation

R 4 of 255 = 2%
G 35 of 255 = 14%
B 10 of 255 = 4%

4
35
10

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

Portions of RGB colors in percentages

R + G + B =
4 + 35 + 10 = 49 (100%)
R 4 of 49 ~ 8.16%
G 35 of 49 ~ 71.43%
B 10 of 49 ~ 20.41%

%71.43
%20.41

CMYK color model

#04230A color CMYK value is (89,0,71,86).

  • cyan value is 88.57%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 86.27%
CMYK:
(89,0,71,86)
C89M0Y71K86 
(89%,0%,71%,86%)
(0.89/0.00/0.71/0.86)	

CMYK percentages

%88.57
%0
%71.43
%86.27

Codes

Color #04230A in popluar color models

04230A
RGB43510
HSL132°79.49%7.65%
HSB/HSV132°88.57%13.73%
CMYK88.57%0.00%71.43%
86.27%

Color #04230A in popluar number systems.

HEX04230A
Decimal43510
Binary1001000111010
Octal44312

Shades and tints

Shades of #04230A

#04230A
(4,35,10)
#04200A
(4,32,10)
#041D0A
(4,29,10)
#041A0A
(4,26,10)
#04170A
(4,23,10)
#04140A
(4,20,10)
#04110A
(4,17,10)
#040E0A
(4,14,10)
#040B0A
(4,11,10)
#04080A
(4,8,10)
#04050A
(4,5,10)
#000000
(0,0,0)

Tints of #04230A

#04230A
(4,35,10)
#1A3720
(26,55,32)
#304B36
(48,75,54)
#465F4C
(70,95,76)
#5C7362
(92,115,98)
#728778
(114,135,120)
#889B8E
(136,155,142)
#9EAFA4
(158,175,164)
#B4C3BA
(180,195,186)
#CAD7D0
(202,215,208)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04230A; }

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

This text font color is #04230A.


Background Color

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

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

This div background color is #04230A.


Border color

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

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

This div border color is #04230A.


Opacity

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

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

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

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

This text has shadow with #04230A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04230A on black background.


Color preview on white background

This text has color #04230A on white background.



Black color preview on #04230A background

This text has black color on #04230A background.


White color preview on #04230A background

This text has white color on #04230A background.