COLOR #230A25

HEX: #230A25 RGB: (35,10,37)

Color info

#230A25 contains red, green and blue colors in about the same proportion. Web safe color of #230A25 is #330033 (or #303).

RGB color model

#230A25 color RGB value is (35,10,37).

RGB: (35,10,37) (14%, 4%, 15%)

RGB channels and saturation

R 35 of 255 = 14%
G 10 of 255 = 4%
B 37 of 255 = 15%

35
10
37

R + G + B ~ 11%. #230A25 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 10 + 37 = 82 (100%)
R 35 of 82 ~ 42.68%
G 10 of 82 ~ 12.2%
B 37 of 82 ~ 45.12'%

%42.68
%12.2
%45.12

CMYK color model

#230A25 color CMYK value is (5,73,0,85).

  • cyan value is 5.41%
  • magenta value is 72.97%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (5,73,0,85)
C5M73Y0K85 (5%, 73%, 0%, 85%)
(0.05 / 0.73 / 0.00 / 0.85)

CMYK percentages

%5.41
%72.97
%0
%85.49

Codes

Color #230A25 in popluar color models

23 0A 25
RGB 35 10 37
HSL 296° 57.45% 9.22%
HSB/HSV 296° 72.97% 14.51%
CMYK 5.41% 72.97% 0.00%
85.49%

Color #230A25 in popluar number systems.

HEX 23 0A 25
Decimal 35 10 37
Binary 100011 1010 100101
Octal 43 12 45

Shades and tints

Shades of #230A25

#230A25
(35,10,37)
#200A22
(32,10,34)
#1D0A1F
(29,10,31)
#1A0A1C
(26,10,28)
#170A19
(23,10,25)
#140A16
(20,10,22)
#110A13
(17,10,19)
#0E0A10
(14,10,16)
#0B0A0D
(11,10,13)
#080A0A
(8,10,10)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #230A25

#230A25
(35,10,37)
#372038
(55,32,56)
#4B364B
(75,54,75)
#5F4C5E
(95,76,94)
#736271
(115,98,113)
#877884
(135,120,132)
#9B8E97
(155,142,151)
#AFA4AA
(175,164,170)
#C3BABD
(195,186,189)
#D7D0D0
(215,208,208)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #230A25 color. Also use rgb(35,10,37) instead hex code.

Text Font Color

.myTextColor { color: #230A25; }

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

This text font color is #230A25.

Background Color

.myBgColor { background-color: #230A25; }

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

This div background color is #230A25.

Border color

.myBorderColor { border: 1px solid #230A25; }

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

This div border color is #230A25.

Opacity

.myOpacity80 { color: #230A25; opacity: 0.8; }

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

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

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

This text has shadow with #230A25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #230A25.

Preview

Color preview on black background

This text has color #230A25 on black background.


Color preview on white background

This text has color #230A25 on white background.


Black color preview on #230A25 background

This text has black color on #230A25 background.


White color preview on #230A25 background

This text has white color on #230A25 background.


Related colors

Complementary color

Complementary color for #hex is #DCF5DA.


I love getcolorcode.com

Triadic colors

1 #25230A and #0A2523 with #230A25 are triadic colors.

2 #250A23 and #0A2325 with #230A25 are triadic colors.