COLOR #072523

HEX: #072523 RGB: (7,37,35)

Color info

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

RGB color model

#072523 color RGB value is (7,37,35).

RGB: (7,37,35) (3%, 15%, 14%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 35 of 255 = 14%

7
37
35

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

Portions of RGB colors in percentages

R + G + B = 7 + 37 + 35 = 79 (100%)
R 7 of 79 ~ 8.86%
G 37 of 79 ~ 46.84%
B 35 of 79 ~ 44.3'%

%46.84
%44.3

CMYK color model

#072523 color CMYK value is (81,0,5,85).

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

CMYK: (81,0,5,85)
C81M0Y5K85 (81%, 0%, 5%, 85%)
(0.81 / 0.00 / 0.05 / 0.85)

CMYK percentages

%81.08
%0
%5.41
%85.49

Codes

Color #072523 in popluar color models

07 25 23
RGB 7 37 35
HSL 176° 68.18% 8.63%
HSB/HSV 176° 81.08% 14.51%
CMYK 81.08% 0.00% 5.41%
85.49%

Color #072523 in popluar number systems.

HEX 07 25 23
Decimal 7 37 35
Binary 111 100101 100011
Octal 7 45 43

Shades and tints

Shades of #072523

#072523
(7,37,35)
#072220
(7,34,32)
#071F1D
(7,31,29)
#071C1A
(7,28,26)
#071917
(7,25,23)
#071614
(7,22,20)
#071311
(7,19,17)
#07100E
(7,16,14)
#070D0B
(7,13,11)
#070A08
(7,10,8)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #072523

#072523
(7,37,35)
#1D3837
(29,56,55)
#334B4B
(51,75,75)
#495E5F
(73,94,95)
#5F7173
(95,113,115)
#758487
(117,132,135)
#8B979B
(139,151,155)
#A1AAAF
(161,170,175)
#B7BDC3
(183,189,195)
#CDD0D7
(205,208,215)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072523; }

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

This text font color is #072523.

Background Color

.myBgColor { background-color: #072523; }

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

This div background color is #072523.

Border color

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

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

This div border color is #072523.

Opacity

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

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

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

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

This text has shadow with #072523 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072523.

Preview

Color preview on black background

This text has color #072523 on black background.


Color preview on white background

This text has color #072523 on white background.


Black color preview on #072523 background

This text has black color on #072523 background.


White color preview on #072523 background

This text has white color on #072523 background.


Related colors

Complementary color

Complementary color for #hex is #F8DADC.


I love getcolorcode.com

Triadic colors

1 #230725 and #252307 with #072523 are triadic colors.

2 #232507 and #250723 with #072523 are triadic colors.