COLOR #999933

HEX: #999933
RGB: (153,153,51)

Renk bilgisi

#999933 contains mainly red and green colors. #999933 color is web safe color. It maybe written shortly as #993.

RGB renk modeli

#999933 color RGB value is (153,153,51).

  • kırmız ton 153;
  • yeşil ton 153;
  • mavi ton 51.
RGB:
(153,153,51)
(60%,60%,20%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 153 of 255 = 60%
B 51 of 255 = 20%

153
153
51

R + G + B ~ 47%. #999933 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 153 + 51 = 357 (100%)
R 153 of 357 ~ 42.86%
G 153 of 357 ~ 42.86%
B 51 of 357 ~ 14.29%

%42.86
%42.86
%14.29

CMYK RENK MODELİ

#999933 rengi CMYK tonu (0,0,67,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 40.00%
CMYK:
(0,0,67,40)
C0M0Y67K40 
(0%,0%,67%,40%)
(0.00/0.00/0.67/0.40)	

CMYK yüzdeleri

%0
%0
%66.67
%40

Codes

Color #999933 in popluar color models

999933
RGB15315351
HSL60°50.00%40.00%
HSB/HSV60°66.67%60.00%
CMYK0.00%0.00%66.67%
40.00%

Color #999933 in popluar number systems.

HEX999933
Decimal15315351
Binary1001100110011001110011
Octal23123163

Shades and tints

Shades of #999933

#999933
(153,153,51)
#8C8C2F
(140,140,47)
#7F7F2B
(127,127,43)
#727227
(114,114,39)
#656523
(101,101,35)
#58581F
(88,88,31)
#4B4B1B
(75,75,27)
#3E3E17
(62,62,23)
#313113
(49,49,19)
#24240F
(36,36,15)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #999933

#999933
(153,153,51)
#A2A245
(162,162,69)
#ABAB57
(171,171,87)
#B4B469
(180,180,105)
#BDBD7B
(189,189,123)
#C6C68D
(198,198,141)
#CFCF9F
(207,207,159)
#D8D8B1
(216,216,177)
#E1E1C3
(225,225,195)
#EAEAD5
(234,234,213)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999933 color. Also use rgb(153,153,51) instead hex code.

Text Font Color

.myTextColor { color: #999933; }

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

This text font color is #999933.


Background Color

.myBgColor { background-color: #999933; }

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

This div background color is #999933.


Border color

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

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

This div border color is #999933.


Opacity

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

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

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

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

This text has shadow with #999933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999933 on black background.


Color preview on white background

This text has color #999933 on white background.



Black color preview on #999933 background

This text has black color on #999933 background.


White color preview on #999933 background

This text has white color on #999933 background.